Commit 43191961 authored by Geass's avatar Geass Committed by Jikkai Xiao

Docs: fix link of element react (#11718)

parent 97a72d3a
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
- [FAQ](./FAQ.md) - [FAQ](./FAQ.md)
- [Customize theme](http://element.eleme.io/#/en-US/component/custom-theme) - [Customize theme](http://element.eleme.io/#/en-US/component/custom-theme)
- [Preview and generate theme online](https://elementui.github.io/theme-chalk-preview) - [Preview and generate theme online](https://elementui.github.io/theme-chalk-preview)
- [Element for React](https://github.com/eleme/element-react) - [Element for React](https://github.com/elemefe/element-react)
- [Element for Angular](https://github.com/ElemeFE/element-angular) - [Element for Angular](https://github.com/ElemeFE/element-angular)
- [Atom helper](https://github.com/ElemeFE/element-helper) - [Atom helper](https://github.com/ElemeFE/element-helper)
- [Visual Studio Code helper](https://github.com/ElemeFE/vscode-element-helper) - [Visual Studio Code helper](https://github.com/ElemeFE/vscode-element-helper)
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<a href="https://github.com/ElementUI/element-starter" class="footer-main-link" target="_blank">{{ langConfig.starter }}</a> <a href="https://github.com/ElementUI/element-starter" class="footer-main-link" target="_blank">{{ langConfig.starter }}</a>
<a href="https://github.com/ElementUI/element-theme" class="footer-main-link" target="_blank">{{ langConfig.theme }}</a> <a href="https://github.com/ElementUI/element-theme" class="footer-main-link" target="_blank">{{ langConfig.theme }}</a>
<a href="https://github.com/ElementUI/theme-chalk-preview" class="footer-main-link" target="_blank">{{ langConfig.preview }}</a> <a href="https://github.com/ElementUI/theme-chalk-preview" class="footer-main-link" target="_blank">{{ langConfig.preview }}</a>
<a href="https://github.com/eleme/element-react" class="footer-main-link" target="_blank">Element-React</a> <a href="https://github.com/elemefe/element-react" class="footer-main-link" target="_blank">Element-React</a>
<a href="https://github.com/ElemeFE/element-angular" class="footer-main-link" target="_blank">Element-Angular</a> <a href="https://github.com/ElemeFE/element-angular" class="footer-main-link" target="_blank">Element-Angular</a>
</div> </div>
<div class="footer-main"> <div class="footer-main">
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
}, },
{ {
"name": "Element React", "name": "Element React",
"href": "https://eleme.github.io/element-react/" "href": "https://elemefe.github.io/element-react/"
}, },
{ {
"name": "Element Angular", "name": "Element Angular",
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
}, },
{ {
"name": "Element React", "name": "Element React",
"href": "https://eleme.github.io/element-react/" "href": "https://elemefe.github.io/element-react/"
}, },
{ {
"name": "Element Angular", "name": "Element Angular",
...@@ -506,7 +506,7 @@ ...@@ -506,7 +506,7 @@
}, },
{ {
"name": "Element React", "name": "Element React",
"href": "https://eleme.github.io/element-react/" "href": "https://elemefe.github.io/element-react/"
}, },
{ {
"name": "Element Angular", "name": "Element Angular",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment