Add source link, update report issue link

This commit is contained in:
comp500 2022-01-21 00:37:36 +00:00
parent 7d6346c088
commit 6db8422c87
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ class ExceptionListWindow(eList: List<ExceptionDetails>, future: CompletableFutu
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) { if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) {
addActionListener { addActionListener {
try { try {
Desktop.getDesktop().browse(URI("https://github.com/comp500/packwiz-installer/issues/new")) Desktop.getDesktop().browse(URI("https://github.com/packwiz/packwiz-installer/issues/new"))
} catch (e: IOException) { } catch (e: IOException) {
// lol the button just won't work i guess // lol the button just won't work i guess
} catch (e: URISyntaxException) {} } catch (e: URISyntaxException) {}

View File

@ -1,6 +1,6 @@
# Licenses # Licenses
packwiz-installer itself is under the MIT license, except for Murmur2Lib and bundled dependencies as follows: packwiz-installer itself is under the MIT license ([Source](https://github.com/packwiz/packwiz-installer)), except for Murmur2Lib and bundled dependencies as follows:
- Murmur2Lib: Apache 2.0 ([Source](https://github.com/prasanthj/hasher/blob/master/src/main/java/hasher/Murmur2.java)) - Murmur2Lib: Apache 2.0 ([Source](https://github.com/prasanthj/hasher/blob/master/src/main/java/hasher/Murmur2.java))
- Google Gson 2.8.9: Apache 2.0 ([Source](https://github.com/google/gson)) - Google Gson 2.8.9: Apache 2.0 ([Source](https://github.com/google/gson))