Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Commit

Permalink
Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusElg committed Aug 23, 2017
1 parent 5882ca5 commit 409080c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IF YOU ARE REPORTING A BROKEN DOWNLOAD LINK:

There is nothing we can do with Dropbox breaking the links.

Go download it from the releases page here on GitHub, or rpw.ondrovo.com
Go download it from the releases page here on GitHub, or https://mcrpw.github.io/

*******************************************
<- Delete this notice before sending!
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please read the help before asking questions, and go through the RPW menus.

## Links

- [**Official RPW website**](http://rpw.ondrovo.com)
- [**Official RPW website**](https://mcrpw.github.io/)
- [MightyPork on Twitter](https://twitter.com/MightyPork)
- [RPW on Twitter](https://twitter.com/RPWapp)
- [Planet Minecraft post](http://www.planetminecraft.com/mod/tool-resourcepack-workbench---the-ultimate-pack-creator/)
Expand All @@ -18,7 +18,7 @@ Please read the help before asking questions, and go through the RPW menus.

**Q: RPW opens images in Paint instead of Gimp. How to fix?**

Please see issues [#53](https://github.com/MightyPork/rpw/issues/53) and [#58](https://github.com/MightyPork/rpw/issues/58).
Please see issues [#53](https://github.com/mcRPW/rpw/issues/53) and [#58](https://github.com/mcRPW/rpw/issues/58).

**Q: How to import an existing pack?**

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/MightyPork/rpw/issues</url>
<url>https://github.com/mcRPW/rpw/issues</url>
</issueManagement>
<url>https://github.com/MightyPork/rpw</url>
<url>https://github.com/mcRPW/rpw</url>
</project>
4 changes: 2 additions & 2 deletions resources/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

----------------------------------------------------------------------------

Official website: rpw.ondrovo.com
Official website: https://mcrpw.github.io/

GitHub repo: github.com/MightyPork/rpw
GitHub repo: github.com/mcRPW/rpw

RPW news: @RPWapp (twitter)

Expand Down
4 changes: 2 additions & 2 deletions resources/data/export/pack-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

[Get RPW]

* Official website -> rpw.ondrovo.com
* Official website -> https://mcrpw.github.io/

[Contribute]

* RPW on GitHub -> github.com/MightyPork/rpw
* RPW on GitHub -> github.com/mcRPW/rpw

[Twitter]

Expand Down
8 changes: 4 additions & 4 deletions src/net/mightypork/rpw/Paths.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ public class Paths {

// public static final String URL_DONATE = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B9X6Q5QU7FKPC";
public static final String URL_UPDATE_FILE = "https://raw.githubusercontent.com/MightyPork/rpw/master/changelog.txt";
public static final String URL_RPW_WEB = "http://rpw.ondrovo.com";
public static final String URL_GITHUB_REPO = "https://github.com/MightyPork/rpw/";
public static final String URL_GITHUB_BUGS = "https://github.com/MightyPork/rpw/issues/new";
public static final String URL_RPW_WEB = "https://mcrpw.github.io/";
public static final String URL_GITHUB_REPO = "https://github.com/mcRPW/rpw/";
public static final String URL_GITHUB_BUGS = "https://github.com/mcRPW/rpw/issues/new";

public static final String URL_GITHUB_RELEASES = "https://github.com/MightyPork/rpw/releases";
public static final String URL_GITHUB_RELEASES = "https://github.com/mcRPW/rpw/releases";

public static File getProjectBackupFolder(String identifier) {
return OsUtils.getAppDir(Paths.DIR_PROJECT_BACKUP_TMP + "-" + identifier, true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ protected void addActions() {
@Override
public void actionPerformed(ActionEvent e) {
try {
DesktopApi.browse(new URL("https://github.com/MightyPork/rpw/issues/new").toURI());
DesktopApi.browse(new URL("https://github.com/mcRPW/rpw/issues/new").toURI());
} catch (final Exception exc) {
Alerts.error(self(), "Sorry, something went wrong.");
}
Expand Down

0 comments on commit 409080c

Please sign in to comment.