about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorterru <stuebinm@disroot.org>2024-04-19 17:27:58 +0200
committerGitHub <noreply@github.com>2024-04-19 17:27:58 +0200
commitcc5b30542b0202032f2ad5792cfa3955446fdfdf (patch)
tree24e341da184542f77f16f4e49c18f562a8f02481 /doc
parent666b73468d996a674b908f150ad8e1add83cd489 (diff)
doc: remove links to docbook documentation (#305328)
There appears to be no clear reason why docbook should be referenced here,
except perhaps for historical reasons from when the manual still used
docbook.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.md b/doc/README.md
index 1e9305d040ba4..41afc090b3740 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -106,12 +106,12 @@ This is a warning
 
 The following are supported:
 
-- [`caution`](https://tdg.docbook.org/tdg/5.0/caution.html)
-- [`important`](https://tdg.docbook.org/tdg/5.0/important.html)
-- [`note`](https://tdg.docbook.org/tdg/5.0/note.html)
-- [`tip`](https://tdg.docbook.org/tdg/5.0/tip.html)
-- [`warning`](https://tdg.docbook.org/tdg/5.0/warning.html)
-- [`example`](https://tdg.docbook.org/tdg/5.0/example.html)
+- `caution`
+- `important`
+- `note`
+- `tip`
+- `warning`
+- `example`
 
 Example admonitions require a title to work.
 If you don't provide one, the manual won't be built.