diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 13:24:19 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 13:24:19 +0200 |
commit | 8be81a45db88adc26debd06042033e6155645ac2 (patch) | |
tree | c8b454a461920fa19ddf07cf354c7f24f9e5b671 | |
parent | c0654fe190266de8fc53cd6c6756cc2406f7bfb7 (diff) | |
download | s2i-sphinx-8be81a45db88adc26debd06042033e6155645ac2.tar.gz |
update links
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ``` |