mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 11:59:16 +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)
|
- [pipx install](#pipx-install)
|
||||||
* [Homebrew package](#homebrew-package)
|
* [Homebrew package](#homebrew-package)
|
||||||
* [Debian unstable (sid)](#debian)
|
* [Debian unstable (sid)](#debian)
|
||||||
* [Ubuntu lunar (23.04)](#ubuntu)
|
* [Ubuntu](#ubuntu)
|
||||||
* [AUR packages](#aur-packages)
|
* [AUR packages](#aur-packages)
|
||||||
* [Snap package](#snap-package)
|
* [Snap package](#snap-package)
|
||||||
* [From source](#from-source)
|
* [From source](#from-source)
|
||||||
@@ -215,7 +215,7 @@ $ sudo apt install dotdrop
|
|||||||
|
|
||||||
## Ubuntu
|
## Ubuntu
|
||||||
|
|
||||||
[Ubuntu package](https://packages.ubuntu.com/lunar/dotdrop) since lunar (23.04)
|
[Ubuntu package](https://packages.ubuntu.com/search?keywords=dotdrop)
|
||||||
|
|
||||||
Install dotdrop
|
Install dotdrop
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ VALID_RET = [
|
|||||||
IGNORES = [
|
IGNORES = [
|
||||||
'badgen.net',
|
'badgen.net',
|
||||||
'coveralls.io',
|
'coveralls.io',
|
||||||
|
'packages.ubuntu.com',
|
||||||
]
|
]
|
||||||
OK_WHEN_FORBIDDEN = [
|
OK_WHEN_FORBIDDEN = [
|
||||||
'linux.die.net',
|
'linux.die.net',
|
||||||
|
|||||||
Reference in New Issue
Block a user