From 2b7a549722f78f51c02e805e1a1c625176aa2d79 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Wed, 8 Nov 2023 13:44:44 -0800 Subject: [PATCH] Fix primer link in docs --- docs/user_guide/theme-elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/theme-elements.md b/docs/user_guide/theme-elements.md index 06e905224..b3b9137b8 100644 --- a/docs/user_guide/theme-elements.md +++ b/docs/user_guide/theme-elements.md @@ -48,7 +48,7 @@ You can add a link to equations like the one above {eq}`My label` and {eq}`My la ## Code blocks -Code block styling is inspired by [GitHub's code block style](https://primer.style/css/components/markdown) and also has support for Code Block captions/titles. +Code block styling is inspired by [GitHub's code block style](https://primer.style/components/markdown) and also has support for Code Block captions/titles. See [the Sphinx documentation on code blocks](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block) for more information. ```python