diff --git a/content/footer/footer.md b/content/footer/footer.md index 165a75197..31e61a4ea 100644 --- a/content/footer/footer.md +++ b/content/footer/footer.md @@ -19,7 +19,7 @@ items: - name: ThreeFold Cloud link: https://library.threefold.me/info/manual/#/manual__manual3_home_new - name: Grid Explorer - link: https://explorer.threefold.io/ + link: https://explorer.threefold.io/all # - name: ThreeFold Marketplace 2.0 # link: https://marketplace.threefold.io/ - name: Alliance diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index 6d392ba18..da01e1e53 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -65,7 +65,7 @@ navLinks: expandable: true submenu: - title: Explorer - path: https://explorer.threefold.io/ + path: https://explorer.threefold.io/all external: true - title: Library path: https://library.threefold.me/info/threefold#/ diff --git a/content/page/cloud/cta3/cta.md b/content/page/cloud/cta3/cta.md index fce9a73e6..816d802eb 100644 --- a/content/page/cloud/cta3/cta.md +++ b/content/page/cloud/cta3/cta.md @@ -5,6 +5,6 @@ image: ./zero_os.png button: Learn More link: https://library.threefold.me/info/threefold#/cloud/threefold__cloud_products button2: Expand The Grid -link2: https://explorer.threefold.io/ +link2: https://explorer.threefold.io/all --- A decentralized autonomous OS designed to dedicate hardware capacity to the People’s Internet via the ThreeFold Blockchain. Zero-OS can be booted on most modern computers to host anything that runs on Linux in a decentralized way. diff --git a/content/page/home/cta5/cta5.md b/content/page/home/cta5/cta5.md index ed789d94a..56372ea06 100644 --- a/content/page/home/cta5/cta5.md +++ b/content/page/home/cta5/cta5.md @@ -4,7 +4,7 @@ title: '' button: Know More link: 'https://library.threefold.me/info/threefold#/threefold__why_intro' button2: Live Stats -link2: 'https://explorer.threefold.io/' +link2: https://explorer.threefold.io/all button3: '' link3: '' diff --git a/src/components/custom/Navbar/Navbar.vue b/src/components/custom/Navbar/Navbar.vue index 2667bea75..d4d88a248 100644 --- a/src/components/custom/Navbar/Navbar.vue +++ b/src/components/custom/Navbar/Navbar.vue @@ -94,7 +94,7 @@