aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Chen <eric.chen@langlive.com>2019-12-26 15:29:13 +0800
committerEric Chen <eric.chen@langlive.com>2019-12-26 15:29:13 +0800
commitbbc5e29905da683c6e9c686dabb4f07627b2990d (patch)
tree31b09d9283313c9a70bfc33013112b952a498cc0
parentee3eda688ac8c2d0c613a4752195c73635eba3f6 (diff)
downloadtangerine-official-website-bbc5e29905da683c6e9c686dabb4f07627b2990d.tar.gz
tangerine-official-website-bbc5e29905da683c6e9c686dabb4f07627b2990d.tar.zst
tangerine-official-website-bbc5e29905da683c6e9c686dabb4f07627b2990d.zip
fix: github link error
-rw-r--r--src/components/LandingPage/Resources.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LandingPage/Resources.js b/src/components/LandingPage/Resources.js
index af0ac65..9f1d2e8 100644
--- a/src/components/LandingPage/Resources.js
+++ b/src/components/LandingPage/Resources.js
@@ -194,7 +194,7 @@ const ResourceItems = [
link: 'https://tangerine-network.github.io/wiki/#/Dapp-Development-Guide?id=dapp-development-guide'
}, {
title: 'github',
- link: 'https://https://github.com/tangerine-network'
+ link: 'https://github.com/tangerine-network'
}]
},
];