Skip to content

Commit

Permalink
Merge pull request #36 from oas89/main
Browse files Browse the repository at this point in the history
Fix links to API reference
  • Loading branch information
zerobias authored Apr 10, 2024
2 parents 76acca0 + 824faf6 commit 40dff08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export const MenuContent = () => {
<Divider />
<MenuRow data-menu-bottom-link>
<a
href="https://effector.dev/docs/api/effector"
href="https://effector.dev/en/api/effector"
target="_self">
API
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2 class="headerTitleWithLogo">
</a>
</li>
<li>
<a href="https://effector.dev/docs/api/effector" target="_self" data-fixed-header-link data-fixed-header-link-nav>API</a>
<a href="https://effector.dev/en/api/effector" target="_self" data-fixed-header-link data-fixed-header-link-nav>API</a>
</li>
<li>
<a href="https://changelog.effector.dev" target="_self" data-fixed-header-link data-fixed-header-link-nav>Changelog</a>
Expand Down

0 comments on commit 40dff08

Please sign in to comment.