Update to all use https links.

Ben Woo 2021-09-22 11:48:52 +08:00
parent f43570ce20
commit fcd4299146

@ -2,7 +2,7 @@ This document outlines the basics of how plugin developers can read and modify M
## Adding Multiverse-Core to your project
All Multiverse modules are hosted on our very own [nexus repository](http://repo.onarandombox.com/content/groups/public).
All Multiverse modules are hosted on our very own [nexus repository](https://repo.onarandombox.com/content/groups/public).
To replace the placeholders with the various artifactId for Multiverse modules are:
* Multiverse-Core
@ -18,7 +18,7 @@ As for the version, use the latest release version based on their respective Buk
<repositories>
<repository>
<id>OnARandomBox</id>
<url>http://repo.onarandombox.com/content/groups/public/</url>
<url>https://repo.onarandombox.com/content/groups/public/</url>
</repository>
</repositories>
@ -35,7 +35,7 @@ As for the version, use the latest release version based on their respective Buk
### Gradle
```gradle
repositories {
maven { url = "http://repo.onarandombox.com/content/groups/public/" }
maven { url = "https://repo.onarandombox.com/content/groups/public/" }
}
dependencies {