Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Apr 20, 2022
1 parent cc210f0 commit 258306e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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 <https://appyframework.org>`_ is used to interpret the template and render it using the context.
The `appy framework <http://appyframework.org>`_ is used to interpret the template and render it using the context.

You can find a `documentation <https://appyframework.org/podWritingTemplates.html>`_ explaining the syntax that can be used.
You can find a `documentation <http://appyframework.org/podWritingTemplates.html>`_ explaining the syntax that can be used.

You can do the following things:

Expand Down
4 changes: 2 additions & 2 deletions docs/user.rst
Expand Up @@ -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 <https://appyframework.org>`_ is used to interpret the template and render it using the context.
The `appy framework <http://appyframework.org>`_ is used to interpret the template and render it using the context.

You can find a `documentation <https://appyframework.org/podWritingTemplates.html>`_ explaining the syntax that can be used.
You can find a `documentation <http://appyframework.org/podWritingTemplates.html>`_ explaining the syntax that can be used.

You can do the following things:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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=[
Expand Down

0 comments on commit 258306e

Please sign in to comment.