Commit 76db45e
fix: update FaceID wallet redirects and strip anchors in redirect validation (#22505)
## Summary
- Update three stale FaceID wallet redirect targets to point to
`/developers/docs/tutorials/contract_tutorials/counter_contract` instead
of the generic tutorials index
- Fix redirect validation script to strip `#anchor` fragments before
path validation so targets with anchors don't falsely fail
## Test plan
- [ ] Run `docs/scripts/validate_redirect_targets.sh` and confirm no
false positives from anchored paths
- [ ] Verify the three updated redirects resolve correctly on a deploy
preview1 parent 64de724 commit 76db45e
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
597 | | - | |
| 597 | + | |
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
294 | 297 | | |
295 | | - | |
| 298 | + | |
296 | 299 | | |
297 | 300 | | |
298 | 301 | | |
| |||
0 commit comments