From c07317081623fa90ad66685875e7b86be6a88ae5 Mon Sep 17 00:00:00 2001 From: Anagh Hegde Date: Wed, 1 Jun 2022 16:20:01 +0530 Subject: [PATCH] Update url for connecting to repo git sync (#14226) --- .../src/main/java/com/appsmith/server/constants/Assets.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/Assets.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/Assets.java index edb6c2c280..b12ffce88d 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/Assets.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/Assets.java @@ -4,6 +4,5 @@ public class Assets { public static final String GENERATE_CRUD_PAGE_SUCCESS_URL_TABULAR = "https://assets.appsmith.com/crud/workflow_sql.svg"; public static final String GENERATE_CRUD_PAGE_SUCCESS_URL_S3 = "https://assets.appsmith.com/crud/workflow_s3.svg"; - public final static String GIT_DEPLOY_KEY_DOC_URL = "https://docs.appsmith.com/core-concepts/git-sync#connecting-to-git-repository"; - public static final String GIT_REVOKE_ACCESS_CONSEQUENCE = "https://docs.appsmith.com/core-concepts/git-sync#connecting-to-git-repository"; + public final static String GIT_DEPLOY_KEY_DOC_URL = "https://docs.appsmith.com/core-concepts/version-control-with-git/connecting-to-git-repository#generating-a-deploy-key"; }