Skip to content

Commit 1b31af6

Browse files
committed
Fix docs link
1 parent 28726fd commit 1b31af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export const MenuContent = () => {
303303
<Divider />
304304
<MenuRow data-menu-bottom-link>
305305
<a
306-
href="https://effector.dev/docs/introduction/installation"
306+
href="https://effector.dev/en/introduction/get-started/"
307307
target="_self">
308308
Docs
309309
</a>

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2 class="headerTitleWithLogo">
4646
<nav class="slidingNav">
4747
<ul>
4848
<li>
49-
<a href="https://effector.dev/docs/introduction/installation" target="_self" data-fixed-header-link data-fixed-header-link-nav>
49+
<a href="https://effector.dev/en/introduction/get-started/" target="_self" data-fixed-header-link data-fixed-header-link-nav>
5050
Docs
5151
</a>
5252
</li>

0 commit comments

Comments
 (0)