Fixes to links

This commit is contained in:
2025-10-15 15:04:03 +02:00
parent 2e7bab78b7
commit 40c1ee8d1c
4 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ const features = [
{
name: 'Download for Linux',
description: 'Download the Mycelium binary for Linux directly from its Github repository.',
href: 'https://github.com/threefoldtech/mycelium/releases/tag/v0.6.1',
href: 'https://github.com/threefoldtech/mycelium/releases',
icon: linuxIcon,
},
];
@@ -41,7 +41,7 @@ export default function DownloadHero() {
</h2>
<p className="mt-6 text-lg/8 text-gray-600">
Get Mycelium for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized networkseamlessly and efficiently. Not sure how it works?{' '}
<a href="https://docs.ourworld.tf/mycelium_cloud/docs/" className="text-cyan-500 hover:text-cyan-600 font-semibold underline">
<a href="https://threefold.info/mycelium_network/docs/" className="text-cyan-500 hover:text-cyan-600 font-semibold underline">
Read the manual.
</a>
</p>