diff options
-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 ``` |