From f69d747b7c506e2d63861d2ece041478b8553668 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Thu, 4 Jun 2020 15:50:12 +0200 Subject: [PATCH] --- Code-Standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-Standards.md b/Code-Standards.md index 8085de1..96a8d37 100644 --- a/Code-Standards.md +++ b/Code-Standards.md @@ -182,4 +182,4 @@ final Context ctx = LoginActivity.this; ``` #### Static Variables -Static and standard reusable variables should be stored in [StaticGlobalVariables.java](https://gitea.com/gitnex/GitNex/src/branch/master/app/src/main/java/org/mian/gitnex/helpers/StaticGlobalVariables.java). \ No newline at end of file +Static and standard reusable variables should be stored in [StaticGlobalVariables.java](https://codeberg.org/gitnex/GitNex/src/branch/master/app/src/main/java/org/mian/gitnex/helpers/StaticGlobalVariables.java). \ No newline at end of file