source/text/scalc/01/func_ceiling.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 73968565bfdc77c58423f41c8f98be019aa9f446
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Jun 2 09:22:55 2022 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Jun 2 14:26:38 2022 +0200

    Fix broken links in CEILING functions help page
    
    Address comments from https://gerrit.libreoffice.org/c/help/+/92097
    
    Change-Id: Id4ad0b4ed3d609f9e1ddb2482afd00f318d813bc
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135306
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/func_ceiling.xhp 
b/source/text/scalc/01/func_ceiling.xhp
index deb8eca55..e671f6093 100644
--- a/source/text/scalc/01/func_ceiling.xhp
+++ b/source/text/scalc/01/func_ceiling.xhp
@@ -53,7 +53,7 @@
         <h2 id="hd_id2952518"><variable id="CEILING.PRECISEh1"><link 
href="text/scalc/01/func_ceiling.xhp#ceilingprecise" 
name="CEILING.PRECISE">CEILING.PRECISE</link></variable></h2>
         <paragraph id="par_id2953422" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_CEIL_MS">Rounds a number up to the nearest multiple of a 
significance value.</ahelp></paragraph>
         <paragraph role="paragraph" id="par_id151586642494759">For a positive 
number the function rounds up (away from zero). For a negative number, the 
function rounds up (towards zero). The sign of the significance value is 
ignored.</paragraph>
-        <note id="par_id631586642933797">This function calculates identical 
results to the <link href="#Section312" name="isoceiling">ISO.CEILING</link> 
function.</note>
+        <note id="par_id631586642933797">This function calculates identical 
results to the <link href="text/scalc/01/func_ceiling.xhp#isoceiling" name="iso 
ceiling">ISO.CEILING</link> function.</note>
         <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
         <paragraph id="par_id2953454" role="code" 
xml-lang="en-US">CEILING.PRECISE(Number [; Significance])</paragraph>
         <embed href="text/scalc/01/func_ceiling.xhp#argnumber"/>
@@ -126,7 +126,7 @@
         <h2 id="hd_id8952518"><variable id="ISO.CEILINGh1"><link 
href="text/scalc/01/func_ceiling.xhp#isoceiling" 
name="ISO.CEILING">ISO.CEILING</link></variable></h2>
         <paragraph id="par_id8953422" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_CEIL_ISO">Rounds a number up to the nearest multiple of a 
significance value.</ahelp></paragraph>
         <paragraph role="paragraph" id="par_id101586214229587">For a positive 
number the function rounds up (away from zero). For a negative number, the 
function rounds up (towards zero). The sign of the significance value is 
ignored.</paragraph>
-        <note id="par_id821586214265060">This function calculates identical 
results to the <link href="#Section311" 
name="ceilingprecise">CEILING.PRECISE</link> function.</note>
+        <note id="par_id821586214265060">This function calculates identical 
results to the <link href="text/scalc/01/func_ceiling.xhp#ceilingprecise" 
name="ceiling precise">CEILING.PRECISE</link> function.</note>
         <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
         <paragraph id="par_id8953454" role="code" 
xml-lang="en-US">ISO.CEILING(Number [; Significance])</paragraph>
         <embed href="text/scalc/01/func_ceiling.xhp#argnumber"/>

Reply via email to