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