Skip to content

Commit

Permalink
chore(website): fix link and config for dev portal deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Aug 9, 2023
1 parent 9433cc5 commit 6d1b148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/get-started/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To scaffold your plugin, follow these steps:

:::note

If you have previously built a plugin with `@grafana/toolkit`, you can use our plugin tools to simplify migration. For more information, refer to the [Migration guide](./migrate-from-toolkit).
If you have previously built a plugin with `@grafana/toolkit`, you can use our plugin tools to simplify migration. For more information, refer to the [Migration guide](./migrate-from-toolkit.mdx).

:::

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/website/docusaurus.config.devportal.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const footerConfig = {
items: [
{
label: 'Get Started',
to: '/plugin-tools/',
to: '/',
},
],
},
Expand Down

0 comments on commit 6d1b148

Please sign in to comment.