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"; }