summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-29 01:06:03 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-29 01:06:03 +0900
commit006be6c51e9064fd89520e2cd853d43aa07f7c08 (patch)
tree494a53af0b826a5d927de5584f1c0749e61334ac
parentd5cac6da3aa02b67438be6e129673a17a06552f6 (diff)
downloadbuildstream-tristan/docs-version-badge.tar.gz
-rw-r--r--README.rst2
-rw-r--r--doc/source/release-badge.rst5
-rw-r--r--doc/source/snapshot-badge.rst5
3 files changed, 9 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5acc23fbf..096b7a8f4 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@ About
-----
.. include:: release-badge.rst
-
+
.. include:: snapshot-badge.rst
.. image:: https://gitlab.com/BuildStream/buildstream/badges/master/pipeline.svg
diff --git a/doc/source/release-badge.rst b/doc/source/release-badge.rst
index e381d781f..e42a155a1 100644
--- a/doc/source/release-badge.rst
+++ b/doc/source/release-badge.rst
@@ -2,5 +2,8 @@
.. raw:: html
<a class="reference external image-reference">
- <object style="margin-bottom:24px;vertical-align:middle" data="./_static/release.svg" type="image/svg+xml"/></object>
+ <object style="margin-bottom:24px;vertical-align:middle"
+ data="https://buildstream.gitlab.io/buildstream/_static/release.svg"
+ type="image/svg+xml"/>
+ </object>
</a>
diff --git a/doc/source/snapshot-badge.rst b/doc/source/snapshot-badge.rst
index 36bfaf48e..a92d4c979 100644
--- a/doc/source/snapshot-badge.rst
+++ b/doc/source/snapshot-badge.rst
@@ -2,5 +2,8 @@
.. raw:: html
<a class="reference external image-reference">
- <object style="margin-bottom:24px;vertical-align:middle" data="./_static/snapshot.svg" type="image/svg+xml"/></object>
+ <object style="margin-bottom:24px;vertical-align:middle"
+ data="https://buildstream.gitlab.io/buildstream/_static/snapshot.svg"
+ type="image/svg+xml"/>
+ </object>
</a>