From f102dae24c0433ac45942f468b6cd02dc669dc11 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 17 Apr 2016 22:03:24 +0000 Subject: [PATCH 1/2] fix links to roadmap and docker-node --- locale/en/about/working-groups.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/locale/en/about/working-groups.md b/locale/en/about/working-groups.md index 821949e9909e8..1a74b59e11834 100644 --- a/locale/en/about/working-groups.md +++ b/locale/en/about/working-groups.md @@ -220,16 +220,17 @@ HTTP implementation in Node. It's 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 same approval for changes as any other project asset. +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. From 891bf037877cee4548f45af4aba6aead4dcb1aa5 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 17 Apr 2016 22:08:00 +0000 Subject: [PATCH 2/2] uppercase for consistency --- locale/en/about/working-groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/about/working-groups.md b/locale/en/about/working-groups.md index 1a74b59e11834..a8acfa46133a2 100644 --- a/locale/en/about/working-groups.md +++ b/locale/en/about/working-groups.md @@ -227,7 +227,7 @@ 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](https://github.com/nodejs/node/blob/master/ROADMAP.md) +[ROADMAP.md](https://github.com/nodejs/node/blob/master/ROADMAP.md) ### [Docker](https://github.com/nodejs/docker-node)