Skip to content

Commit b90c7d8

Browse files
authored
plugin.xml: Change Ember.js link to HTTPS (#468)
``` [gradle-intellij-plugin :intellij-emberjs:verifyPlugin] Invalid plugin descriptor 'description': All links in description must be HTTPS: http://emberjs.com/ ```
1 parent 5d6e121 commit b90c7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<vendor url="https://github.com/turbo87/">Tobias Bieniek</vendor>
66

77
<description><![CDATA[
8-
This plugin provides basic <a href="http://emberjs.com/">Ember.js</a> support to all JetBrains IDEs that support JavaScript.
8+
This plugin provides basic <a href="https://emberjs.com/">Ember.js</a> support to all JetBrains IDEs that support JavaScript.
99
<p>Features:</p>
1010
<ul>
1111
<li>Ember.js project discovery when imported from existing sources</li>

0 commit comments

Comments
 (0)