summaryrefslogtreecommitdiff
path: root/UPGRADING.html
diff options
context:
space:
mode:
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>