diff --git a/README.md b/README.md
index 611d19d..8ce336d 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,18 @@
Goa is a clean, simple and minimalist theme for blogs and personal websites.
-
-
+
+
-[](https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/LICENSE)
+[](https://raw.githubusercontent.com/shenoydotme/hugo-goa/master/LICENSE)
[](https://github.com/shenoydotme/hugo-goa/stargazers)
[](https://github.com/shenoydotme/hugo-goa/network)
-[](https://www.emergencykitten.com/)
-[](https://www.emergencykitten.com/)
+[](https://www.emergencykitten.com/)
+[](https://www.emergencykitten.com/)
## Demo
-You can find the demo site in action [here](https://stephan.hadan.de/hugo-goa-demo) and the modified source [here](https://github.com/stiebke/hugo-goa-demo).
+You can find the demo site in action [here](https://preview.hadan-it.com/hugo-goa-demo) and the modified source [here](https://git.hadan-it.com/stiebke/hugo-goa).
## Installation
@@ -21,7 +21,7 @@ You can find the demo site in action [here](https://stephan.hadan.de/hugo-goa-de
hugo new site quickstart
cd quickstart
git init
-git submodule add https://github.com/stiebke/hugo-goa.git themes/hugo-goa
+git submodule add https://git.hadan-it.com/stiebke/hugo-goa.git themes/hugo-goa
echo "theme = 'hugo-goa'" >> hugo.toml
hugo server
```