Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Commit 2d81fe8

Browse files
authored
Merge pull request #532 from phalcon/fix/fix-docs-link
Localized links are temporarily disabled
2 parents a1e7a58 + 622e685 commit 2d81fe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/partials/topmenu.volt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
</a>
77
</li>
88
<li>
9-
<a href="https://phalcon.link/docs/{{language}}" class="header-nav-link" target="_blank">
9+
{# localized links are temprary disabled #}
10+
<a href="https://phalcon.link/docs/en" class="header-nav-link" target="_blank">
1011
{{ locale.translate('docs') }}
1112
</a>
1213
</li>

0 commit comments

Comments
 (0)