Skip to content

Commit

Permalink
Fix LICENSE link (JabRef#11152)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhramit authored Apr 5, 2024
1 parent dd2268d commit 2dc8ddf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AboutDialogViewModel extends AbstractViewModel {
private static final String DONATION_URL = "https://donations.jabref.org";
private static final String LIBRARIES_URL = "https://github.com/JabRef/jabref/blob/main/external-libraries.md";
private static final String GITHUB_URL = "https://github.com/JabRef/jabref";
private static final String LICENSE_URL = "https://github.com/JabRef/jabref/blob/main/LICENSE.md";
private static final String LICENSE_URL = "https://github.com/JabRef/jabref/blob/main/LICENSE";
private static final String CONTRIBUTORS_URL = "https://github.com/JabRef/jabref/graphs/contributors";
private static final String PRIVACY_POLICY_URL = "https://github.com/JabRef/jabref/blob/main/PRIVACY.md";
private final String changelogUrl;
Expand Down

0 comments on commit 2dc8ddf

Please sign in to comment.