diff --git a/README.md b/README.md index 3a80faece9..b4f8418be8 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 66e83a3577..f3b0edcffa 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 d9d07d6f08..374b245571 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 10ea6472af..703f282df8 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -25,7 +25,7 @@ export default () => ( { key: 'GitHub', title: , - 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 7ecce9e0f1..aee0a7b701 100644 --- a/src/components/PluginPage/PluginPage.tsx +++ b/src/components/PluginPage/PluginPage.tsx @@ -92,7 +92,7 @@ const PluginPage: React.FC = ({ data = {}, disabled, onChange }) => { 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 858ffd27ff..5b89ba7b59 100644 --- a/src/components/RightContent/index.tsx +++ b/src/components/RightContent/index.tsx @@ -55,7 +55,7 @@ const GlobalHeaderRight: React.FC<{}> = () => { { - window.location.href = 'https://github.com/apache/incubator-apisix'; + window.location.href = 'https://github.com/apache/apisix'; }} >