diff --git a/novelwriter/tools/dictionaries.py b/novelwriter/tools/dictionaries.py
index c956846c..e7d1da1b 100644
--- a/novelwriter/tools/dictionaries.py
+++ b/novelwriter/tools/dictionaries.py
@@ -62,12 +62,12 @@ class GuiDictionaries(NNonBlockingDialog):
self.setMinimumHeight(300)
# Hunspell Dictionaries
- foUrl = "https://www.freeoffice.com/en/download/dictionaries"
loUrl = "https://extensions.libreoffice.org"
+ ooUrl = "https://extensions.openoffice.org"
self.huInfo = QLabel("
".join([
self.tr("Download a dictionary from one of the links, and add it below."),
- f" \u203a {foUrl}",
f" \u203a {loUrl}",
+ f" \u203a {ooUrl}",
]), self)
self.huInfo.setOpenExternalLinks(True)
self.huInfo.setWordWrap(True)