You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
<details>
46
46
<summary>你们的文档怎么偷偷更新了?</summary>
47
47
48
-
我们只会在 Element 发布新版本时同步更新文档,以体现最新的变化。详细的更新内容可以查看 [changelog](https://github.com/ElemeFE/element/blob/master/CHANGELOG.zh-CN.md)。
48
+
我们只会在 Element 发布新版本时同步更新文档,以体现最新的变化。详细的更新内容可以查看 [changelog](https://github.com/femessage/element/blob/master/CHANGELOG.zh-CN.md)。
49
49
</details>
50
50
51
51
<details>
@@ -117,7 +117,7 @@
117
117
<details>
118
118
<summary>When do you update documentations of Element?</summary>
119
119
120
-
We update documentations only when a new version of Element is published so that it reflects all the changes introduced in that version. Updated changed can be found in the [changelog](https://github.com/ElemeFE/element/blob/master/CHANGELOG.en-US.md)。
120
+
We update documentations only when a new version of Element is published so that it reflects all the changes introduced in that version. Updated changed can be found in the [changelog](https://github.com/femessage/element/blob/master/CHANGELOG.en-US.md)。
121
121
</details>
122
122
123
123
<details>
@@ -191,7 +191,7 @@
191
191
<details>
192
192
<summary>¿Cuando añaden a la documentación de `Element`?</summary>
193
193
194
-
Añadamos la documentación con cada versión nueva de `Element` y los cambios reflejan los cambios del software de esa versión. Los cambios actuales y históricos se encuentran [aquí](https://github.com/ElemeFE/element/blob/master/CHANGELOG.en-US.md).
194
+
Añadamos la documentación con cada versión nueva de `Element` y los cambios reflejan los cambios del software de esa versión. Los cambios actuales y históricos se encuentran [aquí](https://github.com/femessage/element/blob/master/CHANGELOG.en-US.md).
<a:href="`https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.${ lang }.md`"class="footer-main-link"target="_blank">{{ langConfig.contribution }}</a>
<a:href="`https://github.com/femessage/element/blob/master/.github/CONTRIBUTING.${ lang }.md`"class="footer-main-link"target="_blank">{{ langConfig.contribution }}</a>
@@ -223,4 +223,4 @@ Currently Element ships with the following languages:
223
223
<li>Esperanto (eo)</li>
224
224
</ul>
225
225
226
-
If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) and create a pull request.
226
+
If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/femessage/element/tree/dev/src/locale/lang) and create a pull request.
Copy file name to clipboardExpand all lines: examples/docs/en-US/layout.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ Taking example by Bootstrap's responsive design, five breakpoints are preset: xs
315
315
Additionally, Element provides a series of classes for hiding elements under certain conditions. These classes can be added to any DOM elements or custom components. You need to import the following CSS file to use these classes:
0 commit comments