fixed dead links in documentation

This commit is contained in:
undergroundwires
2020-07-19 02:32:56 +01:00
parent 9b20175545
commit 25ce236a77

View File

@@ -20,7 +20,6 @@
6. Issue that pull request!
- 🙏 DO
- Document your changes in the pull request
- 💡 Check [developer notes](./docs/developer-notes.md) if you need help
- ❗ DON'T
- Do not update the versions, current version is only [set by the maintainer](./docs/gitops.png) and updated automatically by [bump-everywhere](https://github.com/undergroundwires/bump-everywhere)
@@ -28,9 +27,9 @@
### Extend scripts
- Create a [pull request](./../CONTRIBUTING.md#Pull+Request+Process) for [application.yaml](./../src/application/application.yaml)
- Create a [pull request](#Pull-Request-Process) for [application.yaml](./src/application/application.yaml)
- 🙏 For any new script, try to add `revertCode` that'll revert the changes caused by the script.
- See [typings](./../src/application/application.yaml.d.ts) for documentation as code.
- See [typings](./src/application/application.yaml.d.ts) for documentation as code.
### Handle the state in presentation layer