From fcd4299146eef035bda393f802df30c8d0b3aeb3 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:48:52 +0800 Subject: [PATCH] Update to all use https links. --- Developer-API-Starter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Developer-API-Starter.md b/Developer-API-Starter.md index 91b5ceb..d52cba0 100644 --- a/Developer-API-Starter.md +++ b/Developer-API-Starter.md @@ -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 OnARandomBox - http://repo.onarandombox.com/content/groups/public/ + https://repo.onarandombox.com/content/groups/public/ @@ -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 {