diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-24 11:32:32 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-24 17:57:56 +0100 |
commit | 215707177c272f9fcf73a79b9150fe677b991716 (patch) | |
tree | 4142878c8fd6c183b74f51249f1b0ebc97fddac1 /source/text/shared/guide | |
parent | a35f8b648fd4bac70bbde0554a2d4051c7633cde (diff) |
Refactor database files
Change-Id: If6acf26ea094234d06522c26c8bb8274c0abdaa5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127430
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/guide')
-rw-r--r-- | source/text/shared/guide/data_queries.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/database_main.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/guide/main.xhp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/guide/data_queries.xhp b/source/text/shared/guide/data_queries.xhp index b7347fffcc..82ab190591 100644 --- a/source/text/shared/guide/data_queries.xhp +++ b/source/text/shared/guide/data_queries.xhp @@ -41,7 +41,7 @@ </variable></paragraph> <paragraph role="paragraph" id="par_idN10617" xml-lang="en-US">If you often want to access only a subset of your data that can be well defined by a filter condition, you can define a query. This is basically a name for the new view at the filtered data. You open the query and see the current data in the table layout that you defined.</paragraph> <paragraph role="heading" id="par_idN1061A" xml-lang="en-US" level="2">Creating a New Query With the Query Wizard</paragraph> -<paragraph role="paragraph" id="par_idN1061E" xml-lang="en-US">In %PRODUCTNAME you can create a new query using the <link href="text/shared/explorer/database/querywizard00.xhp">Query Wizard</link>:</paragraph> +<paragraph role="paragraph" id="par_idN1061E" xml-lang="en-US">In %PRODUCTNAME you can create a new query using the <link href="text/sdatabase/querywizard00.xhp">Query Wizard</link>:</paragraph> <list type="ordered"> <listitem> <paragraph role="paragraph" id="par_idN10632" xml-lang="en-US">Open the database file where you want to create the new query.</paragraph> diff --git a/source/text/shared/guide/database_main.xhp b/source/text/shared/guide/database_main.xhp index 6a142d0005..ec874dc4e4 100644 --- a/source/text/shared/guide/database_main.xhp +++ b/source/text/shared/guide/database_main.xhp @@ -50,7 +50,7 @@ <embed href="text/shared/guide/data_report.xhp#data_report"/> <h2 id="hd_id3145606">Queries</h2> <paragraph role="paragraph" id="par_id3125864" xml-lang="en-US"><link href="text/sdatabase/02000000.xhp" name="Create new query or table view, edit query structure">Create new query or table view, edit query structure</link></paragraph> -<paragraph role="paragraph" id="par_idN1072A" xml-lang="en-US"><link href="text/shared/explorer/database/querywizard00.xhp">Query Wizard</link></paragraph> +<paragraph role="paragraph" id="par_idN1072A" xml-lang="en-US"><link href="text/sdatabase/querywizard00.xhp">Query Wizard</link></paragraph> <paragraph role="paragraph" id="par_id3155430" xml-lang="en-US"><link href="text/shared/01/05340400.xhp" name="Enter, edit and copy records">Enter, edit and copy records</link></paragraph> <h2 id="hd_id3147287">Tables</h2> <paragraph role="paragraph" id="par_id3163713" xml-lang="en-US"><link href="text/sdatabase/05010000.xhp" name="Create new table, edit table structure">Create new table, edit table structure</link>, <link href="text/sdatabase/05010100.xhp" name="index">index</link>, <link href="text/sdatabase/05020000.xhp" name="relations">relations</link></paragraph> diff --git a/source/text/shared/guide/main.xhp b/source/text/shared/guide/main.xhp index c962100ac7..a3f45acf2e 100644 --- a/source/text/shared/guide/main.xhp +++ b/source/text/shared/guide/main.xhp @@ -115,7 +115,7 @@ <h2 id="hd_id3152576" xml-lang="en-US">Data Sources</h2> <paragraph id="par_idN10826" role="paragraph" xml-lang="en-US"><link href="text/sdatabase/main.xhp">Working with databases in %PRODUCTNAME</link></paragraph> <paragraph id="par_idN10841" role="paragraph" xml-lang="en-US"><link href="text/sdatabase/tablewizard00.xhp">Table Wizard</link></paragraph> -<paragraph id="par_idN1085B" role="paragraph" xml-lang="en-US"><link href="text/shared/explorer/database/querywizard00.xhp">Query Wizard</link></paragraph> +<paragraph id="par_idN1085B" role="paragraph" xml-lang="en-US"><link href="text/sdatabase/querywizard00.xhp">Query Wizard</link></paragraph> <paragraph id="par_idN10875" role="paragraph" xml-lang="en-US"><link href="text/shared/autopi/01090000.xhp">Forms Wizard</link></paragraph> <paragraph id="par_id3154011" role="paragraph" xml-lang="en-US"><link href="text/shared/autopi/01100000.xhp">Report Wizard</link></paragraph> <embed href="text/shared/guide/database_main.xhp#database_main"/> |