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

Commit 5b827e4

Browse files
committed
fix: update docs URL
1 parent 878061c commit 5b827e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/itsaky/androidide/app/BaseApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class BaseApplication extends Application {
4141
public static final String TELEGRAM_GROUP_URL = "https://t.me/androidide_discussions";
4242
public static final String TELEGRAM_CHANNEL_URL = "https://t.me/AndroidIDEOfficial";
4343
public static final String SPONSOR_URL = BuildInfo.PROJECT_SITE + "/donate";
44-
public static final String DOCS_URL = BuildInfo.PROJECT_SITE + "/docs";
44+
public static final String DOCS_URL = "https://docs.androidide.com";
4545
public static final String CONTRIBUTOR_GUIDE_URL = BuildInfo.REPO_URL + "/blob/dev/CONTRIBUTING.md";
4646
public static final String EMAIL = "[email protected]";
4747
private static BaseApplication instance;

0 commit comments

Comments
 (0)