diff options
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | doc/source/release-badge.rst | 5 | ||||
-rw-r--r-- | doc/source/snapshot-badge.rst | 5 |
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> |