From 227b3ac92f873790dfa1ec9934404a31e9995550 Mon Sep 17 00:00:00 2001 From: Sediman Date: Wed, 27 May 2026 19:06:29 +0200 Subject: [PATCH] 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) --- plugins/bedtools/README.md | 2 +- plugins/celery/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/bedtools/README.md b/plugins/bedtools/README.md index c4de4e3a9..417c4f072 100644 --- a/plugins/bedtools/README.md +++ b/plugins/bedtools/README.md @@ -1,5 +1,5 @@ # 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. diff --git a/plugins/celery/README.md b/plugins/celery/README.md index d2597f702..e71f3f4ee 100644 --- a/plugins/celery/README.md +++ b/plugins/celery/README.md @@ -1,6 +1,6 @@ # 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.