Skip to content

Commit

Permalink
Merge pull request #231 from shiltemann/fix-link
Browse files Browse the repository at this point in the history
Replace broken link to tutorials
  • Loading branch information
JonasLukasczyk authored Jul 16, 2024
2 parents 338437b + 923e1c2 commit f4db6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/mainWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export async function restoreOrCreateWindow() {
{
label: 'Tutorials',
click: async () => {
shell.openExternal('https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/tutorials/QuickStart_swate.html');
shell.openExternal('https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/arcitect_QuickStart.html');
}
},
{
Expand Down

0 comments on commit f4db6a6

Please sign in to comment.