diff --git a/Basic-tutorial.md b/Basic-tutorial.md index db00bb5..33a6b7d 100644 --- a/Basic-tutorial.md +++ b/Basic-tutorial.md @@ -78,4 +78,4 @@ ItemLine itemLine2 = hologram.insertItemLine(0, new ItemStack(Material.STONE));   ## 5) What to do now? -If you think this tutorial is enough, you may want to read the full API documentation, that is located [here](http://filoghost.me/HolographicDisplays/). The most relevant classes are ```HologramsAPI``` and the interface ```Hologram```. \ No newline at end of file +If you think this tutorial is enough, you may want to read the full javadocs documentation, located [here](https://ci.filoghost.me/job/HolographicDisplays/javadoc/index.html?com/gmail/filoghost/holographicdisplays/api/HologramsAPI.html). The most relevant classes are ```HologramsAPI``` and the interface ```Hologram```. \ No newline at end of file