From 9715a6d6a0c8d04ffceed9fad4dfedef102d49fa Mon Sep 17 00:00:00 2001 From: Michael Haslam Date: Tue, 5 Apr 2022 12:28:43 +0100 Subject: [PATCH] Fix broken documentation links. --- README.md | 4 ++-- docs/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 505ae47..a5c8109 100644 --- a/README.md +++ b/README.md @@ -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 @@ -71,4 +71,4 @@ my_list = gen_pygments_css() # Call with a CSS selector defined. gen_pygments_css(css_selector=".highlight") -``` \ No newline at end of file +``` diff --git a/docs/README.md b/docs/README.md index bfa06e1..45efe53 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 @@ -77,4 +77,4 @@ my_list = gen_pygments_css() # Call with a CSS selector defined. gen_pygments_css(css_selector=".highlight") -``` \ No newline at end of file +```