mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 12:46:44 +00:00
fix link checking
This commit is contained in:
4
docs/installation.md
vendored
4
docs/installation.md
vendored
@@ -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
|
||||
|
||||
@@ -32,6 +32,7 @@ VALID_RET = [
|
||||
IGNORES = [
|
||||
'badgen.net',
|
||||
'coveralls.io',
|
||||
'packages.ubuntu.com',
|
||||
]
|
||||
OK_WHEN_FORBIDDEN = [
|
||||
'linux.die.net',
|
||||
|
||||
Reference in New Issue
Block a user