Skip to content

Commit

Permalink
docs: update references to point to correct repo
Browse files Browse the repository at this point in the history
  • Loading branch information
uglow committed Sep 2, 2020
1 parent affb991 commit a2e8059
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ A detailed explanation can be found in this [document][commit-message-format].
<hr>

[principles]: https://mantelgroup.com.au/our-principles/
[repo]: https://github.com/digio/serverless-stage-env-vars
[issues]: https://github.com/digio/serverless-stage-env-vars/issues
[pulls]: https://github.com/digio/serverless-stage-env-vars/pulls
[repo-commits]: https://github.com/digio/serverless-stage-env-vars/commits/master/
[repo]: https://github.com/digio/serverless-function-version
[issues]: https://github.com/digio/serverless-function-version/issues
[pulls]: https://github.com/digio/serverless-function-version/pulls
[repo-commits]: https://github.com/digio/serverless-function-version/commits/master/
[dev-doc]: DEVELOPERS.md
[js-style-guide]: https://google.github.io/styleguide/jsguide.html
[commit-message-format]: https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#
Expand Down
10 changes: 5 additions & 5 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ then be available for use within other NPM projects:
```shell script
# In this project root:
npm link
# > /.nvm/versions/node/v10.17.0/lib/node_modules/serverless-stage-env-vars -> /mydev/serverless/serverless-stage-env-vars
# > /.nvm/versions/node/v10.17.0/lib/node_modules/serverless-function-version -> /mydev/serverless/serverless-function-version

# Change to the Serverless project directory that wants to test this package
cd ../my-serverless-proj

# Create a local symlink to serverless-stage-env-vars
npm link serverless-stage-env-vars
# Create a local symlink to serverless-function-version
npm link serverless-function-version
# > Symlinking "/mydev/my-serverless-proj/node_modules"
# > --> "/.nvm/versions/node/v10.17.0/lib/node_modules/serverless-stage-env-vars"
# > --> "/.nvm/versions/node/v10.17.0/lib/node_modules/serverless-function-version"
```

Inside the Serverless project that will test this plugin, modify the serverless config file
Expand Down Expand Up @@ -132,6 +132,6 @@ npx semantic-release-cli setup
<hr>

[contributing]: CONTRIBUTING.md
[repo]: https://github.com/digio/serverless-stage-env-vars
[repo]: https://github.com/digio/serverless-function-version
[readme-usage]: README.md#usage
[semantic-release]: https://semantic-release.gitbook.io/semantic-release/

0 comments on commit a2e8059

Please sign in to comment.