From 46c9469dbedb6d90b7a6e2bd3b862d7341ed33b7 Mon Sep 17 00:00:00 2001 From: Titani Date: Tue, 19 Apr 2022 16:14:34 -0400 Subject: [PATCH 1/2] chore(docs):cleanup dead link --- ADVANCED-USAGE-README.md | 1 - packages/react-core/README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/ADVANCED-USAGE-README.md b/ADVANCED-USAGE-README.md index 88a6ecf801d..24df57f3834 100644 --- a/ADVANCED-USAGE-README.md +++ b/ADVANCED-USAGE-README.md @@ -3,7 +3,6 @@ This README covers advanced usage topics for PatternFly React users. ### Table of contents 1. [Applying Overpass Font](#Applying-Overpass-font) -2. [Tree shaking](#Tree-shaking) ## Applying Overpass font If you would like to use Overpass instead of the Red Hat font, simply add the class `.pf-m-overpass-font` to an element that wraps your application (ideally `` or ``) to adopt the CSS changes that would allow opting in to the Overpass font. diff --git a/packages/react-core/README.md b/packages/react-core/README.md index 14be3a2e2d9..5280fb2f3b4 100644 --- a/packages/react-core/README.md +++ b/packages/react-core/README.md @@ -48,7 +48,6 @@ All component documentation is available on [PatternFly.org](https://www.pattern #### Advanced usage 1. [Applying Overpass font](../../ADVANCED-USAGE-README.md#Applying-Overpass-font) -2. [Tree shaking](../../ADVANCED-USAGE-README.md#Tree-shaking) ### Contribution guidelines All React contributors must first be [PatternFly community contributors](https://www.patternfly.org/v4/contribute/about). If you are already a PatternFly community contributor, check out the [React contribution guidelines](https://github.com/patternfly/patternfly-react/tree/main/CONTRIBUTING.md) to make React contributions. From 9e8026458eea365dd1c1407fb1611909db6fba69 Mon Sep 17 00:00:00 2001 From: Titani Date: Tue, 19 Apr 2022 16:23:20 -0400 Subject: [PATCH 2/2] hardcode path --- packages/react-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-core/README.md b/packages/react-core/README.md index 5280fb2f3b4..a63d08c3982 100644 --- a/packages/react-core/README.md +++ b/packages/react-core/README.md @@ -47,7 +47,7 @@ export default ; All component documentation is available on [PatternFly.org](https://www.patternfly.org/v4/components/about-modal). #### Advanced usage -1. [Applying Overpass font](../../ADVANCED-USAGE-README.md#Applying-Overpass-font) +1. [Applying Overpass font](https://github.com/patternfly/patternfly-react/blob/main/ADVANCED-USAGE-README.md#Applying-Overpass-font) ### Contribution guidelines All React contributors must first be [PatternFly community contributors](https://www.patternfly.org/v4/contribute/about). If you are already a PatternFly community contributor, check out the [React contribution guidelines](https://github.com/patternfly/patternfly-react/tree/main/CONTRIBUTING.md) to make React contributions.