summaryrefslogtreecommitdiff
path: root/UPGRADING.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2023-02-28 19:55:08 -0800
committerDave Beckett <dave@dajobe.org>2023-02-28 19:55:08 -0800
commitdc563890e25c6bc0e49da846e0a1ad54c3e25caf (patch)
treee798434cc60ffd165fa43296e8cf2e33097da398 /UPGRADING.html
parent082c7330d83860ee9b51e8a52809160262774519 (diff)
downloadraptor-dc563890e25c6bc0e49da846e0a1ad54c3e25caf.tar.gz
https and 2023
Diffstat (limited to 'UPGRADING.html')
-rw-r--r--UPGRADING.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/UPGRADING.html b/UPGRADING.html
index 3e721548..98f187f2 100644
--- a/UPGRADING.html
+++ b/UPGRADING.html
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>Raptor RDF Syntax Library - Upgrading to the Raptor V2 API</title>
</head>
@@ -50,7 +50,7 @@ split that into two stages.
<a href="RELEASE.html">Release Notes</a> in long summary form with
some background to why, in the <a href="ChangeLog">ChangeLog</a> in
very long form. The reference manual contains
-<a href="http://librdf.org/raptor/api/raptor-changes.html">a section</a>
+<a href="https://librdf.org/raptor/api/raptor-changes.html">a section</a>
describing what was added, deleted, renamed and otherwise changed for
both the functions exported from the library, as well as the
typedefs and enum values.
@@ -108,7 +108,7 @@ that are replaced by the functions around the world object in V2, use
an <code>#ifdef</code> that provides the two code paths.
</p>
-<p><a href="http://librdf.org/rasqal/">rasqal</a>
+<p><a href="https://librdf.org/rasqal/">rasqal</a>
in GIT (will be 0.9.20) uses this approach.
</p>
@@ -117,7 +117,7 @@ source file is to copy it and make a V2 version and then choose the
file to use at configure or build time.
</p>
-<p><a href="http://librdf.org/">librdf</a> 1.0.11 uses this approach.
+<p><a href="https://librdf.org/">librdf</a> 1.0.11 uses this approach.
</p>
<p>Either way, basing the interface on the V2 APIs makes it clear
@@ -153,7 +153,7 @@ Raptor code.
<hr />
-<p>Copyright 2010-2021 <a href="http://www.dajobe.org/">Dave Beckett</a></p>
+<p>Copyright 2010-2023 <a href="https://www.dajobe.org/">Dave Beckett</a></p>
</body>
</html>