Skip to content

Commit

Permalink
fix link checking
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Jun 30, 2024
1 parent 36be1ab commit 7ee84a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions scripts/check_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
IGNORES = [
'badgen.net',
'coveralls.io',
'packages.ubuntu.com',
]
OK_WHEN_FORBIDDEN = [
'linux.die.net',
Expand Down

0 comments on commit 7ee84a9

Please sign in to comment.