From 258306e991675bd4675bb2fa721273032a7010ee Mon Sep 17 00:00:00 2001 From: Arhell Date: Wed, 20 Apr 2022 10:16:49 +0300 Subject: [PATCH] fix url --- README.rst | 4 ++-- docs/user.rst | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 687d43bf..c6cfb8e7 100644 --- a/README.rst +++ b/README.rst @@ -92,9 +92,9 @@ If you want, you can organize your templates in one or more folder. **How to write the template ?** ------------------------------- -The `appy framework `_ is used to interpret the template and render it using the context. +The `appy framework `_ is used to interpret the template and render it using the context. -You can find a `documentation `_ explaining the syntax that can be used. +You can find a `documentation `_ explaining the syntax that can be used. You can do the following things: diff --git a/docs/user.rst b/docs/user.rst index ed8199e3..de15dcb1 100644 --- a/docs/user.rst +++ b/docs/user.rst @@ -25,9 +25,9 @@ If you want, you can organize your templates in one or more folder. **How to write the template ?** ------------------------------- -The `appy framework `_ is used to interpret the template and render it using the context. +The `appy framework `_ is used to interpret the template and render it using the context. -You can find a `documentation `_ explaining the syntax that can be used. +You can find a `documentation `_ explaining the syntax that can be used. You can do the following things: diff --git a/setup.py b/setup.py index 3ca9b10b..6e091543 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='collective.documentgenerator', version='3.30.dev0', - description="Desktop document generation (.odt, .pdf, .doc, ...) based on appy framework (https://appyframework.org) and OpenOffice/LibreOffice", + description="Desktop document generation (.odt, .pdf, .doc, ...) based on appy framework (http://appyframework.org) and OpenOffice/LibreOffice", long_description=long_description, # Get more from https://pypi.org/pypi?%3Aaction=list_classifiers classifiers=[