You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/08/06 23:49:09 UTC

[apisix-dashboard] branch master updated: doc: remove all ‘incubator’ (#367)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new ecdf25e  doc: remove all ‘incubator’ (#367)
ecdf25e is described below

commit ecdf25e74587d2ac49a0ead451df72d47bf26c47
Author: jie <ji...@163.com>
AuthorDate: Fri Aug 7 07:48:59 2020 +0800

    doc: remove all ‘incubator’ (#367)
---
 README.md                                | 4 ++--
 compose/README.md                        | 2 +-
 compose/gen-config-yaml.sh               | 2 +-
 src/components/Footer/index.tsx          | 2 +-
 src/components/PluginPage/PluginPage.tsx | 2 +-
 src/components/RightContent/index.tsx    | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 3a80fae..b4f8418 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
 -->
 # Apache APISIX Dashboard
 
-Dashboard for [Apache APISIX](https://github.com/apache/incubator-apisix-dashboard)
+Dashboard for [Apache APISIX](https://github.com/apache/apisix-dashboard)
 
 ## Deploy with Docker (currently)
 
@@ -27,4 +27,4 @@ Please refer to [Deploy with Docker README](./compose/README.md)
 ## More
 
 1. More infomation about the frontend Dashboard, please refer to [README for Dashboard](./README-dashboard.md)
-2. If you need the dashboard built with Vue.js, please refer to [master-vue](https://github.com/apache/incubator-apisix-dashboard/tree/master-vue).
+2. If you need the dashboard built with Vue.js, please refer to [master-vue](https://github.com/apache/apisix-dashboard/tree/master-vue).
diff --git a/compose/README.md b/compose/README.md
index 66e83a3..f3b0edc 100644
--- a/compose/README.md
+++ b/compose/README.md
@@ -20,7 +20,7 @@
 ## Deploy
 
 ```sh
-$ cd incubator-apisix-dashboard/compose
+$ cd apisix-dashboard/compose
 
 $ chmod +x ./manager_conf/build.sh
 
diff --git a/compose/gen-config-yaml.sh b/compose/gen-config-yaml.sh
index d9d07d6..374b245 100644
--- a/compose/gen-config-yaml.sh
+++ b/compose/gen-config-yaml.sh
@@ -21,7 +21,7 @@ export etcd_url='http://192.17.5.10:2379'
 
 unamestr=`uname`
 
-wget https://raw.githubusercontent.com/apache/incubator-apisix/master/conf/config.yaml
+wget https://raw.githubusercontent.com/apache/apisix/master/conf/config.yaml
 
 if [[ "$unamestr" == 'Darwin' ]]; then
    sed -i '' -e ':a' -e 'N' -e '$!ba' -e "s/allow_admin[a-z: #\/._]*\n\( *- [0-9a-zA-Z: #\/._',]*\n*\)*//g" config.yaml
diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx
index 10ea647..703f282 100644
--- a/src/components/Footer/index.tsx
+++ b/src/components/Footer/index.tsx
@@ -25,7 +25,7 @@ export default () => (
       {
         key: 'GitHub',
         title: <GithubOutlined />,
-        href: 'https://github.com/apache/incubator-apisix',
+        href: 'https://github.com/apache/apisix',
         blankTarget: true,
       },
     ]}
diff --git a/src/components/PluginPage/PluginPage.tsx b/src/components/PluginPage/PluginPage.tsx
index 7ecce9e..aee0a7b 100644
--- a/src/components/PluginPage/PluginPage.tsx
+++ b/src/components/PluginPage/PluginPage.tsx
@@ -92,7 +92,7 @@ const PluginPage: React.FC<Props> = ({ data = {}, disabled, onChange }) => {
                   <LinkOutlined
                     onClick={() =>
                       window.open(
-                        `https://github.com/apache/incubator-apisix/blob/master/doc/plugins/${name}.md`,
+                        `https://github.com/apache/apisix/blob/master/doc/plugins/${name}.md`,
                       )
                     }
                   />,
diff --git a/src/components/RightContent/index.tsx b/src/components/RightContent/index.tsx
index 858ffd2..5b89ba7 100644
--- a/src/components/RightContent/index.tsx
+++ b/src/components/RightContent/index.tsx
@@ -55,7 +55,7 @@ const GlobalHeaderRight: React.FC<{}> = () => {
         <span
           className={styles.action}
           onClick={() => {
-            window.location.href = 'https://github.com/apache/incubator-apisix';
+            window.location.href = 'https://github.com/apache/apisix';
           }}
         >
           <QuestionCircleOutlined />