diff --git a/substrate/README.adoc b/substrate/README.adoc
index e38e73e41b66ecd403a553400802e83b120e33c2..11fdd616b239235fb77b392bd493f9ce36b68f36 100644
--- a/substrate/README.adoc
+++ b/substrate/README.adoc
@@ -221,10 +221,6 @@ cargo run
 
 include::doc/packages/packages.adoc[]
 
-include::CONTRIBUTING.adoc[leveloffset=+1]
-
-include::CODE_OF_CONDUCT.adoc[leveloffset=+1]
-
 == Documentation
 
 === Viewing documentation for Substrate packages
@@ -321,6 +317,16 @@ The code block annotations in the `# Example` section may be used as https://doc
 ** https://doc.rust-lang.org/1.9.0/book/documentation.html#documenting-macros[Documentating macros].
 ** Documentation as tests examples are included when running `cargo test`
 
+== Contributing
+
+=== Contributing Guidelines
+
+include::CONTRIBUTING.adoc[]
+
+=== Contributor Code of Conduct
+
+include::CODE_OF_CONDUCT.adoc[]
+
 == License
 
 https://github.com/paritytech/substrate/blob/master/LICENSE[LICENSE]