summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2018-08-26 23:48:51 +0000
committerMatthias Clasen <mclasen@redhat.com>2018-08-26 23:48:51 +0000
commit4ed4b4fd6ad5aed3a16934450c09c265a22e89b7 (patch)
treed7adb0fb56f3b5e0c305df6072bd191ad0beb2ac /CONTRIBUTING.md
parent369cb702e48aaa8b36c963b43399c1bca606d04e (diff)
downloadgtk+-4ed4b4fd6ad5aed3a16934450c09c265a22e89b7.tar.gz
docs: README.commits converted to markdown
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 318c1ce68e..3326f99043 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,9 +48,9 @@ $ ninja
```
**Note**: For information about submitting patches and pushing changes
-to Git, see the `README.md` and `README.commits` files. In particular,
+to Git, see the [README.md](./README.md) and [README.commits.md](./README.commits.md) files. In particular,
don't, under any circumstances, push anything to Git before reading and
-understanding `README.commmits`.
+understanding [README.commits.md](./README.commits.md).
Typically, you should work on your own branch:
@@ -60,6 +60,6 @@ $ git checkout -b your-branch
Once you've finished working on the bug fix or feature, push the branch
to the Git repository and open a new merge request, to let the GTK
-maintainers review your contribution. The [CODE-OWNERS](./docs-CODE-OWNERS)
+maintainers review your contribution. The [CODE-OWNERS](./docs/CODE-OWNERS)
document contains the list of core contributors to GTK and the areas for
which they are responsible.