From 46cc97a562ef5260073e69d4660f9490f9f049f8 Mon Sep 17 00:00:00 2001 From: Katie McFaul Date: Thu, 25 Apr 2024 11:48:05 -0400 Subject: [PATCH] fix(misc): fix broken about links --- packages/documentation-framework/components/footer/footer.js | 2 +- packages/documentation-framework/pages/404/index.js | 2 +- packages/documentation-framework/templates/mdx.js | 4 ++-- .../patternfly-docs/content/get-started/release-highlights.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/documentation-framework/components/footer/footer.js b/packages/documentation-framework/components/footer/footer.js index 44b34da1b1..b950764d69 100644 --- a/packages/documentation-framework/components/footer/footer.js +++ b/packages/documentation-framework/components/footer/footer.js @@ -29,7 +29,7 @@ export const Footer = () => (
  • Get started diff --git a/packages/documentation-framework/pages/404/index.js b/packages/documentation-framework/pages/404/index.js index 3e3112129c..40625af616 100644 --- a/packages/documentation-framework/pages/404/index.js +++ b/packages/documentation-framework/pages/404/index.js @@ -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' }} /> - 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 PatternFly forum or via Slack. To learn more about the process, visit our about page or our Beta components 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 PatternFly forum or via Slack. To learn more about the process, visit our about page or our Beta components page on GitHub. )} {(deprecated || source === 'react-deprecated' || source === 'html-deprecated') && ( @@ -82,7 +82,7 @@ const MDXChildTemplate = ({ You can find the updated implementation here. )} - {' '}To learn more about the process, visit our about page. + {' '}To learn more about the process, visit our about page. )} {(template || source === 'react-template') && ( diff --git a/packages/documentation-site/patternfly-docs/content/get-started/release-highlights.md b/packages/documentation-site/patternfly-docs/content/get-started/release-highlights.md index 7c1deb3875..fd18167a1d 100644 --- a/packages/documentation-site/patternfly-docs/content/get-started/release-highlights.md +++ b/packages/documentation-site/patternfly-docs/content/get-started/release-highlights.md @@ -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!