Skip to content

Commit 5c3b327

Browse files
committedNov 14, 2019
docs: remove coding-style from docs
PR-URL: #453 Credit: @claudiahdz Close: #453 Reviewed-by: @claudiahdz
1 parent 87d6725 commit 5c3b327

File tree

3 files changed

+2
-214
lines changed

3 files changed

+2
-214
lines changed
 

‎docs/content/configuring-npm/shrinkwrap-json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: A publishable lockfile
1010

1111
### Description
1212

13-
`npm-shrinkwrap.json` is a file created by [`npm-shrinkwrap`](/cli-commands/npm-shrinkwrap). It is identical to
13+
`npm-shrinkwrap.json` is a file created by [`npm shrinkwrap`](/cli-commands/npm-shrinkwrap). It is identical to
1414
`package-lock.json`, with one major caveat: Unlike `package-lock.json`,
1515
`npm-shrinkwrap.json` may be included when publishing a package.
1616

‎docs/content/using-npm/coding-style.md

-212
This file was deleted.

‎docs/src/components/home/Features.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const Features = () => {
6060
text={featureTexts.textTwo}
6161
/>
6262
</FeatureLink>
63-
<FeatureLink to={'/using-npm/coding-style'}>
63+
<FeatureLink to={'/using-npm/developers'}>
6464
<FeatureCard
6565
icon={networkIcon}
6666
title={featureTitles.titleThree}

0 commit comments

Comments
 (0)
Please sign in to comment.