Commit 29e6e20
committed
Scrub stale NN- prefixes missed by rename sweep
The rename PR's perl sweep keyed on ``examples/NN-name`` paths,
which caught directory references but missed three other forms
of stale numeric prefix:
- Link DISPLAY text in docs/concepts/llms.md (three bullets in
the "Where to next" section + one inline reference): the link
targets were updated correctly but the text still read
``00 - Hello, world`` / ``07 - Multimodal prompt`` /
``09 - Tool use``. Rewriting to drop the prefix and match the
by-name style used elsewhere.
- Standalone example-name references in source comments (no
``examples/`` prefix), e.g. ``00-hello-world`` and
``01-routing-and-subgraphs`` in three example main.py files.
Stripping the leading digit-digit-dash.
Surfaced by CoPilot review on PR #120 (line 338 + 598 + 600
threads), plus a broader git-grep sweep to catch the source-
comment cases the threads didn't flag.1 parent 4c2ba58 commit 29e6e20
4 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
| 337 | + | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| |||
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
594 | | - | |
| 594 | + | |
595 | 595 | | |
596 | 596 | | |
597 | | - | |
| 597 | + | |
598 | 598 | | |
599 | | - | |
| 599 | + | |
600 | 600 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments