This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
commit f3078e961d7473ab1443ad0bf6001d192b04a778 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Aug 16 10:08:46 2024 +0200 WW-5446 Uses proper link to plugin webpage --- src/main/resources/META-INF/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 2492789..a2d31e4 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -12,7 +12,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<idea-plugin url="https://confluence.jetbrains.com/display/IDEADEV/Struts+2+Plugin+for+IntelliJ+IDEA" +<idea-plugin url="https://struts.apache.org/idea-plugin" xmlns:xi="http://www.w3.org/2001/XInclude" package="com.intellij.struts2"> <id>com.intellij.struts2</id>