From 4dfe0a397cf5224d595220210591dd3bddc0e5c9 Mon Sep 17 00:00:00 2001 From: Kshitij Rajgude Date: Thu, 4 May 2023 14:13:02 +0530 Subject: [PATCH] docs: update style link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47c14240e7cd..d82b80bd8d2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,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 [house coding style](https://github.com/paritytech/polkadot/wiki/Style-Guide). +- Contributors should adhere to the [house coding style](https://github.com/paritytech/substrate/blob/master/docs/STYLE_GUIDE.md). ### Merging pull requests once CI is successful