Skip to content

Commit

Permalink
migrate to new documentation (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Anmol Singh <[email protected]>
  • Loading branch information
anmolsingh95 and Anmol Singh authored Mar 5, 2024
1 parent c9f51a0 commit 32b3070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# fastapi_poe

An implementation of the
[Poe protocol](https://developer.poe.com/server-bots/poe-protocol-specification) using
FastAPI.
[Poe protocol](https://creator.poe.com/docs/poe-protocol-specification) using FastAPI.

### Write your own bot

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
]

[project.urls]
"Homepage" = "https://developer.poe.com/"
"Homepage" = "https://creator.poe.com/"

[tool.pyright]
pythonVersion = "3.7"
Expand Down
2 changes: 1 addition & 1 deletion src/fastapi_poe/client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Client for talking to other Poe bots through the Poe bot query API.
For more details, see: https://developer.poe.com/server-bots/accessing-other-bots-on-poe
For more details, see: https://creator.poe.com/docs/accessing-other-bots-on-poe
"""

Expand Down

0 comments on commit 32b3070

Please sign in to comment.