diff --git a/doc/documentation.html b/doc/documentation.html index c6ee76b2..3c10f0e3 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -29,7 +29,6 @@ window.onload = function() { Upgrading Documentation Other -Robots diff --git a/doc/index.html b/doc/index.html index 7fd0905c..4e50c4b5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -27,7 +27,6 @@ window.onload = function() { Upgrading Documentation Other -Robots diff --git a/doc/install.html b/doc/install.html index 763499d4..a66b1d9c 100644 --- a/doc/install.html +++ b/doc/install.html @@ -27,7 +27,6 @@ window.onload = function() { Upgrading Documentation Other -Robots diff --git a/doc/other.html b/doc/other.html index 7f9d43aa..002b5584 100644 --- a/doc/other.html +++ b/doc/other.html @@ -27,7 +27,6 @@ window.onload = function() { Upgrading Documentation Other -Robots diff --git a/doc/upgrading.html b/doc/upgrading.html index 4f307b7a..ac1f4c56 100644 --- a/doc/upgrading.html +++ b/doc/upgrading.html @@ -27,13 +27,18 @@ window.onload = function() { Upgrading Documentation Other -Robots

Upgrading

+
+

Migrating from 2.2 to 2.3

+

The old config file ~/.linkcheckerrc should be moved to +~/.linkchecker/linkcheckerrc.

+

Python >= 2.4 is now required.

+

Migrating from 1.x to 2.0

The --output and --file-output parameters can specify the encoding @@ -70,7 +75,7 @@ you can append a ||

diff --git a/doc/upgrading.txt b/doc/upgrading.txt index 4a57ae64..e12bd639 100644 --- a/doc/upgrading.txt +++ b/doc/upgrading.txt @@ -5,6 +5,15 @@ Upgrading ========= +Migrating from 2.2 to 2.3 +------------------------- + +The old config file ``~/.linkcheckerrc`` should be moved to +``~/.linkchecker/linkcheckerrc``. + +Python >= 2.4 is now required. + + Migrating from 1.x to 2.0 -------------------------