diff --git a/README.md b/README.md
index ad290dd..ec78207 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# vue-ganttastic
+
A simple and easy-to-use Gantt chart component for Vue.js
@@ -17,7 +18,7 @@ Use g-gantt-chart in your template, pass the desired chart start an
to the default template slot.
Pass an array containing your bar objects to every row using the bars prop, while specifying the name of the properties in your bar objects that stand for the bar start and bar end time using the props bar-start and bar-end
-For more detailed information, such as how to style the bars or additional configuration options, please refer to the [docs]() on the project's homepage (coming soon).
+For more detailed information, such as how to style the bars or additional configuration options, please refer to the [docs](https://infectoone.github.io/vue-ganttastic-homepage/#/docs) on the project's homepage (coming soon).
The following code showcases a simple usage example in a .vue SFC (Single File Component)
```html