Skip to content

Commit

Permalink
Merge pull request #1345 from phospho-app/nico/docs-url
Browse files Browse the repository at this point in the history
fix: Edit docs url
  • Loading branch information
oulianov authored Jan 8, 2025
2 parents d763f49 + 9f12fbb commit 7e71e3b
Show file tree
Hide file tree
Showing 23 changed files with 959 additions and 959 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Detect issues and extract insights from your users' text messages.
Gather feedback and measure success. Create the best conversational experience for your users.
Analyze logs effortlessly and finally make sense of all your data.

Learn more in the [documentation](https://docs.phospho.ai/welcome).
Learn more in the [documentation](https://phospho-app.github.io/docs/welcome).

<div align="center">
<img src="./clustering-demo.gif" alt="phospho platform">
Expand Down Expand Up @@ -53,7 +53,7 @@ Quickly import, analyze and label data on the [phospho platform](https://phospho
4. Initialize phospho: `phospho.init()`
5. Start logging to phospho with `phospho.log(input="question", output="answer")`

[Follow this guide to get started.](https://docs.phospho.ai/getting-started)
[Follow this guide to get started.](https://phospho-app.github.io/docs/getting-started)

**Note:**

Expand Down
4 changes: 2 additions & 2 deletions backend/phospho_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def check_health_backend():
api_v2 = FastAPI(
title="phospho",
summary="phospho http api v2",
description="For more information, see the [documentation](https://docs.phospho.ai/).",
description="For more information, see the [documentation](https://phospho-app.github.io/docs/).",
version="0.2.1",
contact={
"name": "phospho",
Expand Down Expand Up @@ -157,7 +157,7 @@ def check_health_backend():
api_v3 = FastAPI(
title="phospho",
summary="phospho http api v3",
description="For more information, see the [documentation](https://docs.phospho.ai/).",
description="For more information, see the [documentation](https://phospho-app.github.io/docs/).",
version="0.3.0",
contact={
"name": "phospho",
Expand Down
2 changes: 1 addition & 1 deletion backend/phospho_backend/services/mongo/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def send_welcome_email(to_email: str):
<p>Hi ,</p>
<p>Welcome to Phospho! We are thrilled to have you onboard.</p>
<p>Need help getting started? Want to learn more about what you can do with phospho?
<br> Check out <a href="https://docs.phospho.ai/guides/welcome-guide">the guides!</a></p>
<br> Check out <a href="https://phospho-app.github.io/docs/guides/welcome-guide">the guides!</a></p>
<p>If anything, feel free to reach out at [email protected] or chat with our devs on <a href="https://discord.gg/BFNzpUtE">Discord.</p>
<p>Best,
<br>
Expand Down
1,202 changes: 601 additions & 601 deletions examples/api/intent-embed.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 7e71e3b

Please sign in to comment.