Skip to content

Commit

Permalink
fix nbclassic urlprefix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed May 18, 2023
1 parent fd91cc0 commit 4cc542c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lab-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const interfaceSwitcher: JupyterFrontEndPlugin<void> = {
commandLabel: trans.__('NbClassic'),
commandDescription: trans.__('Open in %1', 'NbClassic'),
buttonLabel: 'openNbClassic',
urlPrefix: `${baseUrl}nbclassic/tree/`,
urlPrefix: `${baseUrl}nbclassic/notebooks/`,
});
}

Expand Down

0 comments on commit 4cc542c

Please sign in to comment.