From a08052a44a315956b0ff9f90b47eba696d3a8329 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 14 Jul 2026 08:54:31 -0500 Subject: [PATCH] docs: fix day 2 intro slides link and link pixi-build page Day 2 welcome had the slides URL under `link:`, which renders no slide icon; move it to `slides:` to match day 1. Also link the pixi-build session to its (non-stub) page. Assisted-by: ClaudeCode:claude-opus-4.8 --- content/events/simple-py.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/events/simple-py.md b/content/events/simple-py.md index 27cd051..071e1fe 100644 --- a/content/events/simple-py.md +++ b/content/events/simple-py.md @@ -107,8 +107,8 @@ schedule: - time: "9:00" title: "Welcome to day 2" duration: "10 mins" - link: "https://scikit-build.org/SIMPLE-Py/slides/0_02_intro" name: "Henry Schreiner" + slides: "https://scikit-build.org/SIMPLE-Py/slides/0_02_intro" - time: "9:10" title: "Deeper dive into scikit-build-core" duration: "1 hour 50 mins" @@ -150,6 +150,7 @@ schedule: - title: "Using pixi-build" duration: "15 mins" name: "Matthew Feickert" + link: "https://scikit-build.org/SIMPLE-Py/pixi-build" - title: "Shipping to conda-forge" duration: "15 mins" name: "Matthew Feickert"