Skip to content

Commit

Permalink
[docs] fix links (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp authored May 8, 2023
1 parent 94438be commit 2e79196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/01_Doc_Types_and_Available_Processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This bundle introduces 2 new document types:

| Type | Description |
|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [PrintPage](./doc/01_Print_Documents.md#printpage) | Like pages, but specialized for print (PDF preview, rendering options, ...) |
| [PrintContainer](./doc/01_Print_Documents.md#printcontainer) | Organizing print pages in chapters and render them all together. |
| [PrintPage](./doc/02_Print_Documents.md#printpage) | Like pages, but specialized for print (PDF preview, rendering options, ...) |
| [PrintContainer](./doc/02_Print_Documents.md#printcontainer) | Organizing print pages in chapters and render them all together. |

## Available PDF Processors

Expand All @@ -15,4 +15,4 @@ This bundle introduces 2 new document types:
| [Gotenberg](https://gotenberg.dev/) | A Docker service with Chromium and LibreOffice support |
| [PDF Reactor](https://www.pdfreactor.com/) | A REST/SOAP solution, please visit the official website for further information |

> For details on how to install and configure these processors, please see [Additional Tools Installation](https://github.com/pimcore/pimcore/blob/11.x/doc/23_Installation_and_Upgrade/03_System_Setup_and_Hosting/06_Additional_Tools_Installation.md) page in the Core.
> For details on how to install and configure these processors, please see [Additional Tools Installation](https://github.com/pimcore/pimcore/blob/11.x/doc/23_Installation_and_Upgrade/03_System_Setup_and_Hosting/06_Additional_Tools_Installation.md) page in the Core.

0 comments on commit 2e79196

Please sign in to comment.