Remove dead link to out-of-date style guide (#6682)

* Remove dead link to out-of-date style guide

* Replace dead link with self-hosted doc

* Use relative link to style guide

Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org>

* Format style guide

Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org>

* Formatting

Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org>
This commit is contained in:
Dan Forbes
2020-07-21 06:14:25 -07:00
committed by GitHub
parent 046fda914a
commit b93713d49f
2 changed files with 147 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ There are a few basic ground-rules for contributors (including the maintainer(s)
. **Non-master branches**, prefixed with a short name moniker (e.g. `gav-my-feature`) must be used for ongoing work.
. **All modifications** must be made in a **pull-request** to solicit feedback from other contributors.
. A pull-request *must not be merged until CI* has finished successfully.
. Contributors should adhere to the https://wiki.parity.io/Substrate-Style-Guide[house coding style].
. Contributors should adhere to the ./STYLE_GUIDE.md[house coding style].
== Merge Process