Skip to content

Commit 0f54c6d

Browse files
authored
Fix some links and use HTTPS (#93)
1 parent c36a55f commit 0f54c6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

resources/META-INF/plugin.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<id>com.github.johnthagen.cppcheck</id>
33
<name>cppcheck</name>
44
<version>1.6.3</version>
5-
<vendor email="johnthagen@gmail.com" url="http://github.com/johnthagen">johnthagen</vendor>
5+
<vendor email="johnthagen@users.noreply.github.com" url="https://github.com/johnthagen">johnthagen</vendor>
66

77
<description><![CDATA[
88
A plugin for JetBrains IDEs to provide inspections for C/C++ files utilizing the static analyzer Cppcheck.<br/><br/>
@@ -16,10 +16,10 @@
1616
<br/>
1717
1818
<b>Usage:</b><br/>
19-
Please refer to <a href="https://github.com/johnthagen/clion-cppcheck#known-issues">Installation</a>.<br/>
19+
Please refer to <a href="https://github.com/johnthagen/clion-cppcheck#installation">Installation</a>.<br/>
2020
2121
<b>Known issues:</b><br/>
22-
Please refer to <a href="https://github.com/johnthagen/clion-cppcheck#known-issues">Known Issues</a>.<br/>
22+
Please refer to <a href="https://github.com/johnthagen/clion-cppcheck#known-issueslimitations">Known Issues</a>.<br/>
2323
]]></description>
2424

2525
<change-notes><![CDATA[
@@ -32,10 +32,10 @@
3232
]]>
3333
</change-notes>
3434

35-
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
35+
<!-- please see https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html for description -->
3636
<idea-version since-build="163.0"/>
3737

38-
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
38+
<!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
3939
on how to target different products -->
4040
<!-- enable plugin in all products -->
4141
<depends>com.intellij.modules.lang</depends>

0 commit comments

Comments
 (0)