summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/00000002.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/00000002.xhp')
-rw-r--r--source/text/sbasic/shared/00000002.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/00000002.xhp b/source/text/sbasic/shared/00000002.xhp
index d54d6985f9..ac0ceff377 100644
--- a/source/text/sbasic/shared/00000002.xhp
+++ b/source/text/sbasic/shared/00000002.xhp
@@ -59,7 +59,7 @@
<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>
</paragraph>
<paragraph role="paragraph" id="par_id3168612" xml-lang="en-US">The most common usage of URLs is on the internet when specifying web pages. Example for protocols are <emph>http</emph>, <emph>ftp</emph>, or <emph>file</emph>. The <emph>file</emph> protocol specifier is used when referring to a file on the local file system.</paragraph>
-<paragraph role="paragraph" id="par_id3150324" xml-lang="en-US">URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\My File.odt</emph> on the local host in "Windows notation" becomes <emph>file:///C|/My%20File.odt</emph> in URL notation.</paragraph>
+<paragraph role="paragraph" id="par_id3150324" xml-lang="en-US">URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\Users\alice\Documents\My File.odt</emph> on the local host in "Windows notation" becomes <emph>file:///C:/Users/alice/Documents/My%20File.odt</emph> in URL notation.</paragraph>
</section>
</sort>
</body>