docs: remove duplicate link#6596
Conversation
blackboxsw
left a comment
There was a problem hiding this comment.
I think this branch was pulled before your PR merged. Needs a bit of conflict resolution then you can work the patch. I'd expect howto/bugs.rst from main doesn't contain a GitHub Issues: link name.
f295c0a to
b48fe31
Compare
|
|
||
| 1. Collect the necessary debug logs as described above. | ||
| 2. `Report an upstream cloud-init bug`_ on GitHub. | ||
| 2. `Report an upstream cloud-init bug<open issues>` on GitHub. |
There was a problem hiding this comment.
Sorry for suggesting this earlier.
Turns out I don't think sphinx supports name reference link sharing as it does with document anchor :ref:s.
We'd either need to embed the link directly like so:
| 2. `Report an upstream cloud-init bug<open issues>` on GitHub. | |
| 2. `Report an upstream cloud-init bug <https://github.com/canonical/cloud-init/issues>` on GitHub. |
or just use separate "named links" in LINKS: as we currently have in the file anyway.
Let's defer to use what we have and avoid inline representation of links. I prefer if we are all down in designated LINKS: section for readability.
blackboxsw
left a comment
There was a problem hiding this comment.
I think sphinx isn't going to support the named LINKS: sharing as it does with :ref:. So let's still with the unique/duplicated named links instead of inline link definitions.
|
Thank you for this @holmanb but I think duplicated |
Proposed Commit Message
Additional Context
Follow-up to #6566 requested here #6566 (review)
Test Steps
Merge type