We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958afa4 commit 2455466Copy full SHA for 2455466
1 file changed
src/content/docs/velocity/dev/getting-started/creating-your-first-plugin.mdx
@@ -62,7 +62,7 @@ system's documentation ([Gradle](https://docs.gradle.org/current/userguide/userg
62
Before you set up your build system, you should think about whether you want your `velocity-plugin.json`
63
to be generated automatically using a `@Plugin` annotation in your source code or if you want to write it
64
manually. Depending on which you prefer, you may need to add additional lines to your build files. You can find
65
-more information on the [`velocity-plugin.json`] file [here](/velocity/dev/velocity-plugin-json).
+more information on the `velocity-plugin.json` file [here](/velocity/dev/velocity-plugin-json).
66
67
:::
68
0 commit comments