From 9e6a352c2621bad2dd6e893b0a1f9c69e95cd2a4 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 17 Oct 2023 14:51:58 -0400 Subject: [PATCH] fix: link back to learn/sp Signed-off-by: Henry Schreiner --- _config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c1c10866..82be4468 100644 --- a/_config.yml +++ b/_config.yml @@ -21,8 +21,12 @@ search_enabled: true # Aux links for the upper right navigation aux_links: - "Scientific Python Cookie": - - "https://github.com/scientific-python/cookie" + Scientific Python: + - https://scientific-python.org + Learn: + - https://learn.scientific-python.org + Cookie: + - https://github.com/scientific-python/cookie gh_edit_link: true gh_edit_link_text: "View source for this page on GitHub."