Skip to content

Commit 016bebb

Browse files
committed
docs: update quart-trio link
1 parent a12894d commit 016bebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release history
22

33
## trio-websocket 0.10.1 (2023-03-18)
4-
### Changed
4+
### Fixed
55
- `send_message()` is changed to raise `ConnectionClosed` when a close
66
handshake is in progress. Previously, it would silently ignore
77
the call, which was an oversight, given that `ConnectionClosed` is

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ available here](https://trio-websocket.readthedocs.io).
2020

2121
## Alternatives
2222

23-
If you happen to only need a server, using Quart via the [quart-trio](https://gitlab.com/pgjones/quart-trio/)
23+
If you happen to only need a server, using Quart via the [quart-trio](https://github.com/pgjones/quart-trio)
2424
extension may suffice. While trio-websocket is more flexible, Quart covers
2525
both HTTP and WebSocket within a single framework, and serving both from the
2626
same port is straightforward. There has yet to be a performance comparison.

0 commit comments

Comments
 (0)