From 2283da3e11e6f226d75a23f8a5b747032fa5b555 Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Thu, 8 Aug 2024 15:46:22 +0900 Subject: [PATCH] Use full link URLs for PYPI relative markdown links work on GitHub but not on PyPI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5492925..c01653c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Users hosting documentation on Read The Docs *do not* need to set any of the fol * This is not required. Name of the site. This is displayed above the title. Defaults to the Sphinx [`project`](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-project) config value. Set to `False` to unset and use no default. * `ogp_social_cards` * Configuration for automatically creating social media card PNGs for each page. - For more information, see [the social media cards docs](docs/source/socialcards.md). + For more information, see [the social media cards docs](https://github.com/wpilibsuite/sphinxext-opengraph/blob/main/docs/source/socialcards.md). * `ogp_image` * This is not required. Link to image to show. Note that all relative paths are converted to be relative to the root of the html output as defined by `ogp_site_url`. * `ogp_image_alt`