summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-02-01 11:23:26 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-02-01 11:23:26 +0100
commitac1daa5767c3dc5ee92caba937da65aa339e2ac3 (patch)
treeabe0a3596943a8de9faa736ac26d82df660c9ae8
parent930af4562ed504a97acae7b8924e21972f3f7e19 (diff)
downloadinstallation-guide-ac1daa5767c3dc5ee92caba937da65aa339e2ac3.zip
build/entities/urls.ent: Update brltty website URL
-rw-r--r--build/entities/urls.ent6
-rw-r--r--debian/changelog1
2 files changed, 4 insertions, 3 deletions
diff --git a/build/entities/urls.ent b/build/entities/urls.ent
index 756c24792..19c24e09f 100644
--- a/build/entities/urls.ent
+++ b/build/entities/urls.ent
@@ -219,9 +219,9 @@
<!ENTITY url-xorg "https://wiki.freedesktop.org/xorg/">
-<!ENTITY url-brltty "https://brltty.com/">
-<!ENTITY url-brltty-manual "https://brltty.com/doc/Manual-BRLTTY/English/BRLTTY.html">
-<!ENTITY url-brltty-driver-help "https://brltty.com/doc/KeyBindings/">
+<!ENTITY url-brltty "https://brltty.app/">
+<!ENTITY url-brltty-manual "https://brltty.app/doc/Manual-BRLTTY/English/BRLTTY.html">
+<!ENTITY url-brltty-driver-help "https://brltty.app/doc/KeyBindings/">
<!ENTITY url-speakup "http://www.linux-speakup.org/">
<!ENTITY url-speakup-guide "http://www.linux-speakup.org/spkguide.txt">
diff --git a/debian/changelog b/debian/changelog
index c000ec4b4..b2ad2cbd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ installation-guide (20200716) UNRELEASED; urgency=medium
* Mention that minimum hardware requirements are for non-liveCD images
(Closes: Bug#976255)
* rules: Set FORCE_SOURCE_DATE to 1.
+ * build/entities/urls.ent: Update brltty website URL.
[ Holger Wansing ]
* Some more UEFI updates. Closes: #905173