From 574a836cb310539d7ac28af6652390ba854fd428 Mon Sep 17 00:00:00 2001 From: Toby Mole Date: Thu, 21 Jul 2016 09:15:42 +0000 Subject: [PATCH 1/2] Update documentation link from `http://kanban.leanlabs.io/documentation/Home` to `http://kanban.leanlabs.io/docs/` --- cmd/daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/daemon.go b/cmd/daemon.go index c7795ca..376ec48 100644 --- a/cmd/daemon.go +++ b/cmd/daemon.go @@ -31,7 +31,7 @@ var DaemonCmd = cobra.Command{ Short: "Starts LeanLabs Kanban board application", Long: `Start LeanLabs Kanban board application. -Please refer to http://kanban.leanlabs.io/documentation/Home for full documentation. +Please refer to http://kanban.leanlabs.io/docs/ for full documentation. Report bugs to or https://gitter.im/leanlabsio/kanban. `, -- GitLab From 66e507d28d0e00002a9f4714f2baac6a6c35a7d7 Mon Sep 17 00:00:00 2001 From: Toby Mole Date: Fri, 22 Jul 2016 09:00:43 +0000 Subject: [PATCH 2/2] Correct `/documentation/` URLs to `/docs/` URLS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e94447..eb79bad 100644 --- a/README.md +++ b/README.md @@ -61,5 +61,5 @@ If you followed instructions from "Installation with Docker", then the easiest w # FAQ -1. [How to install Kanban.Leanlabs](http://kanban.leanlabs.io/documentation/Installation) -2. [How to customize column](http://kanban.leanlabs.io/documentation/Customizing-columns) \ No newline at end of file +1. [How to install Kanban.Leanlabs](http://kanban.leanlabs.io/docs/installation/) +2. [How to customize column](http://kanban.leanlabs.io/docs/usage/customize-columns) \ No newline at end of file -- GitLab