From c46f04ca5b45655ab9ab895602c12cdab2bd85d4 Mon Sep 17 00:00:00 2001 From: Britannio Jarrett <33752528+britannio@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:23:57 +0000 Subject: [PATCH] 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 --- README.md | 4 ++-- frontend/src/components/layout/navbar.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f847a41..1deabfc6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can watch a video overview [here](https://youtu.be/TFT3KnZOOAk). ## 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 npx vibe-kanban @@ -38,7 +38,7 @@ npx vibe-kanban ## 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 diff --git a/frontend/src/components/layout/navbar.tsx b/frontend/src/components/layout/navbar.tsx index 60873587..f6849f48 100644 --- a/frontend/src/components/layout/navbar.tsx +++ b/frontend/src/components/layout/navbar.tsx @@ -32,7 +32,7 @@ const EXTERNAL_LINKS = [ { label: 'Docs', icon: BookOpen, - href: 'https://vibekanban.com/', + href: 'https://vibekanban.com/docs', }, { label: 'Support',