diff options
author | Andras Timar <andras.timar@collabora.com> | 2021-03-31 19:31:13 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2021-03-31 19:31:13 +0200 |
commit | 18cba6fc7fed38dbf26ceb8a4579aa5737b8ce0a (patch) | |
tree | b489ff5235295073ec24513bfa4584d60ce5a9df | |
parent | f29a89ac06b0465c74efe1923fadc7cee64e34ff (diff) |
Fix broken links (OK in master)
Change-Id: Iaff1e962593680327437b809b8b42ce82eb42af7
-rw-r--r-- | source/auxiliary/swriter.tree | 2 | ||||
-rw-r--r-- | source/text/shared/guide/template_manager.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/guide/templates_styles.xhp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree index 26d2cd2381..dde7dccfe3 100644 --- a/source/auxiliary/swriter.tree +++ b/source/auxiliary/swriter.tree @@ -135,7 +135,7 @@ <topic id="swriter/text/swriter/guide/load_styles.xhp">Using Styles From Another Document or Template</topic> <topic id="swriter/text/swriter/guide/stylist_fromselect.xhp">Creating New Styles From Selections</topic> <topic id="swriter/text/swriter/guide/stylist_update.xhp">Updating Styles From Selections</topic> -<topic id="swriter/text/swriter/guide/standard_template.xhp">Creating and Changing Default and Custom Templates</topic> +<topic id="swriter/text/shared/guide/standard_template.xhp">Creating and Changing Default and Custom Templates</topic> </node> <topic id="swriter/text/swriter/guide/pageorientation.xhp">Changing Page Orientation (Landscape or Portrait)</topic> <topic id="swriter/text/swriter/guide/text_capital.xhp">Changing the Case of Text</topic> diff --git a/source/text/shared/guide/template_manager.xhp b/source/text/shared/guide/template_manager.xhp index 9d6a16f9b4..9e33b1aea3 100644 --- a/source/text/shared/guide/template_manager.xhp +++ b/source/text/shared/guide/template_manager.xhp @@ -189,7 +189,7 @@ <section id="relatedtopics"> <paragraph id="par_id04162017072352773" role="paragraph" xml-lang="en-US">See <link href="text/swriter/guide/templates_styles.xhp">Templates and Styles</link> for related information.</paragraph> -<paragraph id="par_id041620170723523966" role="paragraph" xml-lang="en-US">See <link href="text/swriter/guide/standard_template.xhp">Creating a Document Template</link> for related information.</paragraph> +<paragraph id="par_id041620170723523966" role="paragraph" xml-lang="en-US">See <link href="text/shared/guide/standard_template.xhp">Creating a Document Template</link> for related information.</paragraph> <paragraph id="par_id04162017072352674" role="paragraph" xml-lang="en-US">See Chapter 3 – Using Styles and Templates in the Getting Started Guide, available from the <link href="https://documentation.libreoffice.org/en/english-documentation/getting-started-guide/">documentation website</link>.</paragraph> <paragraph id="par_id041620170723529524" role="paragraph" xml-lang="en-US">Refer to <link href="https://templates.libreoffice.org">https://templates.libreoffice.org</link> for templates to download.</paragraph> </section> diff --git a/source/text/swriter/guide/templates_styles.xhp b/source/text/swriter/guide/templates_styles.xhp index 0606faa158..4b00d0a2b1 100644 --- a/source/text/swriter/guide/templates_styles.xhp +++ b/source/text/swriter/guide/templates_styles.xhp @@ -40,7 +40,7 @@ <embed href="text/swriter/guide/change_header.xhp#change_header"/> <embed href="text/swriter/guide/stylist_fillformat.xhp#stylist_fillformat"/> <embed href="text/swriter/guide/stylist_fromselect.xhp#stylist_fromselect"/> - <embed href="text/swriter/guide/standard_template.xhp#standard_template"/> + <embed href="text/shared/guide/standard_template.xhp#standard_template"/> </section> </body> </helpdocument> |