Skip to content

Commit

Permalink
Sidebar KB entries updated (#6087)
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m authored Sep 24, 2024
1 parent 30d081f commit 8e2e8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/index-sub-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const IndexSubNav = () => (
<div className="mt-5 d-flex justify-content-center">
<ul className="list-inline me-3">
<IndexSubLink url="https://www.enterprisedb.com/">EDB Home</IndexSubLink>
<IndexSubLink url="https://support.enterprisedb.com/support/s/">
<IndexSubLink url="https://knowledge.enterprisedb.com/">
Knowledge Base and Technical Alerts
</IndexSubLink>
<IndexSubLink url="https://www.enterprisedb.com/contact">
Expand Down
2 changes: 1 addition & 1 deletion src/components/side-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const SideNavigationFooter = ({ hideKBLink = false }) => (
<ul className="list-unstyled mt-0">
<hr />
{!hideKBLink && (
<FooterItem url="https://support.enterprisedb.com/support/s/">
<FooterItem url="https://knowledge.enterprisedb.com/">
Knowledge Base and Technical Alerts
</FooterItem>
)}
Expand Down

1 comment on commit 8e2e8a6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.