okfn / handbook

Guides and introductions for participating in Labs and some of its projects.
http://okfnlabs.org/handbook/
170 stars 51 forks source link

Permalinks in tutorials are wrong #100

Closed gsilvapt closed 8 years ago

gsilvapt commented 8 years ago

In the /core-guides/index.md, the text that is trying to recommend the reading of the data-guides is currently forwarding to /core-guides/data-guides, causing an error. It should forward to /data-guides directory.

Code used: [[text]](data-guides/) - this is potentially wrong.

Anterotesis commented 8 years ago

Not sure which pages you are referring to, but this issue applies to the last three links on this page: http://okfnlabs.org/handbook/core-guides/ Namely these links are broken: Working with GitHub Core Datasets Roadmap Your first package

gsilvapt commented 8 years ago

@Anterotesis: those pages haven't been yet created, thus is shows a 404 error. If you read through the introduction texts to core-guide, you will find that some links are not working, namely those that recommend the reading of the data guides.

gsilvapt commented 8 years ago

This can be solved if we point the path correctly.

[text](/path/to/file/filename) is the correct code, and not just [text](filename). The last form will perform differently.

The to-do list here is to update all entries that do not have a matching URL pattern. However, this still depends on the product structure, which is being discussed in issues #90 and #94.