Update repository path

This commit is contained in:
Kijin Sung 2016-01-09 11:32:52 +09:00
parent 92be5ac0ef
commit c89b12a7be
5 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{
"name": "xetown/xe-core",
"name": "rhymix/rhymix",
"description": "RhymiX",
"homepage": "https://www.rhymix.org",
"license": "LGPL-2.1",

View file

@ -8,7 +8,7 @@
<div id="footer">
RhymiX is a fork of the <a href="https://www.xpressengine.com" target="_blank">XpressEngine</a> CMS<br />
with additional patches by members of the <a href="https://www.xetown.com" target="_blank">XETOWN</a> community.<br />
Please see our <a href="https://github.com/rhymix/rx-core" target="_blank">GitHub repository</a> for a full timeline of patches and their authors.
Please see our <a href="https://github.com/rhymix/rhymix" target="_blank">GitHub repository</a> for a full timeline of patches and their authors.
</div>
</div>

View file

@ -8,7 +8,7 @@
<ul>
<li>RhymiX website: <a href="https://www.rhymix.org" target="_blank">https://www.rhymix.org</a></li>
<li>RhymiX repository: <a href="https://github.com/rhymix/rx-core" target="_blank">https://github.com/rhymix/rx-core</a></li>
<li>RhymiX repository: <a href="https://github.com/rhymix/rhymix" target="_blank">https://github.com/rhymix/rhymix</a></li>
</ul>
<p>

View file

@ -8,7 +8,7 @@
<ul>
<li>RhymiX 공식 사이트: <a href="https://www.rhymix.org" target="_blank">https://www.rhymix.org</a></li>
<li>RhymiX 공식 저장소: <a href="https://github.com/rhymix/rx-core" target="_blank">https://github.com/rhymix/rx-core</a></li>
<li>RhymiX 공식 저장소: <a href="https://github.com/rhymix/rhymix" target="_blank">https://github.com/rhymix/rhymix</a></li>
</ul>
<p>

View file

@ -4,10 +4,10 @@
"license": "GNU LGPL",
"repository": {
"type": "git",
"url": "git://github.com/xetown/xe-core.git"
"url": "git://github.com/rhymix/rhymix.git"
},
"bugs": {
"url": "https://github.com/xetown/xe-core/issues"
"url": "https://github.com/rhymix/rhymix/issues"
},
"devDependencies": {
"grunt": "^0.4.5",