From a62b4893e0e32329f0d3dec29b0173d4e831e133 Mon Sep 17 00:00:00 2001 From: James Ray <16969914+jamesray1@users.noreply.github.com> Date: Sat, 3 Feb 2018 03:19:21 +0000 Subject: [PATCH 1/2] Link to wiki --- views/includes/footer.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/includes/footer.pug b/views/includes/footer.pug index bf8022dc..52b40cb7 100644 --- a/views/includes/footer.pug +++ b/views/includes/footer.pug @@ -76,7 +76,7 @@ footer.scrollme li Browse our source code on a(href='https://github.com/ethereum/', target='_blank') GitHub li Read the - a(href='http://www.ethdocs.org/', target='_blank') documentation + a(href='http://www.ethdocs.org/', target='_blank') documentation or a(href='https://github.com/ethereum/wiki/wiki', target='_blank') wiki li Learn a(href='https://solidity.readthedocs.org/', target='_blank') Solidity li See the latest From 302b10a1d96e41e6db5bcbebeb2c3b7008260d1e Mon Sep 17 00:00:00 2001 From: James Ray <16969914+jamesray1@users.noreply.github.com> Date: Sat, 3 Feb 2018 03:27:47 +0000 Subject: [PATCH 2/2] Fix formatting I'm not sure if this is correct but I think it's better than before. --- views/includes/footer.pug | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/views/includes/footer.pug b/views/includes/footer.pug index 52b40cb7..22af2775 100644 --- a/views/includes/footer.pug +++ b/views/includes/footer.pug @@ -75,9 +75,11 @@ footer.scrollme a(href='./ether') Read our FAQ li Browse our source code on a(href='https://github.com/ethereum/', target='_blank') GitHub - li Read the - a(href='http://www.ethdocs.org/', target='_blank') documentation or a(href='https://github.com/ethereum/wiki/wiki', target='_blank') wiki - li Learn + li Read the + a(href='http://www.ethdocs.org/', target='_blank') documentation + or + a(href='https://github.com/ethereum/wiki/wiki', target='_blank') wiki + li Learn a(href='https://solidity.readthedocs.org/', target='_blank') Solidity li See the latest a(href='https://ethstats.net', target='_blank') data and network stats