Commit f74d56a
docs: fix broken links flagged by the link checker
The CI markdown-link-check validates every link in the files touched by
the previous commit and reported three dead links, two of them
pre-existing in files this branch already modified:
- identity-federation-in-scs: the OpenStack Federation via OpenID-Connect
link pointed at the old /dev-docs/ route, which now 404s; the section
lives under /contributor-docs/.
- preinstall-checklist: the "are contributing" self-link used a malformed
github.com/.../docs/docs/... path (404); point it at the blob/main URL.
- iaas landing page: https://ceph.io/ returns 500 to the checker; use
https://www.ceph.io/en/, which resolves.
Assisted-by: Claude:claude-opus-4-8
Signed-off-by: Jan Klare <klare@osism.tech>1 parent 4b436a0 commit f74d56a
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- contributor-docs/operations/iam
- docs
- 01-getting-started
- 02-iaas
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments