Skip to content

Commit 352f35c

Browse files
authored
Contributing-Guidelines: point to documentation repo (#11)
As the documentation has been moved from the wiki to the documentation repo, mention the documentation repo in the guideline instead of the Wiki page.
1 parent 5f694eb commit 352f35c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

android/Contributing-Guidelines.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thanks for considering to contribute to this project! A few guidelines for
44
people who want to contribute their code to this software are documented
5-
here. If you're not sure where to start head on to [this wiki page](https://github.com/commons-app/apps-android-commons/wiki/Volunteers-welcome!).
5+
here. If you're not sure where to start read the [Volunteers welcome!](./Volunteers-welcome!.md) document.
66

77
## Summary
88

@@ -24,11 +24,11 @@ You should also:
2424

2525
## Code Style
2626

27-
https://github.com/commons-app/apps-android-commons/wiki/Code-style
27+
See [Code Style](Code-style.md) document.
2828

2929
## Developer Workflow
3030

31-
https://github.com/commons-app/apps-android-commons/wiki/Developer-workflow
31+
See [Developer workflow](Developer-workflow.md) document.
3232

3333
## General Guidelines
3434

@@ -112,10 +112,10 @@ on open source projects), you can use their Travis CI integration to
112112
test your changes.
113113

114114

115-
### Update the Wiki pages (if possible)
115+
### Update the documentation pages (if possible)
116116

117-
Do not forget to update the [Wiki pages](https://github.com/commons-app/apps-android-commons/wiki)
117+
Do not forget to update the [documentation pages](https://github.com/commons-app/documentation/blob/master/android/)
118118
on GitHub to describe the updated behavior and make sure that the resulting
119-
Wiki pages don't become stale as a consequence of your change.
119+
documentation pages don't become stale as a consequence of your change.
120120

121121
Note: These guidelines are based on the Git project's [guideline for submitting patches](https://github.com/git/git/blob/master/Documentation/SubmittingPatches). It's licensed under GPLv2.

0 commit comments

Comments
 (0)