Skip to content

Commit

Permalink
fix: Fixes invalid link for v5. (#4377)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj authored Nov 15, 2024
1 parent b09d521 commit 6ad185e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ static

size-plugin.json
**/generated/**/*.js

.history
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const HeaderTools = ({
key="PatternFly 6"
className="ws-patternfly-versions"
isExternalLink
to="https://staging-v6.patternfly.org/"
to="https://patternfly.org/"
itemId="patternfly-6"
>
PatternFly 6
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation-site/patternfly-docs/pages/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const FeaturedBlogCard = ({postData, idx}) => {
const HomePage = () => (
<React.Fragment>
<PageSection variant={PageSectionVariants.light} stickyOnBreakpoint={{ default: 'top' }} className="pf-v5-u-font-size-lg">
The PatternFly 6 alpha release is available! Our staging website has a fresh look, along with new styles, code samples, and documentation. <a href="https://staging-v6.patternfly.org/" className="pf-v5-u-font-weight-bold"> Go to PatternFly 6 <ArrowRightIcon /></a>
The PatternFly 6 alpha release is available! Our staging website has a fresh look, along with new styles, code samples, and documentation. <a href="https://patternfly.org/" className="pf-v5-u-font-weight-bold"> Go to PatternFly 6 <ArrowRightIcon /></a>
</PageSection>
<PageSection isWidthLimited className="ws-homepage-main-section">
<Flex
Expand Down

0 comments on commit 6ad185e

Please sign in to comment.