Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: update docs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Jan 1, 2024
1 parent 878061c commit 5b827e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class BaseApplication extends Application {
public static final String TELEGRAM_GROUP_URL = "https://t.me/androidide_discussions";
public static final String TELEGRAM_CHANNEL_URL = "https://t.me/AndroidIDEOfficial";
public static final String SPONSOR_URL = BuildInfo.PROJECT_SITE + "/donate";
public static final String DOCS_URL = BuildInfo.PROJECT_SITE + "/docs";
public static final String DOCS_URL = "https://docs.androidide.com";
public static final String CONTRIBUTOR_GUIDE_URL = BuildInfo.REPO_URL + "/blob/dev/CONTRIBUTING.md";
public static final String EMAIL = "[email protected]";
private static BaseApplication instance;
Expand Down

0 comments on commit 5b827e4

Please sign in to comment.