Commit cd6b461
committed
fix: graph-database doc title + sweep angle-bracket /dev/* legacy links (closes #85)
Two distinct problems on the graph-database documentation pages:
- projects/website-angular/content/documentation/dev/graph-database/neo4j-desktop.mdx
had `title: Untitled` as its frontmatter literally, so the rendered
page (and the section anchor) read "Untitled". Now "Neo4j Desktop".
- Line 68 of graph-database.mdx pointed at
`<https://reactome.org/dev/graph-database/extract-participating-molecules>`
-- the angle-bracket-wrapped absolute legacy URL. The #88 link
sweep matched `(/dev/X)` and `(https://reactome.org/dev/X)` but not
the `(<https://reactome.org/dev/X>)` markdown variant. Clicking it
navigated users off beta into the prod chrome, which Leo (rightly)
flagged as broken-feeling.
Sweep the angle-bracket variant across all six MDX files that had it
(graph-database.mdx + five news articles).1 parent de57ef5 commit cd6b461
7 files changed
Lines changed: 7 additions & 7 deletions
File tree
- projects/website-angular/content
- about/news
- documentation/dev
- graph-database
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
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 | | |
| |||
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 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
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 | | |
| |||
0 commit comments