Skip to content

Commit fe6990e

Browse files
committed
/runtime -> /support
Closes gh-192
1 parent 57d3937 commit fe6990e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/partials/header-content.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<a class="navbar-link" href="#">Solutions</a>
152152
<div class="navbar-dropdown lg">
153153
<a class="navbar-item" href="https://spring.io/solutions">Overview</a>
154-
<a class="navbar-item" href="https://spring.io/runtime">Spring Runtime</a>
154+
<a class="navbar-item" href="https://spring.io/support">Spring Runtime</a>
155155
<a class="navbar-item" href="https://spring.io/consulting">Spring Consulting</a>
156156
<a class="navbar-item" href="https://spring.academy/teams">Spring Academy For Teams</a>
157157
<a class="navbar-item" href="https://spring.io/security">Security Advisories</a>
@@ -216,4 +216,4 @@
216216
document.getElementById('switch-theme-checkbox').parentElement.classList.add('active')
217217
}
218218
}(localStorage && localStorage.getItem('theme') || (matchMedia('(prefers-color-scheme: dark)') && 'dark'))
219-
</script>
219+
</script>

0 commit comments

Comments
 (0)