Done! I've updated all the docs links from vibekanban.com to vibekanban.com/docs in: (#714)

1. [README.md line 33](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/vk-cdbd-update-doc/README.md#L33) - docs reference in installation section
2. [README.md line 41](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/vk-cdbd-update-doc/README.md#L41) - documentation section link
3. [navbar.tsx line 35](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/vk-cdbd-update-doc/frontend/src/components/layout/navbar.tsx#L35) - "Docs" button in the navigation bar
This commit is contained in:
Britannio Jarrett
2025-09-16 09:23:57 +00:00
committed by GitHub
parent 50f253d45b
commit c46f04ca5b
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ You can watch a video overview [here](https://youtu.be/TFT3KnZOOAk).
## Installation ## Installation
Make sure you have authenticated with your favourite coding agent. A full list of supported coding agents can be found in the [docs](https://vibekanban.com/). Then in your terminal run: Make sure you have authenticated with your favourite coding agent. A full list of supported coding agents can be found in the [docs](https://vibekanban.com/docs). Then in your terminal run:
```bash ```bash
npx vibe-kanban npx vibe-kanban
@@ -38,7 +38,7 @@ npx vibe-kanban
## Documentation ## Documentation
Please head to the [website](https://vibekanban.com) for the latest documentation and user guides. Please head to the [website](https://vibekanban.com/docs) for the latest documentation and user guides.
## Support ## Support

View File

@@ -32,7 +32,7 @@ const EXTERNAL_LINKS = [
{ {
label: 'Docs', label: 'Docs',
icon: BookOpen, icon: BookOpen,
href: 'https://vibekanban.com/', href: 'https://vibekanban.com/docs',
}, },
{ {
label: 'Support', label: 'Support',