-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Description
Problem description
In a browser that does not have JS enabled, when you visit this link:
https://docs.docker.com/engine/reference/builder/
And click ENTRYPOINT
You are presented with Moby Dock page with a message: Sorry, we can't find that page.
Problem location
- I saw a problem on the following URL: https://docs.docker.com/engine/reference/builder/
Project version(s) affected
Docker v18.09 documentation.
Suggestions for a fix
At the time of reporting this issue, the ENTRYPOINT url looks like this:
https://docs.docker.com/engine/reference/#entrypoint
I propose that we simply append builder after reference like so:
https://docs.docker.com/engine/reference/builder#entrypoint
Personal anecdote:
I propose this change because I believe in this content being universally accessible by all device types. My inspiration for this issue is Gmail app which can be used on browsers with Javascript disabled.
Side Issue:
- I tried to access the "Edit this page" hyperlink, but sadly it also is currently non-functional (atleast for me). At the time of writing this, it points to:
https://github.com/docker/docker.github.io/edit/master/engine/reference/builder.md
Which yields a github 404 octocat page.