From 8072cd9d1b23fb7b3868f7b4ce7cd7b017d251ed Mon Sep 17 00:00:00 2001 From: Guocheng Date: Tue, 25 Jul 2023 22:21:15 +0800 Subject: [PATCH] Fix stale link (#418) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58a41c2..ecfb615 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Basic tutorials: Useful tools and advanced guides: -- [Chatbot web app](https://chat.petals.dev) (connects to Petals via an HTTP/WebSocket endpoint): [source code](https://github.com/borzunov/chat.petals.dev) -- [Monitor](https://health.petals.dev) for the public swarm: [source code](https://github.com/borzunov/health.petals.dev) +- [Chatbot web app](https://chat.petals.dev) (connects to Petals via an HTTP/WebSocket endpoint): [source code](https://github.com/petals-infra/chat.petals.dev) +- [Monitor](https://health.petals.dev) for the public swarm: [source code](https://github.com/petals-infra/health.petals.dev) - Launch your own swarm: [guide](https://github.com/bigscience-workshop/petals/wiki/Launch-your-own-swarm) - Run a custom foundation model: [guide](https://github.com/bigscience-workshop/petals/wiki/Run-a-custom-model-with-Petals)