Skip to content

Commit

Permalink
Fix update server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Sep 26, 2017
1 parent 6da01f3 commit 173a03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easycreator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>EasyCreator helps creating Extensions for Joomla!</description>
<scriptfile>install/script.php</scriptfile>
<updateservers>
<server name="EasyCreator update server" type="extension" priority="1">https://github.com/blablakuku</server>
<server name="EasyCreator update server" type="extension" priority="1">http://elkuku.github.io/EasyCreator/updates.xml</server>
</updateservers>
<files folder="site">
<folder>g11n</folder>
Expand All @@ -21,7 +21,7 @@
<filename>easycreator.php</filename>
</files>
<administration>
<menu img="../media/com_easycreator/admin/images/ico/icon-16-easycreator.png" link="index.php?option=com_easycreator">EasyCreator</menu>
<menu link="option=com_easycreator">EasyCreator</menu>
<files folder="admin">
<folder>cli</folder>
<folder>controllers</folder>
Expand Down

0 comments on commit 173a03d

Please sign in to comment.