Skip to content

Commit f56a9ba

Browse files
authored
Update README.md (#272)
update doc links
1 parent c4aa02b commit f56a9ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<br>
1111

12-
## [🌐 Landing Page](https://www.judgmentlabs.ai/)[Twitter/X](https://x.com/JudgmentLabs)[💼 LinkedIn](https://www.linkedin.com/company/judgmentlabs)[📚 Docs](https://judgment.mintlify.app/getting_started)[🚀 Demos](https://www.youtube.com/@AlexShan-j3o)[🎮 Discord](https://discord.gg/taAufyhf)
12+
## [🌐 Landing Page](https://www.judgmentlabs.ai/)[Twitter/X](https://x.com/JudgmentLabs)[💼 LinkedIn](https://www.linkedin.com/company/judgmentlabs)[📚 Docs](https://docs.judgmentlabs.ai/introduction)[🚀 Demos](https://www.youtube.com/@AlexShan-j3o)[🎮 Discord](https://discord.gg/taAufyhf)
1313
</div>
1414

1515
## Judgeval: open-source testing, monitoring, and optimization for AI agents
@@ -18,7 +18,7 @@ Judgeval offers robust tooling for evaluating and tracing LLM agent systems. It
1818

1919
Judgeval gets you started in five minutes, after which you'll be ready to use all of its features as your agent becomes more complex. Judgeval is natively connected to the [Judgment Platform](https://www.judgmentlabs.ai/) for free and you can export your data and self-host at any time.
2020

21-
We support tracing agents built with LangGraph, OpenAI SDK, Anthropic, ... and allow custom eval integrations for any use case. Check out our quickstarts below or our [setup guide](https://judgment.mintlify.app/getting_started) to get started.
21+
We support tracing agents built with LangGraph, OpenAI SDK, Anthropic, ... and allow custom eval integrations for any use case. Check out our quickstarts below or our [setup guide](https://docs.judgmentlabs.ai/getting-started) to get started.
2222

2323
Judgeval is created and maintained by [Judgment Labs](https://judgmentlabs.ai/).
2424

@@ -93,7 +93,7 @@ def main():
9393
main()
9494
```
9595

96-
[Click here](https://judgment.mintlify.app/getting_started#create-your-first-trace) for a more detailed explanation.
96+
[Click here](https://docs.judgmentlabs.ai/getting-started#create-your-first-trace) for a more detailed explanation.
9797

9898
### 📝 Offline Evaluations
9999

@@ -122,7 +122,7 @@ results = client.run_evaluation(
122122
print(results)
123123
```
124124

125-
[Click here](https://judgment.mintlify.app/getting_started#create-your-first-experiment) for a more detailed explanation.
125+
[Click here](https://docs.judgmentlabs.ai/getting-started#create-your-first-experiment) for a more detailed explanation.
126126

127127
### 📡 Online Evaluations
128128

@@ -162,7 +162,7 @@ def main():
162162
main()
163163
```
164164

165-
[Click here](https://judgment.mintlify.app/getting_started#create-your-first-online-evaluation) for a more detailed explanation.
165+
[Click here](https://docs.judgmentlabs.ai/getting-started#create-your-first-online-evaluation) for a more detailed explanation.
166166

167167
## 🏢 Self-Hosting
168168

@@ -174,7 +174,7 @@ Run Judgment on your own infrastructure: we provide comprehensive self-hosting c
174174
* Access Judgment through your own custom domain
175175

176176
### Getting Started
177-
1. Check out our [self-hosting documentation](https://judgment.mintlify.app/self_hosting/get_started) for detailed setup instructions, along with how your self-hosted instance can be accessed
177+
1. Check out our [self-hosting documentation](https://docs.judgmentlabs.ai/self-hosting/get_started) for detailed setup instructions, along with how your self-hosted instance can be accessed
178178
2. Use the [Judgment CLI](https://github.com/JudgmentLabs/judgment-cli) to deploy your self-hosted environment
179179
3. After your self-hosted instance is setup, make sure the `JUDGMENT_API_URL` environmental variable is set to your self-hosted backend endpoint
180180

0 commit comments

Comments
 (0)