From 7999b0b96e3509c64c892085c28ef3854a3a9a8e Mon Sep 17 00:00:00 2001
From: Benjamin Wuethrich <benjamin.wuethrich@gmail.com>
Date: Mon, 18 Jul 2022 04:16:36 -0400
Subject: [PATCH] Fix links in manual (#8188)

* Fix link to slide shows section
* Fix link to reveal.js section
---
 MANUAL.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MANUAL.txt b/MANUAL.txt
index 6261fdd65..fabb8bf07 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2665,7 +2665,8 @@ math equations flush left using [YAML metadata](#layout) or with
 
 ### Variables for HTML slides
 
-These affect HTML output when [producing slide shows with pandoc].
+These affect HTML output when [producing slide shows with
+pandoc](#slide-shows).
 
 `institute`
 :   author affiliations: can be a list when there are multiple authors
@@ -2686,7 +2687,7 @@ These affect HTML output when [producing slide shows with pandoc].
 
 `title-slide-attributes`
 :   additional attributes for the title slide of reveal.js slide shows.
-    See [background in reveal.js and beamer] for an example.
+    See [background in reveal.js, beamer, and pptx] for an example.
 
 All [reveal.js configuration options] are available as variables.
 To turn off boolean flags that default to true in reveal.js, use `0`.