From b1bbadbf8c5e590d67ba15b928291f9d8f024a5b Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Mon, 1 Aug 2022 10:31:50 -0400 Subject: [PATCH] Fix links on homepage Currently, the links in the grid on the homepage are broken. This updates them to point to the current subpages, by adding `.html`. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index c11ff0d9f..d084d6ebe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,10 +24,10 @@ A clean, Bootstrap-based Sphinx theme by and for [the PyData community](https:// content: "Customize colors and branding with CSS variables, and build custom UIs with [Sphinx Design](user_guide/web-components)." - header: "{fab}`python` Supports PyData and Jupyter" content: "CSS and UI support for Jupyter extensions and PyData execution outputs." - link: "examples/pydata" + link: "examples/pydata.html" - header: "💡 Example Gallery" content: "See our gallery of projects that use this theme." - link: "examples/gallery" + link: "examples/gallery.html" ``` ```{seealso}