summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-13 11:57:52 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-13 11:57:52 +0300
commit6800ffaf8dfe84fc9c0379e18dc6cdbbbadf55c6 (patch)
treec9e1f855b4b39c9eb19a8beca915222675cf3f4a
parentb3f274b29d3521d51ef49d3cdbe654a3acd7a6ab (diff)
downloadobnam.org-6800ffaf8dfe84fc9c0379e18dc6cdbbbadf55c6.tar.gz
fix: point at the repositories
Thank you, Alexander Batischev. Sponsored-by: author
-rw-r--r--contributing.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/contributing.md b/contributing.md
index 62b6660..dde5d5d 100644
--- a/contributing.md
+++ b/contributing.md
@@ -29,13 +29,15 @@ We co-ordinate our work via the gitlab.com [issue tracker][]. Using it
requires an account on the site: if that's a problem for you, please
get in touch and we may be able to arrange something.
-[issue tracker]: https://gitlab.com/larswirzenius/obnam/-/issues
+[issue tracker]: https://gitlab.com/obnam/obnam/-/issues
+[web site repository]: https://gitlab.com/obnam/obnam.org
+[code repository]: https://gitlab.com/obnam/obnam
# Set up to change the web site
To contribute a change to the web site, you set up like this:
-* Fork the project.
+* Fork the [web site repostiory][].
- you will need your own account on gitlab.com for this
* Clone the code from your fork.
* Make a new git branch and start making changes.
@@ -56,7 +58,7 @@ up an environment following these steps:
be old
* Install any other build dependencies, as described in the [README][]
and [debian/control] files.
-* Fork the project.
+* Fork the [code repository][]:
- you will need your own account on gitlab.com for this
* Clone the code from your fork.
* Run `./check` to make sure everything works.