mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-25 03:25:16 +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() {
|
||||
return "https://github.com/craftaro/CraftaroCore";
|
||||
return "https://github.com/craftaro/SongodaCore";
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!--suppress HtmlDeprecatedAttribute -->
|
||||
<div align="center">
|
||||
|
||||
# CraftaroCore
|
||||
# SongodaCore
|
||||
|
||||
**An elaborate multi functional general Spigot plugin compatibility core and general use API.**
|
||||
|
||||
|
6
pom.xml
6
pom.xml
@ -54,13 +54,13 @@
|
||||
</modules>
|
||||
|
||||
<issueManagement>
|
||||
<url>https://github.com/craftaro/CraftaroCore/issues</url>
|
||||
<url>https://github.com/craftaro/SongodaCore/issues</url>
|
||||
<system>GitHub Issues</system>
|
||||
</issueManagement>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/craftaro/CraftaroCore</url>
|
||||
<connection>scm:git:git://github.com/craftaro/CraftaroCore.git</connection>
|
||||
<url>https://github.com/craftaro/SongodaCore</url>
|
||||
<connection>scm:git:git://github.com/craftaro/SongodaCore.git</connection>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
Loading…
Reference in New Issue
Block a user