Commit e63966f
authored
docs: fix remaining broken internal links in tutorials (#124)
* docs: fix relative path depth for example links in first-pipeline
Links to examples need ../../ (two levels up) not ../ (one level up)
because the URL structure is /tutorials/basics/01-first-pipeline/
and examples are at /tutorials/examples/
* docs: fix computation link path in 04-queries
Change 05-computation/ to ../05-computation/ for correct relative path
between tutorials at the same directory level.
* docs: add trailing slashes to reference links in 02-schema-design
* docs: fix broken internal links across tutorials
- Remove .ipynb and .md extensions from links
- Fix relative path depth for proper navigation
- Add trailing slashes for directory paths1 parent 3ba5256 commit e63966f
File tree
10 files changed
+15
-104
lines changed- src/tutorials
- advanced
- basics
- examples
10 files changed
+15
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1256 | 1256 | | |
1257 | 1257 | | |
1258 | 1258 | | |
1259 | | - | |
1260 | | - | |
1261 | | - | |
1262 | | - | |
1263 | | - | |
1264 | | - | |
1265 | | - | |
1266 | | - | |
1267 | | - | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
1271 | | - | |
| 1259 | + | |
1272 | 1260 | | |
1273 | 1261 | | |
1274 | 1262 | | |
| |||
3101 | 3089 | | |
3102 | 3090 | | |
3103 | 3091 | | |
3104 | | - | |
| 3092 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
2683 | 2683 | | |
2684 | 2684 | | |
2685 | 2685 | | |
2686 | | - | |
| 2686 | + | |
2687 | 2687 | | |
2688 | 2688 | | |
2689 | 2689 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
1533 | | - | |
| 1533 | + | |
1534 | 1534 | | |
1535 | 1535 | | |
1536 | 1536 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1588 | 1588 | | |
1589 | 1589 | | |
1590 | 1590 | | |
1591 | | - | |
| 1591 | + | |
1592 | 1592 | | |
1593 | 1593 | | |
1594 | 1594 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
965 | 965 | | |
966 | 966 | | |
967 | 967 | | |
968 | | - | |
969 | | - | |
970 | | - | |
971 | | - | |
972 | | - | |
973 | | - | |
974 | | - | |
| 968 | + | |
975 | 969 | | |
976 | 970 | | |
977 | 971 | | |
| |||
3991 | 3985 | | |
3992 | 3986 | | |
3993 | 3987 | | |
3994 | | - | |
| 3988 | + | |
3995 | 3989 | | |
3996 | 3990 | | |
3997 | 3991 | | |
| |||
6379 | 6373 | | |
6380 | 6374 | | |
6381 | 6375 | | |
6382 | | - | |
| 6376 | + | |
6383 | 6377 | | |
6384 | 6378 | | |
6385 | 6379 | | |
| |||
0 commit comments