From 6932eb85066cbeb8e2b7a882072e3910e8734a77 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 22 Mar 2022 11:01:38 +0100 Subject: [PATCH] docs: Update obsolete reference to formatdomain.html.in Signed-off-by: Andrea Bolognani --- docs/api_extension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_extension.rst b/docs/api_extension.rst index d70c244fd4..152e64487e 100644 --- a/docs/api_extension.rst +++ b/docs/api_extension.rst @@ -73,7 +73,7 @@ The first task is to define the public API. If the new API involves an XML extension, you have to enhance the RelaxNG schema and document the new elements or attributes: -``src/conf/schemas/domaincommon.rng docs/formatdomain.html.in`` +``src/conf/schemas/domaincommon.rng docs/formatdomain.rst`` If the API extension involves a new function, you have to add a declaration in the public header, and arrange to export the function