diff options
Diffstat (limited to 'src/components/LandingPage/Resources.js')
-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' }] }, ]; |