Skip to content

Commit

Permalink
/runtime -> /support
Browse files Browse the repository at this point in the history
Closes gh-192
  • Loading branch information
rwinch committed Nov 28, 2023
1 parent 57d3937 commit fe6990e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<a class="navbar-link" href="#">Solutions</a>
<div class="navbar-dropdown lg">
<a class="navbar-item" href="https://spring.io/solutions">Overview</a>
<a class="navbar-item" href="https://spring.io/runtime">Spring Runtime</a>
<a class="navbar-item" href="https://spring.io/support">Spring Runtime</a>
<a class="navbar-item" href="https://spring.io/consulting">Spring Consulting</a>
<a class="navbar-item" href="https://spring.academy/teams">Spring Academy For Teams</a>
<a class="navbar-item" href="https://spring.io/security">Security Advisories</a>
Expand Down Expand Up @@ -216,4 +216,4 @@
document.getElementById('switch-theme-checkbox').parentElement.classList.add('active')
}
}(localStorage && localStorage.getItem('theme') || (matchMedia('(prefers-color-scheme: dark)') && 'dark'))
</script>
</script>

0 comments on commit fe6990e

Please sign in to comment.