From 97717e83dcac773885e74ce785f435062a770351 Mon Sep 17 00:00:00 2001 From: Kshitij Rajgude <kshitijrajgude@gmail.com> Date: Thu, 4 May 2023 16:14:54 +0530 Subject: [PATCH] docs: update style link (#7178) --- polkadot/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/CONTRIBUTING.md b/polkadot/CONTRIBUTING.md index 47c14240e7c..d82b80bd8d2 100644 --- a/polkadot/CONTRIBUTING.md +++ b/polkadot/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 -- GitLab