Updated Documentation Link

This commit is contained in:
Ahmad 2024-12-08 14:21:54 -05:00
parent a3e60402f9
commit 77c96ead29
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ Tasko is a website that helps you manage your tasks efficiently by using kanban
> [!WARNING] > [!WARNING]
> Documentation is not complete and is still a work in progress. > Documentation is not complete and is still a work in progress.
Documentation can be found on our new, [Mintlify page](https://tasko.mintlify.app/). Documentation can be found on our new, [Mintlify page](https://docs.tasko.ahmadk953.org/).
## Roadmap ## Roadmap

View file

@ -18,7 +18,7 @@ export const Navbar = async () => {
<Link href='/blog'>Blog</Link> <Link href='/blog'>Blog</Link>
</Button> </Button>
<Button size='sm' variant='ghost' asChild> <Button size='sm' variant='ghost' asChild>
<Link href='https://tasko.mintlify.app/'>Docs</Link> <Link href='https://docs.tasko.ahmadk953.org/'>Docs</Link>
</Button> </Button>
</div> </div>
<div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'> <div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'>

View file

@ -28,7 +28,7 @@
], ],
"topbarCtaButton": { "topbarCtaButton": {
"name": "Dashboard", "name": "Dashboard",
"url": "https://tasko-omega.vercel.app/select-org" "url": "https://tasko.ahmadk953.org/select-org"
}, },
"tabs": [ "tabs": [
{ {
@ -45,7 +45,7 @@
{ {
"name": "Documentation", "name": "Documentation",
"icon": "book-open-cover", "icon": "book-open-cover",
"url": "https://tasko.mintlify.app/" "url": "https://docs.tasko.ahmadk953.org/"
}, },
{ {
"name": "Blog", "name": "Blog",