diff --git a/README.md b/README.md index 63e60562..91af4ecd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Sal Hack logo](/src/main/resources/assets/salhack/imgs/SalHackWatermark.png)](https://github.com/ionar2/salhack/) -[![Discord](https://img.shields.io/discord/694337597371056198?label=discord&logo=discord&logoColor=white)](https://discord.gg/mj9sVWf) +[![Discord](https://img.shields.io/discord/756237116320645240?label=discord&logo=discord&logoColor=white)](https://discord.gg/nhN8Zx3) [![Gradle Build](https://github.com/ionar2/salhack/workflows/Gradle%20Build/badge.svg?branch=master)](https://github.com/ionar2/salhack/actions) [![GitHub All Releases](https://img.shields.io/github/downloads/ionar2/salhack/total.svg)](https://github.com/ionar2/salhack/releases/) [![GitHub contributors](https://img.shields.io/github/contributors/ionar2/salhack.svg)](https://github.com/ionar2/salhack/graphs/contributors/) diff --git a/build.gradle b/build.gradle index c8e65ca9..93f439ae 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } maven { name = 'SpongePowered' - url = 'http://repo.spongepowered.org/maven' + url = 'https://repo.spongepowered.org/maven' } maven { name = 'sonatype' @@ -61,7 +61,7 @@ minecraft { repositories { maven { name = 'spongepowered-repo' - url = 'http://repo.spongepowered.org/maven/' + url = 'https://repo.spongepowered.org/maven/' } maven { name = 'impactdevelopment-repo' @@ -189,4 +189,4 @@ if (project.hasProperty('api_key_curseforge') && project.hasProperty('extra_curs } } } -} \ No newline at end of file +}