diff --git a/docs/installation.md b/docs/installation.md index ca76feeb..68d07a4b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,7 +7,7 @@ - [pipx install](#pipx-install) * [Homebrew package](#homebrew-package) * [Debian unstable (sid)](#debian) -* [Ubuntu lunar (23.04)](#ubuntu) +* [Ubuntu](#ubuntu) * [AUR packages](#aur-packages) * [Snap package](#snap-package) * [From source](#from-source) @@ -215,7 +215,7 @@ $ sudo apt install dotdrop ## Ubuntu -[Ubuntu package](https://packages.ubuntu.com/lunar/dotdrop) since lunar (23.04) +[Ubuntu package](https://packages.ubuntu.com/search?keywords=dotdrop) Install dotdrop ```bash diff --git a/scripts/check_links.py b/scripts/check_links.py index 85badcff..1278e6b1 100755 --- a/scripts/check_links.py +++ b/scripts/check_links.py @@ -32,6 +32,7 @@ IGNORES = [ 'badgen.net', 'coveralls.io', + 'packages.ubuntu.com', ] OK_WHEN_FORBIDDEN = [ 'linux.die.net',