Skip to content

Commit f7235e4

Browse files
committed
fix: wrong uris
1 parent bd9c525 commit f7235e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yasgui/src/TabSettingsModal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ export default class TabSettingsModal {
988988
// Documentation Link
989989
const docsLink = this.createAboutLink(
990990
"📚 Documentation",
991-
"https://yasgui-docs.matdata.eu/",
991+
"https://yasgui-doc.matdata.eu/docs/",
992992
"View the complete documentation and guides",
993993
);
994994
linksSection.appendChild(docsLink);

0 commit comments

Comments
 (0)