Updated Basic tutorial (markdown)

filoghost 2018-02-04 13:20:57 +01:00
parent 8bb0e9e25b
commit 6488843e04

@ -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```.
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```.