From da049874fc974112835f776ed134b7c70ddf6ff4 Mon Sep 17 00:00:00 2001 From: TharinduWijewardane Date: Thu, 19 Dec 2019 12:13:19 +0530 Subject: [PATCH] Change doc link --- internal/pkg/cmd/common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/cmd/common/constants.go b/internal/pkg/cmd/common/constants.go index 359b731..1e1a417 100644 --- a/internal/pkg/cmd/common/constants.go +++ b/internal/pkg/cmd/common/constants.go @@ -12,5 +12,5 @@ package common const ( CommandRoot = "chor" ProductName = "Choreo" - DocLink = "https://github.com/wso2-enterprise/choreo-cli/blob/master/docs/reference.md" + DocLink = "https://git.io/Je5te" //points to https://github.com/wso2-enterprise/choreo-cli/blob/master/docs/reference.md" )