Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Commit 669b2ca

Browse files
webmaniakdaviddias
authored andcommitted
docs: Fix dead links and menu entries (#129)
* Fixed broken link to the contributing guide * Fixed broken URLs in the menu License: MIT Signed-off-by: WebManiaK <[email protected]> * Removed confusing (and broken) link to CONTRIBUTING-2.md License: MIT Signed-off-by: WebManiaK <[email protected]> * Added link to docs repo and reordered the 'get involved' menu License: MIT Signed-off-by: WebManiaK <[email protected]> * Removed mention to the roadmap version Co-Authored-By: webmaniak <[email protected]>
1 parent 7007227 commit 669b2ca

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The documentation site contains several different kinds of content. We’d love
4949

5050
This repo is also a website, which means we could also use your help with design and technical features (interactive examples, better syntax highlighting, scripts to pull in content from other repos, etc.) in addition to writing. To get a sense of what we could use help on, check the [the issues](https://github.com/ipfs/docs/issues). If you decide to work on one, please post to the issue to let us know!
5151

52-
Before posting a PR with your changes, please check [our styleguide](https://github.com/ipfs/community/blob/master/DOCS_STYLEGUIDE.md) and [contributing guide](https://github.com/ipfs/community/blob/master/contributing.md).
52+
Before posting a PR with your changes, please check [our styleguide](https://github.com/ipfs/community/blob/master/DOCS_STYLEGUIDE.md) and [contributing guide](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md).
5353

5454
Finally, let’s work together to keep this a respectful and friendly space. Please make sure to follow [our code of conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
5555

config.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ weight = 20
106106
[[menu.reference]]
107107
parent = "specs"
108108
name = "Roadmap to 1.0.0"
109-
url = "https://github.com/ipfs/ipfs/blob/master/ROADMAP-TO-1.0.0.md"
109+
url = "https://github.com/ipfs/ipfs/blob/master/REQUIREMENTS.md"
110110
weight = 30
111111
[[menu.reference]]
112112
parent = "specs"
@@ -243,34 +243,34 @@ name = "Get Involved"
243243
weight = 10
244244
[[menu.community]]
245245
parent = "contribute"
246-
name = "GitHub"
246+
name = "GitHub (IPFS)"
247247
url = "https://github.com/ipfs/ipfs"
248-
weight = 5
249-
[[menu.community]]
250-
parent = "contribute"
251-
name = "Contribution Guidelines"
252-
url = "https://github.com/ipfs/community/blob/master/contributing.md"
253248
weight = 10
254249
[[menu.community]]
255250
parent = "contribute"
256-
name = "Contribution Guidelines 2"
257-
url = "https://github.com/ipfs/community/blob/master/CONTRIBUTING-2.md"
251+
name = "GitHub (docs)"
252+
url = "https://github.com/ipfs/docs"
258253
weight = 20
259254
[[menu.community]]
260255
parent = "contribute"
256+
name = "Contribution Guidelines"
257+
url = "https://github.com/ipfs/community/blob/master/CONTRIBUTING.md"
258+
weight = 30
259+
[[menu.community]]
260+
parent = "contribute"
261261
name = "Code of Conduct"
262262
url = "https://github.com/ipfs/community/blob/master/code-of-conduct.md"
263-
weight = 30
263+
weight = 40
264264
[[menu.community]]
265265
parent = "contribute"
266266
name = "Go Style Guide"
267267
url = "https://github.com/ipfs/community/blob/master/go-code-guidelines.md"
268-
weight = 40
268+
weight = 50
269269
[[menu.community]]
270270
parent = "contribute"
271271
name = "JS Style Guide"
272272
url = "https://github.com/ipfs/community/blob/master/js-code-guidelines.md"
273-
weight = 50
273+
weight = 60
274274

275275
[[menu.community]]
276276
identifier = "related"

0 commit comments

Comments
 (0)