Skip to content

Commit 141c15d

Browse files
committed
Remove broken link
1 parent ee29b71 commit 141c15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/thread-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ These functions map 1:1 to the {doc}`contextvars` APIs, so please use those inst
4646

4747
## Thread-local contexts
4848

49-
*structlog* also provides thread-local context storage in a form that you may already know from [*Flask*](https://flask.palletsprojects.com/en/latest/design/#thread-locals) and that makes the *entire context* global to your thread or greenlet.
49+
*structlog* also provides thread-local context storage in a form that you may already know from Flask and that makes the *entire context* global to your thread or greenlet.
5050

5151
This makes its behavior more difficult to reason about which is why we generally recommend to use the {func}`~structlog.contextvars.merge_contextvars` route.
5252
Therefore, there are currently no plans to re-implement this behavior on top of context variables.

0 commit comments

Comments
 (0)