From e3f9eb2836671372208263f1492d43b0fc6e37f5 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 19 Apr 2024 17:01:47 +0200 Subject: [PATCH] doc: remove links to docbook documentation 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. --- doc/README.md | 12 ++++++------ 1 file 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.