浏览代码

update xmake github url

ruki 6 年之前
父节点
当前提交
1174209cca
共有 3 个文件被更改,包括 9 次插入9 次删除
  1. 1 1
      CONTRIBUTING.md
  2. 6 6
      README.md
  3. 2 2
      resources/META-INF/plugin.xml

+ 1 - 1
CONTRIBUTING.md

@@ -102,7 +102,7 @@ $ vsce publish [version]
 * 请提交代码到`dev`分支,如果通过,我们会在特定时间合并到`master`分支上
 * 为了规范化提交日志的格式,commit消息,不要用中文,请用英文描述
 
-[1]: https://github.com/tboox/xmake-vscode/issues
+[1]: https://github.com/xmake-io/xmake-vscode/issues
 
 ## 支持项目
 

+ 6 - 6
README.md

@@ -1,6 +1,6 @@
 <div align="center">
   <a href="http://xmake.io">
-    <img width="200" heigth="200" src="https://github.com/tboox/xmake-idea/raw/master/res/logo256.png">
+    <img width="200" heigth="200" src="https://github.com/xmake-io/xmake-idea/raw/master/res/logo256.png">
   </a>  
 
   <h1>xmake-idea</h1>
@@ -12,12 +12,12 @@
     <a href="https://plugins.jetbrains.com/plugin/10156-xmake">
       <img src="https://img.shields.io/jetbrains/plugin/d/10156-xmake.svg?style=flat-square" alt="Downloads" />
     </a>
-    <a href="https://github.com/tboox/xmake-idea/blob/master/LICENSE.md">
+    <a href="https://github.com/xmake-io/xmake-idea/blob/master/LICENSE.md">
       <img src="https://img.shields.io/github/license/tboox/xmake-idea.svg?colorB=f48041&style=flat-square" alt="license" />
     </a>
   </div>
   <div>
-    <a href="https://github.com/tboox/xmake-idea/blob/master/LICENSE.md">
+    <a href="https://github.com/xmake-io/xmake-idea/blob/master/LICENSE.md">
       <img src="https://img.shields.io/github/license/tboox/xmake-idea.svg?colorB=f48041&style=flat-square" alt="license" />
     </a>
     <a href="https://www.reddit.com/r/tboox/">
@@ -44,13 +44,13 @@
 
 A XMake integration in IntelliJ IDEA. 
 
-It is deeply integrated with [xmake](https://github.com/tboox/xmake) and Intellij-IDEA to provide a convenient and fast cross-platform c/c++ development and building.
+It is deeply integrated with [xmake](https://github.com/xmake-io/xmake) and Intellij-IDEA to provide a convenient and fast cross-platform c/c++ development and building.
 
 And It also support other Intellij-based platform, like Clion, Android Studio and etc.
 
-You need install [xmake](https://github.com/tboox/xmake) first and a project with `xmake.lua`.
+You need install [xmake](https://github.com/xmake-io/xmake) first and a project with `xmake.lua`.
 
-Please see [xmake-github](https://github.com/tboox/xmake) and [website](http://xmake.io) if you want to known more about xmake.
+Please see [xmake-github](https://github.com/xmake-io/xmake) and [website](http://xmake.io) if you want to known more about xmake.
 
 ## Features
 

+ 2 - 2
resources/META-INF/plugin.xml

@@ -7,7 +7,7 @@
 
   <description><![CDATA[
     A XMake integration plugin in Intellij Platform<br>
-    <p><a href="https://github.com/tboox/xmake-idea">Source Code</a> | <a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">Gitter</a> | <a href="http://xmake.io/pages/donation.html#donate">Donate</a> | <a href="http://xmake.io">XMake Homepage</a></p>
+    <p><a href="https://github.com/xmake-io/xmake-idea">Source Code</a> | <a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">Gitter</a> | <a href="http://xmake.io/pages/donation.html#donate">Donate</a> | <a href="http://xmake.io">XMake Homepage</a></p>
     Features:
     <ul>
         <li>xmake</li>
@@ -15,7 +15,7 @@
             <li>C/C++/Objc/Swift/Rust/Dlang/Golang ... support</li>
             <li>Cross-platform support</li>
             <li>Lua syntax</li>
-            <li><a href="https://github.com/tboox/xmake">More features and info about xmake</a></li>
+            <li><a href="https://github.com/xmake-io/xmake">More features and info about xmake</a></li>
         </ul>
         <li>Quickstart</li>
         <li>Create project</li>