From cc5b30542b0202032f2ad5792cfa3955446fdfdf Mon Sep 17 00:00:00 2001 From: terru Date: Fri, 19 Apr 2024 17:27:58 +0200 Subject: [PATCH] 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. --- 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.