[Docs] Fixed some more links (#1648)

This commit is contained in:
Stefan Ålund
2020-07-15 15:59:34 +02:00
committed by GitHub
parent d7eabe9207
commit 20f030ab87
11 changed files with 36 additions and 12 deletions
+4 -4
View File
@@ -3,9 +3,9 @@
## NPM
NPM packages are published through CI/CD in the
[.github/workflows/master.yml](../.github/workflows/master.yml) workflow. Every
commit that is merged to master will be checked for new versions of all public
packages, and any new versions will automatically be published to NPM.
[.github/workflows/master.yml](../../.github/workflows/master.yml) workflow.
Every commit that is merged to master will be checked for new versions of all
public packages, and any new versions will automatically be published to NPM.
### Creating a new release
@@ -35,4 +35,4 @@ $ git push origin -u new-release
And then create a PR. Once the PR is approved and merged into master, the master
build will publish new versions of all bumped packages.
[Back to Docs](README.md)
[Back to Docs](../README.md)