Skip to content

Commit

Permalink
Change URLs to RtD
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Jul 11, 2024
1 parent b1e063e commit 182f495
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Quickstart

See the [complete documentation](https://gatenlp.github.io/wpextract/) for more detailed usage.
See the [complete documentation](https://wpextract.readthedocs.io/) for more detailed usage.

1. Install with `pipx`
```shell-session
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: WPextract
copyright: Copyright © 2022-24 The University of Sheffield.
repo_url: https://github.com/GateNLP/wpextract
site_url: https://gatenlp.github.io/wpextract/
site_url: https://wpextract.readthedocs.io/
site_description: Create datasets from WordPress sites for research or archiving
edit_uri: edit/main/docs/
theme:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name="wpextract"
version="1.0.1"
description="Create datasets from WordPress sites"
homepage="https://gatenlp.github.io/wpextract/"
documentation="https://gatenlp.github.io/wpextract/"
homepage="https://wpextract.readthedocs.io/"
documentation="https://wpextract.readthedocs.io/"
repository="https://github.com/GateNLP/wpextract"
license="Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/wpextract/cli/_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tqdm.contrib.logging import logging_redirect_tqdm

CMD_ARGS = {
"epilog": "See https://gatenlp.github.io/wpextract/ for documentation.",
"epilog": "See https://wpextract.readthedocs.io/ for documentation.",
}


Expand Down

0 comments on commit 182f495

Please sign in to comment.