We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9c525 commit f7235e4Copy full SHA for f7235e4
packages/yasgui/src/TabSettingsModal.ts
@@ -988,7 +988,7 @@ export default class TabSettingsModal {
988
// Documentation Link
989
const docsLink = this.createAboutLink(
990
"📚 Documentation",
991
- "https://yasgui-docs.matdata.eu/",
+ "https://yasgui-doc.matdata.eu/docs/",
992
"View the complete documentation and guides",
993
);
994
linksSection.appendChild(docsLink);
0 commit comments