summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-04 10:39:09 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-04 10:39:09 +0300
commitf482a20e624ac22365e97f3e7697475b95ec66a7 (patch)
tree2813694faabd3c4dcd71046c7f4ca07006a1e100
parent30866ef9832a04178589ac784c2ddc787c071ea6 (diff)
downloadobnam.org-f482a20e624ac22365e97f3e7697475b95ec66a7.tar.gz
fix: change links from old git repo to new
gitlab.com/larswirzenius/obnam* has been moved to gitlab.com/obnam/obnam*. There are redirects, but it's better to not rely on them. Sponsored-by: author
-rw-r--r--blog/2021/01/02/iteration.mdwn2
-rw-r--r--blog/2021/01/29/v0.2.2.mdwn8
-rw-r--r--blog/2021/05/10/meeting.md2
-rw-r--r--contact.mdwn2
-rw-r--r--contributing.mdwn2
-rw-r--r--index.mdwn4
6 files changed, 10 insertions, 10 deletions
diff --git a/blog/2021/01/02/iteration.mdwn b/blog/2021/01/02/iteration.mdwn
index 39162d1..fe48bd7 100644
--- a/blog/2021/01/02/iteration.mdwn
+++ b/blog/2021/01/02/iteration.mdwn
@@ -12,7 +12,7 @@ way, but not so much work that I get overwhelmed.
I'll use GitLab [milestones][] to iterations. Each iteration will have
a stated concrete goal.
-[milestones]: https://gitlab.com/larswirzenius/obnam/-/milestones
+[milestones]: https://gitlab.com/obnam/obnam/-/milestones
While I'm holding these meeting just by myself, for now, I would
welcome more broad participation from others interested in working on
diff --git a/blog/2021/01/29/v0.2.2.mdwn b/blog/2021/01/29/v0.2.2.mdwn
index 7afd1b7..fa14d71 100644
--- a/blog/2021/01/29/v0.2.2.mdwn
+++ b/blog/2021/01/29/v0.2.2.mdwn
@@ -32,8 +32,8 @@ would make you happy about using backup software? How can I make
Obnam2 be the most boring backup solution ever?
[Obnam2]: https://obnam.org/
-[git repository]: https://gitlab.com/larswirzenius/obnam
-[Ansible playbook]: https://gitlab.com/larswirzenius/obnam/-/blob/main/ansible/obnam-server.yml
-[README]: https://gitlab.com/larswirzenius/obnam/-/blob/main/README.md
-[issue tracker]: https://gitlab.com/larswirzenius/obnam/-/issues
+[git repository]: https://gitlab.com/obnam/obnam
+[Ansible playbook]: https://gitlab.com/obnam/obnam/-/blob/main/ansible/obnam-server.yml
+[README]: https://gitlab.com/obnam/obnam/-/blob/main/README.md
+[issue tracker]: https://gitlab.com/obnam/obnam/-/issues
[Rust crate]: https://crates.io/crates/obnam
diff --git a/blog/2021/05/10/meeting.md b/blog/2021/05/10/meeting.md
index 81d2031..c312d24 100644
--- a/blog/2021/05/10/meeting.md
+++ b/blog/2021/05/10/meeting.md
@@ -43,7 +43,7 @@ Debian packages and websites will remain Lars's personal CI for now.
## Logo
In [issue #7 for
-obnam.org](https://gitlab.com/larswirzenius/obnam.org/-/issues/7),
+obnam.org](https://gitlab.com/obnam/obnam.org/-/issues/7),
Tigran Zakoyan has proposed possible new logos for Obnam. Feedback on
those would be welcome.
diff --git a/contact.mdwn b/contact.mdwn
index 0673db2..2b57546 100644
--- a/contact.mdwn
+++ b/contact.mdwn
@@ -2,7 +2,7 @@
The can reach the Obnam project via various means:
-* GitLab issues: <https://gitlab.com/larswirzenius/obnam>
+* GitLab issues: <https://gitlab.com/obnam/obnam>
* IRC: `#obnam` on the OFTC network (irc.oftc.net)
* Matrix:`#obnam2:matrix.org`
diff --git a/contributing.mdwn b/contributing.mdwn
index dde5d5d..4a8158c 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -110,7 +110,7 @@ Some caveats so you know what to expect:
# Code review process
-We use [gitlab.com](https://gitlab.com/larswirzenius/obnam) for code
+We use [gitlab.com](https://gitlab.com/obnam/obnam) for code
hosting, and their merge request feature for reviewing changes.
However, most changes are currently made by Lars, the founder of the
project, and he is also the only one who can merge. Reviewing one's
diff --git a/index.mdwn b/index.mdwn
index 1250484..13093b5 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -23,7 +23,7 @@ into chunks, then compresses and encrypts them, and uploads new ones
to smart server via HTTP; server never sees cleartext.
[Subplot]: https://subplot.liw.fi/
-[tutorial]: https://gitlab.com/larswirzenius/obnam/-/blob/main/tutorial.md
+[tutorial]: https://gitlab.com/obnam/obnam/-/blob/main/tutorial.md
# News
@@ -35,7 +35,7 @@ to smart server via HTTP; server never sees cleartext.
# Links
-* [Source code (gitlab.com)](https://gitlab.com/larswirzenius/obnam) ([mirror](http://git.liw.fi/obnam2))
+* [Source code (gitlab.com)](https://gitlab.com/obnam/obnam) ([mirror](http://git.liw.fi/obnam2))
* Acceptance criteria are documented using [Subplot][], and are on
[doc.obnam.org](https://doc.obnam.org/).
* [[Contributing]] to Obnam