summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-02-13 22:52:53 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-02-13 23:10:00 +0100
commit1089111142e7df96e14b2113235860cc4e7fa54e (patch)
treefb6f04ae2efc156046338fd2a352b83d05baa1e1 /python
parent4f2693a1efb499c18d909149b8141f40c190fc2f (diff)
downloadlibxml2-1089111142e7df96e14b2113235860cc4e7fa54e.tar.gz
Redirect links to xmlsoft.org
Documentation and releases are now available on gitlab.gnome.org.
Diffstat (limited to 'python')
-rw-r--r--python/README8
-rwxr-xr-xpython/setup.py.in2
2 files changed, 5 insertions, 5 deletions
diff --git a/python/README b/python/README
index b46eee40..7e4329a5 100644
--- a/python/README
+++ b/python/README
@@ -4,14 +4,14 @@
This is the libxml2 python module, providing access to the
libxml2 and libxslt (if available) libraries. For general
informationss on those XML and XSLT libraries check their
-web pages at :
- http://xmlsoft.org/
+web pages at:
+ https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
and
- http://xmlsoft.org/XSLT/
+ https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
The latest version of the sources for this module and the
associated libraries can be found at:
- ftp://xmlsoft.org/
+ https://gitlab.gnome.org/GNOME/libxml2/-/releases
Binaries packages of the libxml2 and libxslt libraries can
be found either on the FTP site for Linux, from external
diff --git a/python/setup.py.in b/python/setup.py.in
index 012eb59a..4a997b4e 100755
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -258,7 +258,7 @@ setup (name = "libxml2-python",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",
- url = "http://xmlsoft.org/python.html",
+ url = "https://gitlab.gnome.org/GNOME/libxml2",
licence="MIT Licence",
py_modules=modules,
ext_modules=extens,