source/text/sbasic/shared/03010103.xhp |    2 +-
 source/text/sbasic/shared/03020205.xhp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9e68b5fe156bd211439793e0c8ed8b290a7c39ae
Author:     Stanislav Horacek <stanislav.hora...@gmail.com>
AuthorDate: Tue Dec 20 08:41:51 2022 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Dec 20 11:13:59 2022 +0000

    fix links to Put command page
    
    reported by Kamil Landa
    
    Change-Id: I415526d6bfcd6aec300fcacfd74ff101ac610969
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144577
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03010103.xhp 
b/source/text/sbasic/shared/03010103.xhp
index 30c06cb81e..c0adcf1081 100644
--- a/source/text/sbasic/shared/03010103.xhp
+++ b/source/text/sbasic/shared/03010103.xhp
@@ -40,7 +40,7 @@
 <paragraph id="par_id3156281" role="paragraph" xml-lang="en-US">Outputs the 
specified strings or numeric expressions to the screen or to a sequential 
file.</paragraph>
 </section>
 
-<tip id="par_id461596463969009">Use <link 
href="text/sbasic/shared/03020201.xhp">Put#</link> statement to write data to a 
binary or a random file. Use <link 
href="text/sbasic/shared/03020205.xhp">Write#</link> statement to write data to 
a sequential text file with delimiting characters.</tip>
+<tip id="par_id461596463969009">Use <link 
href="text/sbasic/shared/03020204.xhp">Put#</link> statement to write data to a 
binary or a random file. Use <link 
href="text/sbasic/shared/03020205.xhp">Write#</link> statement to write data to 
a sequential text file with delimiting characters.</tip>
 
 <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
 <paragraph role="image" id="par_id841588605629842"><image 
src="media/helpimg/sbasic/Print_statement.svg" id="img_id931588605629842"><alt 
id="alt_id931588605629842">Print syntax</alt></image></paragraph>
diff --git a/source/text/sbasic/shared/03020205.xhp 
b/source/text/sbasic/shared/03020205.xhp
index 2aa6f57521..9b18b59a1c 100644
--- a/source/text/sbasic/shared/03020205.xhp
+++ b/source/text/sbasic/shared/03020205.xhp
@@ -36,7 +36,7 @@
 <paragraph id="par_id3154685" role="paragraph" xml-lang="en-US">Writes data to 
a sequential text file with delimiting characters.</paragraph>
 </section>
 
-<tip id="par_id461596463969009">Use <link 
href="text/sbasic/shared/03010103.xhp">Print#</link> statement to print data to 
a sequential text file. Use <link 
href="text/sbasic/shared/03020201.xhp">Put#</link> statement to write data  to 
a binary or a random file.</tip>
+<tip id="par_id461596463969009">Use <link 
href="text/sbasic/shared/03010103.xhp">Print#</link> statement to print data to 
a sequential text file. Use <link 
href="text/sbasic/shared/03020204.xhp">Put#</link> statement to write data  to 
a binary or a random file.</tip>
 
 <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
 <paragraph role="paragraph" id="par_id971587473488701">

Reply via email to