diff --git a/Integrations.md b/Integrations.md
index 59c5408..50b47f5 100644
--- a/Integrations.md
+++ b/Integrations.md
@@ -151,16 +151,16 @@ Numeric IDs were removed in 1.13, but if your servers are old enough, you can st
1:0 <- Smooth Stone (again)
1:1 <- Granite
```
+Check [this outdated looking website](https://minecraft-ids.grahamedgecombe.com) for more ids.
-
-### Named IDs
+### Namespaced IDs
These existed in the older versions, but were not finalized until 1.13. This means that, for example, `minecraft:grass` will show a different item entirely in 1.12 and 1.13.
```
minecraft:stone <- Smooth Stone
minecraft:granite <- Granite (1.13)
minecraft:repeater <- Redstone Repeater
```
-
+Check [this documentation](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html) for more names.
### Legacy Bukkit Material IDs
Before Mojang started naming their items, Bukkit decided to give everything a name of their own, creating a third naming scheme. While also removed in 1.13, Spigot's plugin compatibility layer keeps this naming scheme alive, making it somewhat of a bridge between versions. As such, `bukkit:grass` shows the same item in both 1.12 and 1.13.
@@ -171,4 +171,5 @@ bukkit:stone#1 <- Granite
bukkit:grass <- Grass Block
bukkit:diode <- Redstone Repeater
```
+Check [this legacy documentation](https://papermc.io/javadocs/paper/1.12/org/bukkit/Material.html) for more names.
\ No newline at end of file