Git commit 1b6dd01413caf638e5ef7ec875c32c105db506f0 by Dag Andersen. Committed on 30/06/2022 at 07:47. Pushed by danders into branch 'master'.
Docs: Fix a couple of xref M +3 -3 doc/plan/creatingproject.docbook https://invent.kde.org/office/calligraplan/commit/1b6dd01413caf638e5ef7ec875c32c105db506f0 diff --git a/doc/plan/creatingproject.docbook b/doc/plan/creatingproject.docbook index 5c608443..0ad2573a 100644 --- a/doc/plan/creatingproject.docbook +++ b/doc/plan/creatingproject.docbook @@ -1,13 +1,13 @@ <sect2><title/> <para>A new project can be created by pressing the <emphasis>New Project</emphasis> button or selecting a <emphasis>project template</emphasis> in the <link linkend="startup-view">Startup View</link>. </para> -<para>This will create a new project with default values defined in <ulink url="http://userbase.kde.org/Special:myLanguage/Plan/Manual/Configure Plan Dialog">Settings</ulink> or from values defined in the template. The Project Settings Dialog will open to enable you to define project specific properties like <emphasis>project name</emphasis>, <emphasis>manager</emphasis> and <emphasis>target times</emphasis>. +<para>This will create a new project with default values defined in <xref linkend="configure-plan-dialog" xrefstyle="select:title"/> or from values defined in the template. The Project Settings Dialog will open to enable you to define project specific properties like <emphasis>project name</emphasis>, <emphasis>manager</emphasis> and <emphasis>target times</emphasis>. </para> <para>When you create your first project, consider creating resources in a separate file. When you refer to this file in your project(s), you do not need to define your resources again, and you can coordinate resource usage across projects. </para> -<para>See <link linkend="managing-resources">Managing Resources</link>. +<para>See <xref linkend="managing-resources" xrefstyle="select:title"/>. </para> -<para>If you want to coordinate resource usage across projects, your project files must be stored in the same directory. +<para>To coordinate resource usage across projects you can use the Portfolio Manager. </para> <para>A useful structure could be something like this: </para>
