Hi,
On 2/6/26 09:36, 'unman' via qubes-devel wrote:
> Links to sites outwith the onion should be marked as external. There
> should not be any hard links to the RTD docs.
Searching to a local build, I found the following pages with hardcoded
links to
doc.qubes-os.org:
/developer/general/rst-documentation-style-guide.html
/developer/general/how-to-edit-the-rst-documentation.html
/introduction/issue-tracking.html
/introduction/faq.html
I'm not sure if it is appropriate to change those links:
* the first one, also spotted by unman is about the "rST documentation
hosted on [...]", the onion is not the rST documentation, so, not having
a .onion is a good thing.
* another is an example of what a contributor shouldn't use is converted
to the onion counterpart (I don't think it matters here)
* another refers to the Read the docs build to download alternative
formats (this one is pointing to the onion domain, which is wrong
because it is not possible with this build)
* the last one refers to the official documentation (okay)
On 2/6/26 13:30, qubist wrote:
> If that is done using some static HTML generator, it may be challenging
> to have different links for onion/non-onion but I just thought it might
> be good to mention it in case a fix is possible.
So, we are talking about the links to
www.qubes-os.org. We can use the
extlinks extension for domains that also exist as .onion: the regular
build will use the .org domain while a build might be triggered with
something like `--tag onion` and display the .onion URL instead.