diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-12-26 17:36:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-26 17:36:14 +0800 |
commit | 0e5e26b4884346a6040c515d698357ab9a8e7886 (patch) | |
tree | 31b09d9283313c9a70bfc33013112b952a498cc0 | |
parent | ee3eda688ac8c2d0c613a4752195c73635eba3f6 (diff) | |
parent | bbc5e29905da683c6e9c686dabb4f07627b2990d (diff) | |
download | tangerine-official-website-master.tar.gz tangerine-official-website-master.tar.zst tangerine-official-website-master.zip |
fix: github link error
-rw-r--r-- | src/components/LandingPage/Resources.js | 2 |
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' }] }, ]; |