diff --git a/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html b/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html
index 077fe1ef41c189fd716c3f4a3e90cc05951827fa..1f047f4ff761728c1ee765954ecff674ca58f833 100644
--- a/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html
+++ b/uhepp_org/uhepp_vault/templates/uhepp_vault/home.html
@@ -15,7 +15,7 @@
 <p>The term uhepp might refer to one of three distinct projects. It should be
 clear from the context which component is meant. The three parts are:</p>
 <div class="row">
-  <div class="col-lg-4 d-flex">
+  <div class="col-lg-4 d-flex py-2">
     <div class="card">
       <div class="card-body">
       <h3 class="card-title">A storage format</h3>
@@ -28,7 +28,7 @@ clear from the context which component is meant. The three parts are:</p>
   in your favorite format that supports lists and maps, for example, YAML or
   JSON.</p>
   <p>
-    <a class="btn btn-primary" href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/master/README.md">
+    <a class="btn btn-primary" href="https://uhepp.readthedocs.io/en/latest/storage_format.html">
     Read the specs
     </a>
   </p>
@@ -37,7 +37,7 @@ clear from the context which component is meant. The three parts are:</p>
     </div>
   </div>
 
-  <div class="col-lg-4 d-flex">
+  <div class="col-lg-4 d-flex py-2">
     <div class="card">
       <div class="card-body">
       <h3 class="card-title">A Python package</h3>
@@ -50,7 +50,7 @@ clear from the context which component is meant. The three parts are:</p>
   <p>Additionally, the Python package offers methods to push plots to or pull
   plots from a public web service.</p>
   <p>
-    <a class="btn btn-primary" href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/master/README.md">
+    <a class="btn btn-primary" href="https://pypi.org/project/uhepp/">
     Get the package
     </a>
   </p>
@@ -59,7 +59,7 @@ clear from the context which component is meant. The three parts are:</p>
     </div>
   </div>
 
-  <div class="col-lg-4 d-flex">
+  <div class="col-lg-4 d-flex py-2">
     <div class="card">
       <div class="card-body">
       <h3 class="card-title">A web service</h3>
@@ -74,8 +74,7 @@ clear from the context which component is meant. The three parts are:</p>
   your colleagues.
   </p>
   <p>
-    <a class="btn btn-primary"
-    href="https://gitlab.cern.ch/fsauerbu/uhepp/-/blob/20-add-documentation/docs/GettingStarted.ipynb">
+    <a class="btn btn-primary" href="https://uhepp.readthedocs.io/en/latest/GettingStarted.html">
     Let's get started
     </a>
   </p>