Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added relative paths to links
  • Loading branch information
Ian Crowther committed Sep 12, 2015
commit 918c7cf8804c62dc15c815ca177680184e1d071a
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CoC](https://github.com/rust-lang/rust/wiki/Note-development-policy#conduct).
3. Update the relevant ```/layout``` to add a link to the new page.

#### Create the page content
Create a new markdown file in ```/local/en```. As specified in the [README.md](https://github.com/nodejs/new.nodejs.org/blob/master/README.md#layout), initial development happens in English.
Create a new markdown file in ```/local/en```. As specified in the [README.md](./README.md#layout), initial development happens in English.

At the top of the markdown file, set a page the title and layout.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Note: You'll need io.js 2.x or newer as the build system uses some native ES2015
* The top of each Markdown file is a block of YAML for page specific localization information that is passed to various templates.
* The bulk of the Markdown content for each page is referenced as `{{{content}}}` in the corresponding template.

[Adding new pages](https://github.com/nodejs/new.nodejs.org/blob/master/CONTRIBUTING.md#code-editing)
[Adding new pages](./CONTRIBUTING.md#code-editing)

## Governance and Current Members

Expand Down