Skip to content

Commit 2455466

Browse files
committed
chore: remove []
1 parent 958afa4 commit 2455466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/velocity/dev/getting-started/creating-your-first-plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ system's documentation ([Gradle](https://docs.gradle.org/current/userguide/userg
6262
Before you set up your build system, you should think about whether you want your `velocity-plugin.json`
6363
to be generated automatically using a `@Plugin` annotation in your source code or if you want to write it
6464
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).
65+
more information on the `velocity-plugin.json` file [here](/velocity/dev/velocity-plugin-json).
6666

6767
:::
6868

0 commit comments

Comments
 (0)