-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Deadlink in https://docs.podman.io/en/latest/markdown/podman-machine.1.html #11583
Comments
Links inside tables do not work, see ryanfox/sphinx-markdown-tables#18 Feel free to try and find a way to make it work. |
It looks like all the code needs to do is substitute the *.md with *.html, and it would work? |
Do we have tools that generate this or does it happen elsewhere? |
This is interesting. I ran into this about 10 days ago, but then couldn't find this page with the bad links again. If you go to https://docs.podman.io, and then click on the "Commands" link on the left side of the page, you'll get to: https://docs.podman.io/en/latest/Commands.html. If you then scroll down on that commands page and click on the "machine" link, it takes you to: https://docs.podman.io/en/latest/machine.html. The links on this page work fine and there is no table displayed. (https://docs.podman.io/en/latest/markdown/podman-machine-init.1.html) The difference is the "markdown" directory is part of the link that you provided for the machine page. (https://docs.podman.io/en/latest/markdown/podman-machine.1.html ) @dilyanpalauzov , do you recall how you got to that particular podman-machine page? I'm thinking we have a bad link somewhere that I'd like to track down. All of this is auto-generated for us, but we may be able to tweak things. Thanks for sending this along, I thought I just had a bad cache on my browser last weekend as I couldn't replicate, now I'm thinking we might have something to fix. |
I asked Google for “podman machine”. |
Yup #2 link on google "podman machine" is |
Again, every table on docs.podman.io contains broken links , the Line 32 in 9119a57
The extension does not convert links. I looked at this before but did not find a easy solution in a timely manner. |
Well I think this should be raised in priority, since the first page anyone goes to from google has broken links. Could we do something like And just post process the html and sed all html://.*md -> html://.*html |
Man pages are all straightened out now. Check them out. |
@dilyanpalauzov thanks again for the issue report and the follow-up. It made it a lot easier for us to track it down. |
Hi @rhatdan, is this the solution you chose? (I'm having the same problem in our project.) If so, do you have a working configuration of a sphinx build on Read the Docs? I'm having issues trying this solution, but only on Read the Docs, details here: https://stackoverflow.com/questions/73455350/how-to-modify-documentation-built-with-sphinx-via-a-script-in-readthedocs-build Edit: just found your |
@lanctot we use sphinx + readthedocs: https://github.com/containers/podman/blob/main/docs/source/conf.py |
Thanks! I found a bypass solution to my problem described here: https://stackoverflow.com/questions/73455350/how-to-modify-documentation-built-with-sphinx-via-a-script-in-readthedocs-build |
https://docs.podman.io/en/latest/markdown/podman-machine.1.html shows a link (in the middle):
podman-machine-init(1) → https://docs.podman.io/en/latest/markdown/podman-machine-init.1.md
The destination does not exist
The text was updated successfully, but these errors were encountered: