diff --git a/SubCreator.md b/SubCreator.md
index fc449e6..08c2716 100644
--- a/SubCreator.md
+++ b/SubCreator.md
@@ -48,7 +48,7 @@ Template:
`Icon` **[Item]**: Set the item icon of this template
`Build` **[Object]**: SubCreator build options
`Import` **[Enum Value List]**: Import and run other templates by name
- `Server-Type` **[Enum Value]**: Set which [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) this template will build
+ `Server-Type` **[Enum Value]**: Set which [ServerType](https://dev.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) this template will build
`Use-Cache` **[Boolean]**: Creates and forwards a valid cache directory to the script when true
`Require-Version` **[Boolean]**: Switches the `[Version]` field from optional to required
`Can-Update` **[Boolean]**: Signals that this template can update servers created by it
@@ -57,7 +57,7 @@ Template:
**->** `name`: The name of the new server
**->** `host`: The name of the host that was selected
**->** `template`: The name of the template being used
- **->** `type`: The [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) the template will create
+ **->** `type`: The [ServerType](https://dev.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) the template will create
**->** `version`: The minecraft version requested (may be empty)
**->** `sp_version`: The sponge build parsed by SubCreator (`FORGE` and `SPONGE` servers only)
**->** `mcf_version`: The forge build parsed by SubCreator (`FORGE` servers only)
@@ -68,7 +68,7 @@ Template:
`Settings` **[Object]**: Sets the default options for the subserver. Any setting from the `Servers` section of the [main configuration](https://github.com/ME1312/SubServers-2/wiki/Configuration#subserversserversyml-global-configuration) is valid here. Additionally, String values in this object can use the following variables:
**->** `$name$`: The name of the new server
**->** `$template$`: The name of the template that was used
- **->** `$type$`: The [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) the template will create) the template created
+ **->** `$type$`: The [ServerType](https://dev.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) the template will create) the template created
**->** `$version$`: The minecraft version requested
**->** `$address$`: The bind address of the host
**->** `$port$`: The port number of the new server