Skip to content

Commit 0221585

Browse files
committed
use head method for the bulk of link checking
1 parent c06ba86 commit 0221585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/reference/settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ We recommend using [`redis`](https://docs.djangoproject.com/en/stable/topics/cac
117117

118118
Configures whether ReactPy components are rendered in a dedicated thread.
119119

120-
This allows the web server to process other traffic during ReactPy rendering. Vastly improves throughput with web servers such as [`hypercorn`](https://pgjones.gitlab.io/hypercorn/) and [`uvicorn`](https://www.uvicorn.org/).
120+
This allows the web server to process other traffic during ReactPy rendering. Vastly improves throughput with web servers such as [`hypercorn`](https://github.com/pgjones/hypercorn) and [`uvicorn`](https://www.uvicorn.org/).
121121

122122
This setting is incompatible with [`daphne`](https://github.com/django/daphne).
123123

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ dependencies = [
162162
serve = ["cd docs && mkdocs serve"]
163163
build = ["cd docs && mkdocs build --strict"]
164164
linkcheck = [
165-
"linkcheckMarkdown docs/ -v -r",
165+
"linkcheckMarkdown docs/ -v -r --method head",
166166
"linkcheckMarkdown README.md -v -r",
167167
"linkcheckMarkdown CHANGELOG.md -v -r",
168168
]

0 commit comments

Comments
 (0)