Skip to content

Commit 5a30953

Browse files
authored
Merge pull request #15 from TraGicCode/GH-14-cut-initial-release
(GH-14) Cut initial release
2 parents cc142e0 + 4cf23ff commit 5a30953

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Built for speed and simplicity, this tool streamlines common **messaging**, **te
2020

2121
## Docs
2222

23-
Under Construction
23+
Under Construction. Stay tuned.
2424

2525
## Disclaimer
2626

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const config = {
110110
items: [
111111
{
112112
label: "Tutorial",
113-
to: "/docs/intro",
113+
to: "/docs/introduction",
114114
},
115115
],
116116
},

website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function HomepageHeader() {
1919
<div className={styles.buttons}>
2020
<Link
2121
className="button button--secondary button--lg"
22-
to="/docs/intro"
22+
to="/docs/introduction"
2323
>
2424
Get Started
2525
</Link>

0 commit comments

Comments
 (0)