Commit ca1e2f4
authored
The FaustWP settings page contains 8 links to faustjs.org using
legacy URL patterns (/guide/*, /docs/next/*, /docs/faustwp/*) that
rely on redirects to reach the current documentation.
Update all links to use the current URL structure:
- /docs/getting-started → /docs/how-to/basic-setup
- /docs/next/getting-started → /docs/how-to/basic-setup
- /docs/faustwp/settings → /docs/how-to/basic-setup
- /guide/how-to-setup-post-and-page-previews → /docs/how-to/post-previews
- /guide/how-to-use-the-faust-example-project → /docs/tutorial/learn-faust
- /tutorial/get-started-with-faust → /docs/tutorial/learn-faust
- /guide/how-to-use-apollo-in-faust → /docs/how-to/query-data-in-the-browser
- /guide/how-to-handle-authentication → /docs/how-to/authentication
Closes #2043
Co-authored-by: latenighthackathon <latenighthackathon@users.noreply.github.com>
1 parent c4b732d commit ca1e2f4
File tree
3 files changed
+14
-9
lines changed- .changeset
- plugins/faustwp/includes/settings
- views
3 files changed
+14
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
| 445 | + | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments