Commit ddc39ec
fix(docs): replace stale v3 doc links with v4 equivalents (#2786)
Customers following doc links from the main branch were landing on v3
(SodaCL / Soda Library) documentation and following the wrong process.
- JSON contract schema: point the schema check description at the v4
contract language reference (#schema-check) instead of the v3 SodaCL
page, and the threshold descriptions at #thresholds instead of the
dead docs.soda.io/#thresholds anchor. Also drop two leftover 'YY '
prefixes in threshold descriptions.
- exit_codes.py: the ExitCode docstring linked to the v3 Soda Library
docs; no v4 page documents Soda Core exit codes (the sodacli page
documents different semantics), so document the codes inline instead.
The v3 links in the README's 'Working with legacy Soda Core v3' section
are intentional and left as-is.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 6c553b5 commit ddc39ec
2 files changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
683 | | - | |
| 683 | + | |
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
| |||
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
1124 | | - | |
| 1124 | + | |
1125 | 1125 | | |
1126 | 1126 | | |
1127 | 1127 | | |
| |||
1131 | 1131 | | |
1132 | 1132 | | |
1133 | 1133 | | |
1134 | | - | |
| 1134 | + | |
1135 | 1135 | | |
1136 | 1136 | | |
1137 | 1137 | | |
| |||
1296 | 1296 | | |
1297 | 1297 | | |
1298 | 1298 | | |
1299 | | - | |
| 1299 | + | |
1300 | 1300 | | |
1301 | 1301 | | |
1302 | 1302 | | |
| |||
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
1310 | | - | |
| 1310 | + | |
1311 | 1311 | | |
1312 | 1312 | | |
1313 | 1313 | | |
| |||
0 commit comments