Skip to content

Commit 303ca18

Browse files
author
Aryan Tyagi
authored
Fix links to point to the Commons docs instead of custom fork (#2)
1 parent e7df9b1 commit 303ca18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: android/build-variants/Build-Variants.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The four build variants:
2929

3030
`prodRelease`: This is the release version of the app which connects to the production server. This cannot be used for debugging the app. You would have to sign this version of the app using your signing keys.
3131

32-
For information on how to change `build variants`, [this page can be referred](https://github.com/Glitch101/documentation/blob/master/android/build-variants/Changing-Build-Variants.md).
32+
For information on how to change `build variants`, [this page can be referred](Changing-Build-Variants.md).
3333

3434
### Links to official android documentation
3535
Build types - https://developer.android.com/studio/build/build-variants#build-types

Diff for: android/build-variants/Changing-Build-Variants.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changing build variants of the Commons android project
22
This page contains the instructions for changing the build variants of the Commons project in Android Studio.
3-
Information regrading different build variants of the Commons project can be found [here](https://github.com/Glitch101/documentation/blob/master/android/build-variants/Build-Variants.md)
3+
Information regrading different build variants of the Commons project can be found [here](Build-Variants.md)
44

55
Step 1: Go to `Build` on the toolbar
66

0 commit comments

Comments
 (0)