Skip to content

Commit

Permalink
license linked
Browse files Browse the repository at this point in the history
  • Loading branch information
NaveenB2004 committed Aug 3, 2023
1 parent eccc7ca commit c369cf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Application/src/main/java/Main/About.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@ private void jButton4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRS
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
// TODO add your handling code here:
try {
Desktop.getDesktop().browse(new URL("http://github.com/naveenb2004/HotspotMaker").toURI());
Desktop.getDesktop().browse(
new URL("https://github.com/NaveenB2004/HotspotMaker/tree/main/Others/3rd%20Party%20License")
.toURI());
} catch (IOException | URISyntaxException e) {
Logger.getLogger(About.class.getName()).log(Level.SEVERE, null, e);
}
Expand Down

0 comments on commit c369cf8

Please sign in to comment.