diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c5d4fc..59206a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ **CODE CHANGE:** Pull request should be done on the **"Developer"** branch. -**TRANSLATION CHANGE/UPDATE:** Pull request should be done on the **"Developer"** branch. The translations can be found at `res/values/strings.xml`. +**TRANSLATION CHANGE/UPDATE:** Pull request should be done on the **"Developer"** branch. The translations can be found at [`res/values/strings.xml`](/app/src/main/res/values/strings.xml). -**SUBMIT TRANSLATIONS:** Pull request should be done on the **"Developer"** branch. Please follow the `<--DEFAULT LANGUAGE-->` format that can be found at `res/values/strings.xml`. +**SUBMIT TRANSLATIONS:** Pull request should be done on the **"Developer"** branch. Please follow the `<--DEFAULT LANGUAGE-->` format that can be found at [`res/values/strings.xml`](/app/src/main/res/values/strings.xml).