Skip to content

Commit 647c0b4

Browse files
committed
fix links
1 parent 8138f19 commit 647c0b4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# ⚡ FASTAPI Websocket RPC
99
RPC over Websockets made easy, robust, and production ready
1010

11-
<a href="https://github.com/authorizon/fastapi_websocket_rpc/actions?query=workflow%3ATests" target="_blank">
12-
<img src="https://github.com/authorizon/fastapi_websocket_rpc/workflows/Tests/badge.svg" alt="Tests">
11+
<a href="https://github.com/permitio/fastapi_websocket_rpc/actions?query=workflow%3ATests" target="_blank">
12+
<img src="https://github.com/permitio/fastapi_websocket_rpc/workflows/Tests/badge.svg" alt="Tests">
1313
</a>
1414

1515
<a href="https://pypi.org/project/fastapi-websocket-rpc/" target="_blank">
@@ -108,10 +108,10 @@ See the [examples](/examples) and [tests](/tests) folders for more server and cl
108108

109109

110110
## What can I do with this?
111-
Websockets are ideal to create bi-directional realtime connections over the web.
112-
- Push updates
113-
- Remote control mechanism
114-
- Pub / Sub (see [fastapi_websocket_pubsub](https://github.com/authorizon/fastapi_websocket_pubsub))
111+
Websockets are ideal to create bi-directional realtime connections over the web.
112+
- Push updates
113+
- Remote control mechanism
114+
- Pub / Sub (see [fastapi_websocket_pubsub](https://github.com/permitio/fastapi_websocket_pubsub))
115115
- Trigger events (see "tests/trigger_flow_test.py")
116116
- Node negotiations (see "tests/advanced_rpc_test.py :: test_recursive_rpc_calls")
117117

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ def get_requirements(env=""):
1515
name='fastapi_websocket_rpc',
1616
version='0.1.21',
1717
author='Or Weis',
18-
author_email="or@authorizon.com",
18+
author_email="or@permit.io",
1919
description="A fast and durable bidirectional JSON RPC channel over Websockets and FastApi.",
2020
long_description_content_type="text/markdown",
2121
long_description=long_description,
22-
url="https://github.com/authorizon/fastapi_websocket_rpc",
22+
url="https://github.com/permitio/fastapi_websocket_rpc",
2323
packages=find_packages(),
2424
classifiers=[
2525
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)