This acts on the report by `tool/link_consolidator.py`. This changeset is large but conceptually simple: - no http:// links anymore, unless there is no https:// alternative - no redundant trailing slashes - no redundant "latest" flavors in doc links - resolve permanent redirects - if there is a simpler/shorter URL that points to the same information, go for that one - reduce duplicate specifications of URLs in a single file With all changes applied, the link consolidator still reports the following issues: - `docs/glossary.rst`: - *line 163*: `permanent-redirect` [https://try.github.io - permanently to https://docs.github.com/en/get-started/quickstart/set-up-git] - `docs/basics/101-127-yoda.rst`: - *line 453*: `permanent-redirect` [https://the-turing-way.netlify.app - permanently to https://the-turing-way.netlify.app/index.html] - `docs/basics/101-180-FAQ.rst`: - *line 128*: `none-https` [http://www.humanconnectomeproject.org] - `docs/beyond_basics/101-173-contributing.rst`: - *line 34*: `none-https` [http://source.git-annex.branchable.com/?p=source.git;a=summary] - `docs/usecases/HCP_dataset.rst`: - *line 63*: `none-https` [http://www.humanconnectomeproject.org/wp-content/uploads/2010/01/HCP_Data_Agreement.pdf] The non-https URLs have no alternative. The perma-redirects make the URLs needlessly long. So I decided to keep them.
18 lines
381 B
ReStructuredText
18 lines
381 B
ReStructuredText
:orphan:
|
|
|
|
###############
|
|
404 — Not Found
|
|
###############
|
|
|
|
.. figure:: artwork/src/404.svg
|
|
|
|
**Sorry, but we could not find the page you requested.**
|
|
|
|
It looks like this was the result of either:
|
|
|
|
- a mistyped address
|
|
- an out-of-date link
|
|
|
|
`Click here to go back to the homepage. <https://handbook.datalad.org>`_
|
|
|
|
Or, try `searching <https://handbook.datalad.org/search.html>`_.
|