Fixes: https://todo.sr.ht/~sircmpwn/searchhut/43
---
templates/about.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/about.html b/templates/about.html
index 9efa06d..0efd4ec 100644
--- a/templates/about.html+++ b/templates/about.html
@@ -44,7 +44,7 @@
full-text-search index. The crawler respects robots.txt Allow, Deny, and
Crawl-Delay directives. For the full details on how the crawler works, and
for information for web admins of indexed sites, see
- <a href="/docs/crawler.html">the documentation</a>.+ <a href="/docs/webadmins/crawler/">the documentation</a>. {{if .CrawlerUA}}
<p>
@@ -58,7 +58,7 @@
The search engine provides a public GraphQL API for anonymous use, allowing
users to conduct web searches programmatically. For information about the
API, see
- <a href="/docs/api.html">the documentation</a>.+ <a href="/docs/users/api/">the documentation</a>. <h3>About the software</h3>
<p>
@@ -69,7 +69,7 @@
own search engines crawling whatever subset of the web they like. It could
be easily repurposed to create an academic-focused search engine, for
instance. For information about deploying your own instance, see
- <a href="/docs/deploy.html">the documentation</a>.+ <a href="/docs/sysadmins/installation/">the documentation</a>.</main>
{{template "footer.html" .}}
--
2.37.1