summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/text/sbasic/shared/03/sf_base.xhp2
-rw-r--r--source/text/sbasic/shared/03/sf_exception.xhp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03/sf_base.xhp b/source/text/sbasic/shared/03/sf_base.xhp
index 64d680c000..ad5a46b043 100644
--- a/source/text/sbasic/shared/03/sf_base.xhp
+++ b/source/text/sbasic/shared/03/sf_base.xhp
@@ -109,7 +109,7 @@
</bookmark>
<h2 id="hd_id61161309632927" localize="false">CloseFormDocument</h2>
<paragraph role="paragraph" id="par_id801916099743199">Closes the given form document. Returns <literal>True</literal> if closure is successful.</paragraph>
- <embed href="text/sbasic/shared/avail_release.xhp#7.3.method"/>
+ <embed href="text/sbasic/shared/03/avail_release.xhp#7.3.method"/>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph role="paragraph" localize="false" id="par_id71613205516650">
<input>svc.CloseFormDocument(formdocument: str): bool</input>
diff --git a/source/text/sbasic/shared/03/sf_exception.xhp b/source/text/sbasic/shared/03/sf_exception.xhp
index e29e19dea1..ac6425397f 100644
--- a/source/text/sbasic/shared/03/sf_exception.xhp
+++ b/source/text/sbasic/shared/03/sf_exception.xhp
@@ -322,7 +322,7 @@
<paragraph role="paragraph" id="par_id111621624672183">Displays the list of arguments in a readable form in the Python shell (APSO) console. Arguments are separated by a TAB character (simulated by spaces).</paragraph>
<paragraph role="paragraph" id="par_id841621426229467">The same string is added to the ScriptForge debug console.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#Basic_Only"/>
- <embed href="text/sbasic/shared/avail_release.xhp#7.3.method"/>
+ <embed href="text/sbasic/shared/03/avail_release.xhp#7.3.method"/>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<bascode>
<paragraph role="bascode" localize="false" id="bas_id81630591881423">exc.PythonPrint(arg0: any, [arg1: any, ...])</paragraph>