Skip to content

Commit

Permalink
chore: fix versions link (#15995)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jun 13, 2022
1 parent d2a8715 commit cdcf11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/_includes/components/nav-version-switcher.html
@@ -1,6 +1,6 @@
<!-- only displayed in mobile; be sure to update version-switcher.html too -->
<div class="version-switcher">
<a href="/versions/" class="switcher-fallback">Versions</a>
<a href="{{ '/versions/' | url }}" class="switcher-fallback">Versions</a>

<div hidden role="region" class="switcher switcher--version" aria-labelledby="nav-version-switcher-label" id="nav-version-switcher">
<span id="nav-version-switcher-label" hidden>Version Switcher</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_includes/components/version-switcher.html
@@ -1,6 +1,6 @@
<!-- only displayed on desktop; be sure to update nav-version-switcher.html too -->
<div class="version-switcher">
<a href="/versions/" class="switcher-fallback">Versions</a>
<a href="{{ '/versions/' | url }}" class="switcher-fallback">Versions</a>

<div hidden role="region" class="switcher switcher--version" aria-labelledby="version-switcher-label" id="version-switcher">
<span id="version-switcher-label" hidden>Version Switcher</span>
Expand Down

0 comments on commit cdcf11e

Please sign in to comment.