Skip to content

Commit

Permalink
[docs] Open docs link in a new page
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 2, 2023
1 parent ddffda5 commit 1e00b65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/toolpad-app/src/components/OpenCodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ function MissingEditorDialog({ open, onClose }: MissingEditorDialogProps) {
No editor was detected on your system. If using Visual Studio Code, this may be due to a
missing &quot;code&quot; command in your PATH. <br />
Check the{' '}
<Link href="https://mui.com/toolpad/how-to-guides/editor-path" target="_blank">
<Link
href="https://mui.com/toolpad/how-to-guides/editor-path/"
target="_blank"
rel="noopener"
>
docs
</Link>{' '}
for more information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ export default function UrlQueryEditor({ pageNodeId }: UrlQueryEditorProps) {
<Typography>
Page parameters allow you to pass external data into the Toolpad page state via the URL
query. Read more in the{' '}
<Link href="https://mui.com/toolpad/concepts/managing-state/#page-parameters">
<Link
href="https://mui.com/toolpad/concepts/managing-state/#page-parameters"
target="_blank"
rel="noopener"
>
docs
</Link>
.
Expand Down

0 comments on commit 1e00b65

Please sign in to comment.