Update url for connecting to repo git sync (#14226)

This commit is contained in:
Anagh Hegde 2022-06-01 16:20:01 +05:30 committed by GitHub
parent adf70ed6fa
commit c073170816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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