From 7750f281cd8b9be01d4fe16485974f768185d28c Mon Sep 17 00:00:00 2001 From: William Kapke Date: Mon, 20 Jun 2016 23:30:20 +0000 Subject: [PATCH] doc: Use full urls to ROADMAP.md & fix docker-node --- WORKING_GROUPS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index dd2319ce8f1adb..0f2a8b7f40f183 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -195,16 +195,16 @@ HTTP implementation in Node. Its responsibilities are: The roadmap working group is responsible for user community outreach and the translation of their concerns into a plan of action for Node.js. -The final [ROADMAP](./ROADMAP.md) document is still owned by the TC and requires +The final [ROADMAP](https://github.com/nodejs/node/blob/master/ROADMAP.md) document is still owned by the TC and requires the same approval for changes as any other project asset. Their responsibilities are: * Attract and summarize user community needs and feedback. * Find or potentially create tools that allow for broader participation. -* Create Pull Requests for relevant changes to [Roadmap.md](./ROADMAP.md) +* Create Pull Requests for relevant changes to [ROADMAP.md](https://github.com/nodejs/node/blob/master/ROADMAP.md) -### [Docker](https://github.com/nodejs/docker-iojs) +### [Docker](https://github.com/nodejs/docker-node) The Docker working group's purpose is to build, maintain, and improve official Docker images for the `Node.js` project.