branch: elpa/flycheck
commit d717bf98945e5b722cb6c3507bbc6571037369a2
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Upgrade HTTP URLs to HTTPS and fix domain redirects
- HTTP -> HTTPS for all external links in doc RST files
- beta.ruff.rs -> docs.astral.sh/ruff
- flake8.readthedocs.io -> flake8.pycqa.org
- developers.google.com/protocol-buffers -> protobuf.dev
- deno.land -> deno.com
- github.com/Flet/semistandard -> github.com/standard/semistandard
- github.com/PyCQA/prospector -> github.com/prospector-dev/prospector
---
doc/community/extensions.rst | 10 +++++-----
doc/contributor/maintaining.rst | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/community/extensions.rst b/doc/community/extensions.rst
index d5d4603d1b..76b4b8956a 100644
--- a/doc/community/extensions.rst
+++ b/doc/community/extensions.rst
@@ -102,8 +102,8 @@ Deno
* :flyc:`flycheck-deno` (*official*) makes linting for Deno_ project available
via deno-lint_.
-.. _Deno: https://deno.land/
-.. _deno-lint: https://deno.land/[email protected]/tools/linter
+.. _Deno: https://deno.com/
+.. _deno-lint: https://docs.deno.com/runtime/reference/cli/lint/
Emacs Lisp
----------
@@ -154,7 +154,7 @@ Mercury
* :flyc:`flycheck-mercury` (*official*) adds a syntax checker for the Mercury_
language.
-.. _Mercury: http://mercurylang.org/
+.. _Mercury: https://mercurylang.org/
OCaml
-----
@@ -179,8 +179,8 @@ Python
* :gh:`chocoelho/flycheck-prospector` adds Prospector_ checker for Python
syntax.
.. _Pyflakes: https://github.com/PyCQA/pyflakes
-.. _Prospector: https://github.com/PyCQA/prospector
-.. _Mypy: http://mypy-lang.org/
+.. _Prospector: https://github.com/prospector-dev/prospector
+.. _Mypy: https://mypy-lang.org/
Rust
----
diff --git a/doc/contributor/maintaining.rst b/doc/contributor/maintaining.rst
index fff5b64715..2937d40ddc 100644
--- a/doc/contributor/maintaining.rst
+++ b/doc/contributor/maintaining.rst
@@ -184,7 +184,7 @@ Tooling and Services
In addition to Github_ where we host code and do code reviews we use a bit of
extra tooling and some 3rd party services for Flycheck:
-* ReadTheDocs_ hosts http://www.flycheck.org and automatically rebuilds it on
+* ReadTheDocs_ hosts https://www.flycheck.org and automatically rebuilds it on
every change. It works mostly automatically and requires little
configuration.
* `GitHub Actions`_ runs our tests after every push and for every pull request.