Skip to content

Commit

Permalink
Fix broken documentation links.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Apr 5, 2022
1 parent ff5e195 commit 9715a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ Generate CSS stylesheets for each Pygments supported style.

- Github Link: [https://github.com/hreikin/gen-pygments-css](https://github.com/hreikin/gen-pygments-css)
- PyPi Link: [https://pypi.org/project/gen-pygments-css/](https://pypi.org/project/gen-pygments-css/)
- PDF Documentation: [https://hreikin.github.io/gen-pygments-css/pdf/gen-pygments-css-documentation-LATEST.pdf](https://hreikin.github.io/gen-pygments-css/pdf/tkintermd-documentation-LATEST.pdf)
- PDF Documentation: [https://hreikin.github.io/gen-pygments-css/pdf/gen-pygments-css-documentation-LATEST.pdf](https://hreikin.github.io/gen-pygments-css/pdf/gen-pygments-css-documentation-LATEST.pdf)

### Built With

Expand Down Expand Up @@ -71,4 +71,4 @@ my_list = gen_pygments_css()
# Call with a CSS selector defined.
gen_pygments_css(css_selector=".highlight")

```
```
4 changes: 2 additions & 2 deletions docs/README.md
Expand Up @@ -12,7 +12,7 @@ Generate CSS stylesheets for each Pygments supported style.

- Github Link: [https://github.com/hreikin/gen-pygments-css](https://github.com/hreikin/gen-pygments-css)
- PyPi Link: [https://pypi.org/project/gen-pygments-css/](https://pypi.org/project/gen-pygments-css/)
- PDF Documentation: [https://hreikin.github.io/gen-pygments-css/pdf/gen-pygments-css-documentation-LATEST.pdf](https://hreikin.github.io/gen-pygments-css/pdf/tkintermd-documentation-LATEST.pdf)
- PDF Documentation: [https://hreikin.github.io/gen-pygments-css/pdf/gen-pygments-css-documentation-LATEST.pdf](https://hreikin.github.io/gen-pygments-css/pdf/gen-pygments-css-documentation-LATEST.pdf)

### Built With

Expand Down Expand Up @@ -77,4 +77,4 @@ my_list = gen_pygments_css()
# Call with a CSS selector defined.
gen_pygments_css(css_selector=".highlight")

```
```

0 comments on commit 9715a6d

Please sign in to comment.