From 190f167251390a7a712f8e30194b976629e7a6e9 Mon Sep 17 00:00:00 2001
From: Luke Schoen <ltfschoen@users.noreply.github.com>
Date: Thu, 25 Oct 2018 18:35:13 +0200
Subject: [PATCH] docs: Fix broken link to License in Readme (#993)

* docs: Fix link to LICENSE

* fix: Remove surrounding text
---
 substrate/README.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/substrate/README.adoc b/substrate/README.adoc
index fe964993171..e38e73e41b6 100644
--- a/substrate/README.adoc
+++ b/substrate/README.adoc
@@ -322,6 +322,5 @@ The code block annotations in the `# Example` section may be used as https://doc
 ** Documentation as tests examples are included when running `cargo test`
 
 == License
-----
-include::LICENSE[]
-----
+
+https://github.com/paritytech/substrate/blob/master/LICENSE[LICENSE]
-- 
GitLab