Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 653fba3

Browse files
committed
client: Fix URL to repository
1 parent f323193 commit 653fba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/public/app/widgets/dialogs/about.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const TPL = `
1717
<table class="table table-borderless">
1818
<tr>
1919
<th>Homepage:</th>
20-
<td><a href="https://github.com/zadam/trilium" class="external">https://github.com/zadam/trilium</a></td>
20+
<td><a href="https://github.com/TriliumNext/Notes" class="external">https://github.com/TriliumNext/Notes</a></td>
2121
</tr>
2222
<tr>
2323
<th>App version:</th>
@@ -70,7 +70,7 @@ export default class AboutDialog extends BasicWidget {
7070
this.$syncVersion.text(appInfo.syncVersion);
7171
this.$buildDate.text(appInfo.buildDate);
7272
this.$buildRevision.text(appInfo.buildRevision);
73-
this.$buildRevision.attr('href', `https://github.com/zadam/trilium/commit/${appInfo.buildRevision}`);
73+
this.$buildRevision.attr('href', `https://github.com/TriliumNext/Notes/commit/${appInfo.buildRevision}`);
7474
this.$dataDirectory.text(appInfo.dataDirectory);
7575
}
7676

0 commit comments

Comments
 (0)