aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-21 14:39:18 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-21 14:39:18 +0100
commit97b923b71ff33b5ceae70e9860086e4f7d73c070 (patch)
tree2523849bd994480a6276dae99cd0de015ba86f24 /README.md
parentd57edafb96b18f5e1fd9a2bf53cf368c4b2cc071 (diff)
downloads2i-virtio-spec-97b923b71ff33b5ceae70e9860086e4f7d73c070.tar.gz
fix readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ef94987..75e25f8 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-# s2i builder for linux kernel documentation
+# s2i builder for virtio specification
-Source: [https://github.com/kraxel/s2i-kerneldoc](https://github.com/kraxel/s2i-kerneldoc)
+Source: [https://github.com/kraxel/s2i-virtio-spec](https://github.com/kraxel/s2i-virtio-spec)
-Image: kraxel/s2i-kerneldoc @ docker.io registry
+Image: kraxel/s2i-virtio-spec @ docker.io registry
## Deploy in openshift
```
-oc new-app kraxel/s2i-kerneldoc~git://some.host/path/to/linux/kernel/source/repo.git
+oc new-app kraxel/s2i-virtio-spec~git://some.host/path/to/virtio/spec/source/repo.git
```