Skip to content

Commit

Permalink
Update all links to .org
Browse files Browse the repository at this point in the history
  • Loading branch information
TymanWasTaken committed Apr 8, 2024
1 parent 9666536 commit 29d1bb9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you wish to see the older version, please check out the [main branch readme](

This project and its files (code, assets, etc.), except where stated otherwise, is licensed under the GNU Lesser General Public License v3.0, see the [LICENSE](./LICENSE) file for more information.

[Polyfrost Documentation]: https://docs.polyfrost.cc/
[Polyfrost Documentation]: https://docs.polyfrost.org/
[OneConfig]: https://github.com/Polyfrost/OneConfig

[LaunchWrapper]: https://github.com/Mojang/legacy-launcher
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {

repositories {
mavenCentral()
maven("https://repo.polyfrost.cc/releases")
maven("https://repo.polyfrost.org/releases")
maven("https://maven.neoforged.net/releases")
}

Expand All @@ -30,7 +30,7 @@ allprojects {
).forEach { (channel, authMethod) ->
maven {
name = channel
setUrl("https://repo.polyfrost.cc/$channel")
setUrl("https://repo.polyfrost.org/$channel")
credentials(PasswordCredentials::class)
authentication {
create<BasicAuthentication>(authMethod)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.polyfrost.cc/releases")
maven("https://repo.polyfrost.org/releases")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @since 1.1.0
*/
public class Stage0Loader extends LoaderBase {
private static final String MAVEN_URL = "https://polyfrost.cc/";
private static final String MAVEN_URL = "https://repo.polyfrost.org/";
private static final String MAVEN_REPO = "releases";

Stage0Loader(Capabilities capabilities) {
Expand Down

0 comments on commit 29d1bb9

Please sign in to comment.