diff --git a/Code-Standards.md b/Code-Standards.md
index 01ec31c..f3b244b 100644
--- a/Code-Standards.md
+++ b/Code-Standards.md
@@ -31,8 +31,8 @@ import android.view.LayoutInflater;
import android.view.MenuItem;
/**
- * Template Author M M Arif
- * Author 6543
+ * @author M M Arif
+ * @author 6543
*/
```
@@ -125,7 +125,7 @@ Every layout must have components with defined ID's. Example,
```
Vector A
1) **No gif/png etc are allowed**.
2) **All drawables must be SVG**.
+Also check [Tabler Icons](https://tabler-icons.io/) for a comprehensive list.
+
#### Standard Variable Names
App Context should be stored at the beggining once in `appCtx`.
Current Context should be stored at the beggining once in `ctx`.
@@ -185,4 +187,4 @@ final Context ctx = LoginActivity.this;
```
#### Static Variables
-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
+Static and standard reusable variables should be stored in [Constants.java](https://codeberg.org/gitnex/GitNex/src/branch/main/app/src/main/java/org/mian/gitnex/helpers/Constants.java).
\ No newline at end of file