diff --git a/README.md b/README.md
index 56cce10899300757396fff6a2d10d2a6eea23fc6..bdcc421e51961f645e8bfdde4da374a65e70f371 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,7 @@ Falls Polaris nicht wie erwartet startet, können Sie die Logs anzeigen:
 docker compose logs -f
 ```
 
+### Upgrade Version
 Detailierte Hinweise zum Upgrade von einzelenen Versionen von Polaris findet man im Upgrade-Guide: http://git.rwth-aachen.de/polaris/deployment/-/blob/main/UPGRADE_GUIDE.md?ref_type=heads
 
 ## Mehr Informationen
diff --git a/UPGRADE_GUIDE.md b/UPGRADE_GUIDE.md
index 229521de52e1a77e03cf525ab68d78752496f9ca..e1972ebc58535fc48a9d1d0cdb93efe2ed5d2a44 100644
--- a/UPGRADE_GUIDE.md
+++ b/UPGRADE_GUIDE.md
@@ -13,4 +13,5 @@ In the pre-release version of Polaris, the paths for the Docker volumes were dif
     volumens:
       - ./database_analytics/production:/var/lib/postgresql/data
 ```
+
 Additionally, the schemas in Polaris have changed — the Rights Engine updates these automatically, but you may want to manually adjust the JSON schema. You can find guidance on this in the documentation: https://polaris.pages.rwth-aachen.de/rights-engine/provider_schema/#migrating-from-an-older-version-prior-to-101
\ No newline at end of file