edrlab / thorium-reader

A cross platform desktop reading app, based on the Readium Desktop toolkit
https://www.edrlab.org/software/thorium-reader/
BSD 3-Clause "New" or "Revised" License
1.86k stars 157 forks source link

[docs] error 404 on https://thorium.edrlab.org/docs #2581

Closed panaC closed 1 month ago

panaC commented 1 month ago

https://github.com/edrlab/thorium-reader/blob/7551c9196cd045cb3d819456dcd1744cee02575f/src/renderer/library/components/dialog/ApiappAddForm.tsx#L163

The URL to thorium docs in apiappaddForm target to a 404 pages.

I see the issue with the localization : https://thorium.edrlab.org/fr/docs or https://thorium.edrlab.org/en/docs

We have to be careful with the remapping of the thorium docs URLs.

gautierchomel commented 1 month ago

This "doc" is thorium 2 legacy and should not be linked from thorium 3.

gautierchomel commented 1 month ago

Can be replaced by opds://rawcdn.githack.com/edrlab/publications/main/feeds/thorium3_documentation.json or https://thorium.edrlab.org/

panaC commented 1 month ago

https://thorium.edrlab.org/docs now redirect to https://thorium.edrlab.org/

panaC commented 1 month ago

I'm closing this issue on Thorium, and let's continue the discussion in thorium-doc