Skip to content

Commit

Permalink
chore(docs):cleanup dead link (#7270)
Browse files Browse the repository at this point in the history
* chore(docs):cleanup dead link

* hardcode path

Co-authored-by: Titani <tlabaj@redaht.com>
  • Loading branch information
tlabaj and Titani committed May 3, 2022
1 parent 30d9c64 commit a6d2fa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ADVANCED-USAGE-README.md
Expand Up @@ -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 `<html>` or `<body>`) to adopt the CSS changes that would allow opting in to the Overpass font.
3 changes: 1 addition & 2 deletions packages/react-core/README.md
Expand Up @@ -47,8 +47,7 @@ export default <Button variant="primary">Button</Button>;
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)
2. [Tree shaking](../../ADVANCED-USAGE-README.md#Tree-shaking)
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.
Expand Down

0 comments on commit a6d2fa4

Please sign in to comment.