From 15772ba8892f86f70d35ac08a6e16ca58488bf32 Mon Sep 17 00:00:00 2001 From: Gianluca Teti <51110452+gteti@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:49:45 +0200 Subject: [PATCH 1/2] Fixing link to weasyprint.org/#samples/ --- docs/api_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_reference.rst b/docs/api_reference.rst index e3981dc20..904779d29 100644 --- a/docs/api_reference.rst +++ b/docs/api_reference.rst @@ -155,7 +155,7 @@ Hyperlinks will be clickable in PDF viewers that support them. They can be either internal, to another part of the same document (eg. ````) or external, to an URL. External links are resolved to absolute URLs: ```` on the WeasyPrint website would always -point to https://weasyprint.org/samples/ in PDF files. +point to https://weasyprint.org/#samples/ in PDF files. PDF bookmarks are also called outlines and are generally shown in a sidebar. Clicking on an entry scrolls the matching part of the document From 72c81659c67f95457c4c577265cce93d9442a216 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 29 Jul 2024 14:25:15 +0200 Subject: [PATCH 2/2] Fix example link in documentation --- docs/api_reference.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api_reference.rst b/docs/api_reference.rst index 904779d29..b9b4a996d 100644 --- a/docs/api_reference.rst +++ b/docs/api_reference.rst @@ -154,8 +154,9 @@ can contain hyperlinks, bookmarks and attachments. Hyperlinks will be clickable in PDF viewers that support them. They can be either internal, to another part of the same document (eg. ````) or external, to an URL. External links are resolved -to absolute URLs: ```` on the WeasyPrint website would always -point to https://weasyprint.org/#samples/ in PDF files. +to absolute URLs: ```` on the CourtBouillon website +would always point to https://www.courtbouillon.org/blog-articles/ in PDF +files. PDF bookmarks are also called outlines and are generally shown in a sidebar. Clicking on an entry scrolls the matching part of the document