Bug #48294
mgr/dashboard: links to documentation broken
0%
Description
The links to the documentation seem to be broken because the redirect from http to https seems not to work properly anymore. However, the dashboard should probably contain HTTPS links instead of HTTP links anyway.
http://docs.ceph.com/docs/octopus/mgr/dashboard/#enabling-the-object-gateway-management-frontend redirects to https://docs.ceph.com/en/latest/docs/octopus/mgr/dashboard/#enabling-the-object-gateway-management-frontend
whereas
https://docs.ceph.com/docs/octopus/mgr/dashboard/#enabling-the-object-gateway-management-frontend works as expected.
Related issues
History
#1 Updated by Kiefer Chang almost 3 years ago
Does https://github.com/ceph/ceph/pull/38061 fix the problem?
#2 Updated by Patrick Seidensal almost 3 years ago
Kiefer Chang wrote:
Does https://github.com/ceph/ceph/pull/38061 fix the problem?
I'd have to check, but as the URLs are also converted to HTTPS, I would assume so. Thanks for referencing it!
#3 Updated by Ernesto Puerta almost 3 years ago
- Related to Bug #48012: mgr/dashboard: documentation links do not work on octopus, nautilus or older Ceph versions in general added
#4 Updated by Ernesto Puerta almost 3 years ago
- Status changed from New to Triaged
- Assignee set to Kiefer Chang
#5 Updated by Kiefer Chang almost 3 years ago
- Status changed from Triaged to Resolved
The redirection from http to https was fixed in RTD.
And Kefu also made a PR (https://github.com/ceph/ceph/pull/38061) to ensure the doc URLs starts with https.
#6 Updated by Ernesto Puerta over 2 years ago
- Project changed from mgr to Dashboard
- Category changed from 175 to Docs