Skip to content

Commit

Permalink
fix(misc): fix broken about links
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Apr 25, 2024
1 parent 3ff43fc commit 46cc97a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Footer = () => (
<li className="ws-org-pfsite-footer-menu-list-item">
<Link
className="ws-org-pfsite-footer-menu-link"
to={"/get-started/about"}
to={"/get-started/about-patternfly"}
aria-label="Get started with PatternFly 4"
>
Get started
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation-framework/pages/404/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Page404 = () => {
body="Learn about designing and developing with PatternFly."
link={{
text: 'View getting started resources',
to: '/get-started/about'
to: '/get-started/about-patternfly'
}}
/>
<Card404
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation-framework/templates/mdx.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const MDXChildTemplate = ({
)}
{beta && (
<InlineAlert title="Beta feature">
This beta component is currently under review and is still open for further evolution. It is available for use in product. Beta components are considered for promotion on a quarterly basis. Please join in and give us your feedback or submit any questions on the <a href="https://forum.patternfly.org/">PatternFly forum</a> or via <a href="//slack.patternfly.org/" target="_blank" rel="noopener noreferrer">Slack</a>. To learn more about the process, visit our <Link to="/get-started/about#beta-components">about page</Link> or our <a href="https://github.com/patternfly/patternfly-org/tree/main/beta-component-promotion">Beta components</a> page on GitHub.
This beta component is currently under review and is still open for further evolution. It is available for use in product. Beta components are considered for promotion on a quarterly basis. Please join in and give us your feedback or submit any questions on the <a href="https://forum.patternfly.org/">PatternFly forum</a> or via <a href="//slack.patternfly.org/" target="_blank" rel="noopener noreferrer">Slack</a>. To learn more about the process, visit our <Link to="/get-started/about-patternfly#beta-components">about page</Link> or our <a href="https://github.com/patternfly/patternfly-org/tree/main/beta-component-promotion">Beta components</a> page on GitHub.
</InlineAlert>
)}
{(deprecated || source === 'react-deprecated' || source === 'html-deprecated') && (
Expand All @@ -82,7 +82,7 @@ const MDXChildTemplate = ({
You can find the <Link to={newImplementationLink}>updated implementation here</Link>.
</React.Fragment>
)}
{' '}To learn more about the process, visit our <Link to="/get-started/about#major-release-cadence">about page</Link>.
{' '}To learn more about the process, visit our <Link to="/get-started/about-patternfly#major-release-cadence">about page</Link>.
</InlineAlert>
)}
{(template || source === 'react-template') && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Keep an eye out for more information about the ***v6 alpha release*** , which is

## PatternFly 5.1

As part of our [quarterly release cadence](/get-started/about#patternfly-release-cadence), we're excited to announce that PatternFly 5.1 is now live.
As part of our [quarterly release cadence](/get-started/about-patternfly#patternfly-release-cadence), we're excited to announce that PatternFly 5.1 is now live.

To help provide a high-level view of what's new, we've pulled together the major highlights from this release. Keep reading to learn more!

Expand Down

0 comments on commit 46cc97a

Please sign in to comment.