Skip to content

Commit dcd00e2

Browse files
committed
[quickstart] Finishes renaming How to as Quickstart
1 parent bdc6cd9 commit dcd00e2

33 files changed

Lines changed: 18 additions & 18 deletions

redirects.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ const redirects: Record<string, RedirectConfig> = {
77
},
88
"/videos": {
99
status: 301,
10-
destination: "/how-to/desktop",
10+
destination: "/quickstart",
1111
},
1212
"/screenshots": {
1313
status: 301,
14-
destination: "/how-to/desktop",
14+
destination: "/quickstart",
1515
},
1616
"/legal/faq": {
1717
status: 301,
@@ -31,7 +31,7 @@ const redirects: Record<string, RedirectConfig> = {
3131
},
3232
"/users": {
3333
status: 301,
34-
destination: "/how-to/",
34+
destination: "/quickstart",
3535
},
3636
"/users/marketing": {
3737
status: 301,
File renamed without changes.

src/components/how-to/gephi-lite/appearance_after_metrics.png renamed to src/components/quickstart/gephi-lite/appearance_after_metrics.png

File renamed without changes.

src/components/how-to/gephi-lite/appearance_nodes_1.png renamed to src/components/quickstart/gephi-lite/appearance_nodes_1.png

File renamed without changes.

src/components/how-to/gephi-lite/appearance_nodes_2.png renamed to src/components/quickstart/gephi-lite/appearance_nodes_2.png

File renamed without changes.

src/components/how-to/gephi-lite/appearance_nodes_labels.png renamed to src/components/quickstart/gephi-lite/appearance_nodes_labels.png

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)