Skip to content

Commit 32714c1

Browse files
committed
[minor] more redirection clean up
1 parent cfbd4ff commit 32714c1

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

301.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"/a-quickstart/faq/": "/faq/"
2+
"/a-quickstart/faq/": "/faq/",
3+
"/a-quickstart/hello-world/": "/quickstart/",
4+
"/a-quickstart/": "/quickstart/"
35
}

content/a-quickstart/index.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ The Nodejitsu Handbook also contains information on [other ways to deploy your
5353
applications](/features/jitsu#using-the-jitsu-cli-usage-jitsu-deploy-jitsu-apps-deploy)
5454
and where to [find support](/support/).
5555

56-
[hello-world]: /a-quickstart/hello-world/
56+
[hello-world]: /quickstart/
5757

5858
[meta:title]: <> (Handbook)

content/jitsu/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ executed by `jitsu deploy` and governs the snapshots we use for deployment.
131131
account. More information about this subject can be found in the [FAQ][faq].
132132
133133
[release]: /jitsu/config/#release
134-
[faq]: /a-quickstart/faq/#why-is-the-subdirectory-or-its-content-not-deployed-to-nodejitsu
134+
[faq]: /faq/#why-is-the-subdirectory-or-its-content-not-deployed-to-nodejitsu
135135
[handbook]: /features/webhooks/
136136
[gettingstarted]: https://www.nodejitsu.com/getting-started-with-github/
137137
[package]: /appendix/package-json/

content/jitsu/snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ you do not remove your active snapshot as this will kill your running applicatio
6666

6767
[git]: http://www.github.com/
6868
[deploy]: /jitsu/deploy/#what-is-deployed
69-
[missing]: /a-quickstart/faq/#how-can-i-change-the-name-of-my-application
69+
[missing]: /faq/#how-can-i-change-the-name-of-my-application
7070
[package]: /appendix/package-json/
7171
[meta:title]: <> (Application snapshots)

content/a-quickstart/hello-world.md renamed to content/quickstart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Now just open up your favorite browser, and go to `myapp.nodejitsu.com`. If
9797
everything has been set up correctly, then you too, are on the path of
9898
Nodejitsu!
9999

100-
[meta:title]: <> (Hello World: A Tutorial)
100+
[meta:title]: <> (Quickstart)

0 commit comments

Comments
 (0)