Skip to content

Commit

Permalink
docs: Change links to bugwarrior.readthedocs.io
Browse files Browse the repository at this point in the history
One way or another #812 is now resolved and the docs started building a
couple weeks ago for the first time in 5 years.
  • Loading branch information
ryneeverett committed Dec 31, 2023
1 parent 53b6274 commit a2d6016
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion bugwarrior/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Documentation
-------------

For information on how to install and use bugwarrior, `read the docs
<https://bugwarrior-docs.readthedocs.io>`_ on RTFD.
<https://bugwarrior.readthedocs.io>`_ on RTFD.

Build Status
------------
Expand Down
2 changes: 1 addition & 1 deletion bugwarrior/config/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion bugwarrior/docs/manpage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a2d6016

Please sign in to comment.