summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index f84e222..a970033 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# libpipeline, a pipeline manipulation library
-Git repository: https://gitlab.com/cjwatson/libpipeline
+Git repository: https://gitlab.com/libpipeline/libpipeline
libpipeline is a C library for setting up and running pipelines of
processes, without needing to involve shell command-line parsing which is
@@ -9,7 +9,8 @@ laboriously construct pipelines using lower-level primitives such as fork(2)
and execve(2).
Full programmers' documentation may be found using `man libpipeline`, and
-the [project homepage](https://nongnu.org/libpipeline/) has more background.
+the [project homepage](https://libpipeline.gitlab.io/libpipeline/) has more
+background.
## Installation
@@ -230,6 +231,6 @@ design review, and Kees Cook and Matthias Klose for helpful conversations.
## Bug reporting
You can [report bugs on
-GitLab](https://gitlab.com/cjwatson/libpipeline/-/issues), or see [bugs from
-before the migration to
+GitLab](https://gitlab.com/libpipeline/libpipeline/-/issues), or see [bugs
+from before the migration to
GitLab](https://savannah.nongnu.org/bugs/?group=libpipeline).