Commit adec0f2
committed
Fix broken links following change in trailingSlash
The previous commit changing trailingSlash handling to true introduced some broken links:
```
Exhaustive list of all broken links found:
- Broken link on source page path = /api-playbook/Governance/api_compliance/:
-> linking to ../../api-playbook/ (resolved as: /api-playbook/api-playbook/)
- Broken link on source page path = /api-playbook/Governance/developer_onboarding/:
-> linking to ../../api-specifications/ (resolved as: /api-playbook/api-specifications/)
- Broken link on source page path = /api-playbook/Support/creating_support_doc/:
-> linking to ../../api-playbook/ (resolved as: /api-playbook/api-playbook/)
- Broken link on source page path = /architecture-pillars/Development practices/api_compliance/:
-> linking to ../../api-playbook/ (resolved as: /architecture-pillars/api-playbook/)
- Broken link on source page path = /architecture-pillars/Development practices/developer_onboarding/:
-> linking to ../../ways-of-working/ (resolved as: /architecture-pillars/ways-of-working/)
- Broken link on source page path = /architecture-pillars/Reliability/core_resource_compliance/:
-> linking to ../../api-playbook/ (resolved as: /architecture-pillars/api-playbook/)
```
Fixing these links to point directly to the source markdown file resolves the build failure and lets Docusaurus generate the correct final link (whether it has as trailing slash or not), so this approach is more robust.1 parent 3f2f105 commit adec0f2
File tree
6 files changed
+7
-7
lines changed- docs
- api-playbook
- Governance
- Support
- architecture-pillars
- Development practices
- Reliability
6 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments