fix(docs): adjust broken links

This commit is contained in:
as-op
2023-07-26 09:41:49 +02:00
parent da6edd5280
commit 8cbdb49c83
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -92,5 +92,5 @@ description: |-
While attachments are returned as a link which's content is to be fetched separately, clients can choose to
replace the work package's attachments by providing an array of already uploaded [Attachment resources](https://www.openproject.org/docs/api/endpoints/attachments/)
on [create](https://www.openproject.org/docs/api/endpoints/work-packages/#create-work-package)
and [update](https://www.openproject.org/docs/api/endpoints/work-packages/#edit-work-package). The attachments the work package has had prior to the request will be removed.
and [update](https://www.openproject.org/docs/api/endpoints/work-packages/#update-a-work-package). The attachments the work package has had prior to the request will be removed.
name: Work Packages
+1 -1
View File
@@ -135,7 +135,7 @@ On a work package level you could use "Assignee" for "Responsible", "Accountable
To create and print/export reports you can...
- use the [global work packages list](../user-guide/projects/#global-work-package-tables): Filter for e.g. phases and milestones (which would make sense to use in your projects in this case). Then use the [export feature](../user-guide/work-packages/exporting/#exporting-work-packages). This will give you an overview over all projects' work packages (or all projects' milestones and phases, respectively).
- use the [global work packages list](../user-guide/projects/#global-work-package-tables): Filter for e.g. phases and milestones (which would make sense to use in your projects in this case). Then use the [export feature](../user-guide/work-packages/exporting/). This will give you an overview over all projects' work packages (or all projects' milestones and phases, respectively).
- use the [Wiki module](../user-guide/wiki) to document your project reports. The Wiki pages is optimized for being printed using your browser's print feature. You could even insert a work packages list there. If you want to use the Wiki we suggest setting it up in a (global) parent project.
The projects overview is not optimized for export via PDF, yet. Nevertheless, you can try to use your browser's print feature.
@@ -72,15 +72,15 @@ This means that if you want to switch from (e.g.) OpenProject 11.x to 12.x, you
The necessary steps are the same as setting up the package source for the first time. You can also check the [installation guide](../../installation/packaged) for more information. Please follow the link below to see the appropriate steps for your Linux distribution.
| Distribution (64 bits only) |
|-------------------------------------------------------------------------|
| [Ubuntu 20.04 Focal](../../installation/packaged/#ubuntu-2004) |
| [Ubuntu 18.04 Bionic Beaver](../../installation/packaged/#ubuntu-1804) |
| [Debian 11 Bullseye](../../installation/packaged/#debian-11) |
| [Debian 10 Buster](../../installation/packaged/#debian-10) |
| [CentOS/RHEL 8.x](../../installation/packaged/#centos-8--rhel-8) |
| [CentOS/RHEL 7.x](../../installation/packaged/#centos-7--rhel-7) |
| [Suse Linux Enterprise Server 12](../../installation/packaged/#sles-12) |
| Distribution (64 bits only) |
|--------------------------------------------------------------------------|
| [Ubuntu 22.04 Jammy Jellyfish](../../installation/packaged/#ubuntu-2204) |
| [Ubuntu 20.04 Focal](../../installation/packaged/#ubuntu-2004) |
| [Debian 11 Bullseye](../../installation/packaged/#debian-11) |
| [Debian 10 Buster](../../installation/packaged/#debian-10) |
| [CentOS/RHEL 8.x](../../installation/packaged/#centos-8--rhel-8) |
| [CentOS/RHEL 7.x](../../installation/packaged/#centos-7--rhel-7) |
| [Suse Linux Enterprise Server 12](../../installation/packaged/#sles-12) |
After following the steps to update the package source, updating the openproject package and running `openproject configure`, your system will be up to date.
@@ -48,7 +48,7 @@ PDF Table exports the work package table displaying work packages as single rows
With PDF Reports you can export detailed up to date work plans for your project in a clean and practical format. It includes a table of contents (listing all of the work packages), followed by the description of single work packages in a block form. Table of contents is clickable and is linked to the respective pages within the report, making navigation much easier. For each work package a table of attributes is included (attributes correspond to the columns in the work package table). Work package ID attribute is clickable and linked directly to the respective work package in OpenProject.
![OpenProject_pdf_report_export](openproject_pdf_report.png)
> **Note**: If ["display sums" is activated](.../work-package-table-configuration/) in the work package table, then the sum table is included between table of contents and work packages description in an Overview section.
> **Note**: If ["display sums" is activated](../work-package-table-configuration/) in the work package table, then the sum table is included between table of contents and work packages description in an Overview section.
![OpenProject_work_package_table_sum](openproject_wp_table_total_sum.png)
@@ -100,4 +100,4 @@ OpenProject can export the table into a XML-based atom format. This file will be
It is also possible to export single work packages in PDF and Atom format. To do that click on the settings icon in the top right corner and select the preferred format from the dropdown menu.
![OpenProject_single_work_package_export_options](openProject_single_work_package_export_options.png)
![OpenProject_single_work_package_export_options](openProject_single_work_package_export_options.png)