Fix broken link in CONTRIBUTING.md

Signed-off-by: Thomas Völkl thomas@vollkorntomate.de
This commit is contained in:
vollkorntomate 2022-08-01 17:30:14 +02:00 committed by Doug
parent 7400f89f9f
commit f70c8b1164
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Please see our [pull request guide](https://github.com/vector-im/element-android
## Implementing a new screen ## Implementing a new screen
New screen flows are currently using MVVM-Coordinator pattern. Please refer to the screen template under [Tools/Scripts/createSimpleScreen.sh](Tools/Scripts/createSimpleScreen.sh) to create a new screen or a new screen flow. New screen flows are currently using MVVM-Coordinator pattern. Please refer to the screen template under [Tools/Scripts/createScreen.sh](Tools/Scripts/createScreen.sh) to create a new screen or a new screen flow.
## Coding style ## Coding style

View File

@ -0,0 +1 @@
CONTRIBUTING.md: Fix broken link to the `createScreen.sh` script.