mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
fix(docs): update stale URLs in celery and bedtools plugin READMEs
- celery: www.celeryproject.org redirects to docs.celeryq.dev/en/stable/ - bedtools: readthedocs.org redirects to readthedocs.io (http -> https)
This commit is contained in:
parent
5ef67beadb
commit
227b3ac92f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Bedtools plugin
|
# Bedtools plugin
|
||||||
|
|
||||||
This plugin adds support for the [bedtools suite](http://bedtools.readthedocs.org/en/latest/):
|
This plugin adds support for the [bedtools suite](https://bedtools.readthedocs.io/en/latest/):
|
||||||
|
|
||||||
* Adds autocomplete options for all bedtools sub commands.
|
* Adds autocomplete options for all bedtools sub commands.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Celery
|
# Celery
|
||||||
|
|
||||||
This plugin provides completion for [Celery](http://www.celeryproject.org/).
|
This plugin provides completion for [Celery](https://docs.celeryq.dev/en/stable/).
|
||||||
|
|
||||||
To use it add celery to the plugins array in your zshrc file.
|
To use it add celery to the plugins array in your zshrc file.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue