[Docs] Fix relative paths to code (#1662)

* [Docs] Fix relative paths to code

* Update create-a-plugin.md

* Link to existing plugins

* Update README.md

* Update README.md

* Review edits
This commit is contained in:
Stefan Ålund
2020-07-16 09:17:43 +02:00
committed by GitHub
parent 0ea6125479
commit ce30c43d24
14 changed files with 46 additions and 28 deletions
+4 -3
View File
@@ -3,9 +3,10 @@
## 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](https://github.com/spotify/backstage/blob/master/.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