From a2d601630bf405d29747a95a4b5038c706a46bf5 Mon Sep 17 00:00:00 2001 From: ryneeverett Date: Sun, 31 Dec 2023 14:21:16 -0500 Subject: [PATCH] docs: Change links to bugwarrior.readthedocs.io One way or another #812 is now resolved and the docs started building a couple weeks ago for the first time in 5 years. --- CONTRIBUTING.md | 2 +- bugwarrior/README.rst | 2 +- bugwarrior/config/schema.py | 2 +- bugwarrior/docs/manpage.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd3a3a7a..9af5113c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,4 @@ Thank you for your interest in contributing to Bugwarrior! -See the full [contributing documentation](https://bugwarrior-docs.readthedocs.io/en/latest/contributing/getting-started.html) or view it locally in `bugwarrior/docs/contributing`. +See the full [contributing documentation](https://bugwarrior.readthedocs.io/en/latest/contributing/getting-started.html) or view it locally in `bugwarrior/docs/contributing`. diff --git a/bugwarrior/README.rst b/bugwarrior/README.rst index 0841c976..55be47bb 100644 --- a/bugwarrior/README.rst +++ b/bugwarrior/README.rst @@ -39,7 +39,7 @@ Documentation ------------- For information on how to install and use bugwarrior, `read the docs -`_ on RTFD. +`_ on RTFD. Build Status ------------ diff --git a/bugwarrior/config/schema.py b/bugwarrior/config/schema.py index 2a57fe57..663a3abb 100644 --- a/bugwarrior/config/schema.py +++ b/bugwarrior/config/schema.py @@ -216,7 +216,7 @@ def raise_validation_error(msg, config_path, no_errors=1): ('Validation error' if no_errors == 1 else f'{no_errors} validation errors') + f' found in {config_path}\n' - f'See https://bugwarrior-docs.readthedocs.io\n\n{msg}' + f'See https://bugwarrior.readthedocs.io\n\n{msg}' ) sys.exit(1) diff --git a/bugwarrior/docs/manpage.rst b/bugwarrior/docs/manpage.rst index aff17691..7066dc20 100644 --- a/bugwarrior/docs/manpage.rst +++ b/bugwarrior/docs/manpage.rst @@ -55,4 +55,4 @@ If ``$XDG_CONFIG_DIRS`` is either not set or empty, a value equal to See Also -------- -https://bugwarrior-docs.readthedocs.io +https://bugwarrior.readthedocs.io