Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
README | 19 -------------------
README.md | 21 +++++++++++++++++++++
2 files changed, 21 insertions(+), 19 deletions(-)
delete mode 100644 README
create mode 100644 README.md
diff --git a/README b/README
deleted file mode 100644
index 9126ab1..0000000
--- a/README
+++ /dev/null
@@ -1,19 +0,0 @@
- Virt Tools static site
- ======================
-
-This directory contains content / configuration for managing
-
- http(s)://virttools.org
- http(s)://virt-tools.org
- http(s)://www.virttools.org
- http(s)://www.virt-tools.org
-
-The site is setup to run under OpenShift
-
-Initial load can be done with
-
- oc process -f virttools-web/openshift/templates/virttools-web.json | oc create -f -
-
-Updates to the OpenShift config are manually activated using 'oc replace'.
-
-Updates to the content itself are automatically propagated via a web hook.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5b7a60d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+Virt Tools static site
+======================
+
+This directory contains content / configuration for managing
+
+* [
https://virttools.org](https://virttools.org)
+* [
https://virt-tools.org](https://virt-tools.org)
+* [
https://www.virttools.org](https://www.virttools.org)
+* [
https://www.virt-tools.org](https://www.virt-tools.org)
+
+The site is setup to run under OpenShift
+
+Initial load can be done with
+
+```
+ oc process -f virttools-web/openshift/templates/virttools-web.json | oc create -f -
+```
+
+Updates to the OpenShift config are manually activated using `oc replace`.
+
+Updates to the content itself are automatically propagated via a web hook.
--
2.24.1