[libxslt.wiki] Update home



commit fa18526493a93672bf5a7407f9bda847a40d6189
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Sun Feb 13 02:18:14 2022 +0000

    Update home

 home.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/home.md b/home.md
index 1538080..09534c2 100644
--- a/home.md
+++ b/home.md
@@ -7,7 +7,7 @@ Here are some key points about libxslt:
 * Libxslt is a C implementation
 * Libxslt is based on libxml for XML parsing, tree manipulation and XPath support
 * It is written in plain C, making as few assumptions as possible, and sticking closely to ANSI C/POSIX for 
easy embedding. Should works on Linux/Unix/Windows.
-* This library is released under the [MIT License](http://www.opensource.org/licenses/mit-license.html)
+* This library is released under the [MIT License](https://www.opensource.org/licenses/mit-license.html)
 * Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor.
 
 ## HTML Documentation
@@ -34,7 +34,7 @@ There is a number of language bindings and wrappers available for libxslt, the l
 * [xmlwrapp](https://vslavik.github.io/xmlwrapp/), a C++ library built atop libxml2 and libxslt
 * PHP has built-in libxslt bindings
 * [LibxmlJ](https://savannah.gnu.org/projects/classpathx/) is an effort to create a 100% JAXP-compatible 
Java wrapper for libxml2 and libxslt as part of GNU ClasspathX project.
-* Patrick McPhee provides Rexx bindings fof libxml2 and libxslt, look for 
[RexxXML](https://www.interlog.com/\~ptjm/software.html).
+* Patrick McPhee provides Rexx bindings fof libxml2 and libxslt, look for 
[RexxXML](http://www.interlog.com/\~ptjm/software.html).
 * Satimage provides [XMLLib osax](https://www.satimage.fr/software/en/downloads_osaxen.html). This is an 
osax for Mac OS X with a set of commands to implement in AppleScript the XML DOM, XPATH and XSLT.
 
 ## Contributions


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]