From b7d2a33f13d2d67da16014a9427c270b28b15d4f Mon Sep 17 00:00:00 2001 From: Eric Ou <47144701+Shuaiouke@users.noreply.github.com> Date: Thu, 16 Jun 2022 17:42:00 +0800 Subject: [PATCH] Changed file reference to avoid pointint to / Changed the file reference in the second step of the todo so it doesn't point towards /, and instead, the current directory --- .github/template-cleanup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/template-cleanup/README.md b/.github/template-cleanup/README.md index 55ea186..84fe9cb 100644 --- a/.github/template-cleanup/README.md +++ b/.github/template-cleanup/README.md @@ -7,7 +7,7 @@ ## Template ToDo list - [x] Create a new [IntelliJ Platform Plugin Template][template] project. - [ ] Get familiar with the [template documentation][template]. -- [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin). +- [ ] Verify the [pluginGroup](./gradle.properties), [plugin ID](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin). - [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html). - [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. - [ ] Set the Plugin ID in the above README badges.