From 35a2917b186c9757403b3482121cf34974029e3b Mon Sep 17 00:00:00 2001
From: cena <cenazoic@gmail.com>
Date: Tue, 8 Jul 2025 17:38:20 -0500
Subject: [PATCH] updates links to Geiser

---
 org-contrib/babel/languages/ob-doc-scheme.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-contrib/babel/languages/ob-doc-scheme.org b/org-contrib/babel/languages/ob-doc-scheme.org
index 8f7ef52a..5b64f43c 100644
--- a/org-contrib/babel/languages/ob-doc-scheme.org
+++ b/org-contrib/babel/languages/ob-doc-scheme.org
@@ -49,9 +49,9 @@ divergent implementations.
 * Requirements and Setup
 
 Babel support for session-based Scheme evaluation requires [[https://www.nongnu.org/geiser/][Geiser]],
-which supports [[https://www.nongnu.org/geiser/geiser_2.html#Installation][several scheme implementations]].  You'll need to [[https://www.nongnu.org/geiser/geiser_2.html#Installation][install
+which supports [[https://www.nongnu.org/geiser/Installation.html#Installation][several scheme implementations]].  You'll need to [[https://www.nongnu.org/geiser/geiser_2.html#Installation][install
 Geiser]] and at least one Scheme supported by Geiser.  You might also
-want to install [[https://www.nongnu.org/geiser/geiser_2.html#Friends][packages that augment Geiser]].
+want to install [[https://www.nongnu.org/geiser/Installation.html#Friends][packages that augment Geiser]].
 
 To configure Scheme code blocks in Babel, add the appropriate dotted
 pair to =org-babel-load-languages=:
-- 
2.50.0

