Skip to content

Commit 0f896b5

Browse files
committed
🐛 Bad link bug fixed
1 parent b771dff commit 0f896b5

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ This project exists thanks to all our contributors:
2020
{% GitHubContributors %}
2121
{% endGitHubContributors %}
2222

23-
Help us create the better conventions with your contributions. Simply read our [Contribution Guide](https://namingconvention.org/docs/CONTRIBUTING.md) and get started!
23+
Help us create the better conventions with your contributions. Simply read our [Contribution Guide](/docs/CONTRIBUTING.md) and get started!

package-lock.json

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"start": "gitbook serve",
9-
"build": "gitbook build && sw-precache --config=sw.config.js --verbose",
10-
"install": "gitbook install"
9+
"build": "gitbook build && sw-precache --config=sw.config.js --verbose"
1110
},
1211
"author": "Naming Convention Foundation",
1312
"license": "Apache-2.0",

0 commit comments

Comments
 (0)