mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-25 11:35:34 +01:00
docs: Update files to reflect repository rename to 'SongodaCore'
This commit is contained in:
parent
67ff01ae0a
commit
156aa628af
@ -21,6 +21,6 @@ public class CraftaroCoreConstants {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String getGitHubProjectUrl() {
|
public static String getGitHubProjectUrl() {
|
||||||
return "https://github.com/craftaro/CraftaroCore";
|
return "https://github.com/craftaro/SongodaCore";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!--suppress HtmlDeprecatedAttribute -->
|
<!--suppress HtmlDeprecatedAttribute -->
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# CraftaroCore
|
# SongodaCore
|
||||||
|
|
||||||
**An elaborate multi functional general Spigot plugin compatibility core and general use API.**
|
**An elaborate multi functional general Spigot plugin compatibility core and general use API.**
|
||||||
|
|
||||||
|
6
pom.xml
6
pom.xml
@ -54,13 +54,13 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<url>https://github.com/craftaro/CraftaroCore/issues</url>
|
<url>https://github.com/craftaro/SongodaCore/issues</url>
|
||||||
<system>GitHub Issues</system>
|
<system>GitHub Issues</system>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://github.com/craftaro/CraftaroCore</url>
|
<url>https://github.com/craftaro/SongodaCore</url>
|
||||||
<connection>scm:git:git://github.com/craftaro/CraftaroCore.git</connection>
|
<connection>scm:git:git://github.com/craftaro/SongodaCore.git</connection>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
Reference in New Issue
Block a user