Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404: docs.docker.com/reference/* #79

Closed
joaofnfernandes opened this issue Oct 5, 2016 · 8 comments
Closed

404: docs.docker.com/reference/* #79

joaofnfernandes opened this issue Oct 5, 2016 · 8 comments
Assignees

Comments

@joaofnfernandes
Copy link
Contributor

Users are reporting a lot of broken links. Looks like all the links under docs.docker.com/reference/ are broken.

Some users have build automation for link-checking and this is affecting them. E.g.
https://travis-ci.org/wsargent/docker-cheat-sheet/builds/165294757#L329

@johndmulhausen
Copy link

I think this is because we lost aliases; fixing now

@wsargent
Copy link

@johndmulhausen
Copy link

Hi Will,

These 404s are correct. While going to those pages in a browser should
generally forward you, it will throw a 404 first, THEN do a redirect.
Whatever manifest docker-cheat-sheet is using for those doc URLs needs to
be updated for this to go away.

On Mon, Oct 10, 2016 at 4:29 PM, Will Sargent notifications@github.com
wrote:

This is still broken as of https://travis-ci.org/
wsargent/docker-cheat-sheet/builds/165294757


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
#79 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFMAf-4Tyi_mRw0bj3iBVNgh1Ouh8ouUks5qyspwgaJpZM4KPKRg
.


John Mulhausen
Lead Technical Writer, Docker
john@docker.com | GitHub/Docker ID: @johndmulhausen

@johndmulhausen
Copy link

This is fixed; docs.docker.com/reference has actually been fixed for some time. Closing.

@wsargent
Copy link

@johndmulhausen This is still a bug. The correct response code for a moved resource is 301 Permanent Redirect -- a 404 is thrown when the page is simply "not found", and a redirect after that point is not meaningful to a client.

@weslord
Copy link
Contributor

weslord commented Oct 22, 2016

The .md files in /engine/reference/ have aliases to /reference/, but the subdirectories /engine/reference/api/ & /engine/reference/commandline/ do not have aliases to their old paths at /reference/api/ & /reference/commandline/.

joaofnfernandes added a commit to joaofnfernandes/docker.github.io that referenced this issue Aug 16, 2017
JimGalasyn pushed a commit that referenced this issue Aug 16, 2017
shin- pushed a commit to shin-/docker.github.io that referenced this issue Aug 19, 2017
@haadj
Copy link

haadj commented Jun 30, 2019

Hi, Does this resolution includes the inner links failures (characters escaping) - as the minus replaced by two minus characters (or one if the next word is only a letter).
This breaks the urls - e.g. :
https://docs.docker.com/v17.12/edge/engine/reference/run/#operator-exclusive-options
href="/edge/engine/reference/run/#detached--d"
id = "detached--d"
href="/edge/engine/reference/run/#name---name"
id= "name-name"
href="/edge/engine/reference/run/#ipc-settings---ipc"
id= "ipc-settings-ipc"
href="/edge/engine/reference/run/#restart-policies---restart"
id = "restart-policies-restart"
href="/edge/engine/reference/run/#clean-up---rm"
id= "clean-up-rm"
Thanks.

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked

@docker docker locked and limited conversation to collaborators Nov 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants