aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-13 13:24:19 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-13 13:24:19 +0200
commit8be81a45db88adc26debd06042033e6155645ac2 (patch)
treec8b454a461920fa19ddf07cf354c7f24f9e5b671
parentc0654fe190266de8fc53cd6c6756cc2406f7bfb7 (diff)
downloads2i-sphinx-8be81a45db88adc26debd06042033e6155645ac2.tar.gz
update links
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e728fd9..911b336 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# s2i builder for sphinx documentation
-Source: [https://github.com/kraxel/s2i-sphinx](https://github.com/kraxel/s2i-sphinx)
+Source: [https://gitlab.com/kraxel/s2i-sphinx](https://github.com/kraxel/s2i-sphinx)
-Image: kraxel/s2i-sphinx @ docker.io registry
+Image: registry.gitlab.com/kraxel/s2i-sphinx
## Deploy in openshift
```
-oc new-app kraxel/s2i-sphinx~git://some.host/path/to/linux/kernel/source/repo.git
+oc new-app registry.gitlab.com/kraxel/s2i-sphinx~git://some.host/path/to/linux/kernel/source/repo.git
```