From 94e025b6638411e119fc676fb661754926952913 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 11 Apr 2023 15:47:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9da53..fd4a1b6 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ See [deployment/skypilot/README.md](./deployment/skypilot/README.md) We offer multiple methods to connect to Tabby Server, including using OpenAPI and editor extensions. ### API -Tabby has opened a FastAPI server at [localhost:5000]((https://localhost:5000)), which includes an OpenAPI documentation of the HTTP API. The same API documentation is also hosted at https://tabbyml.github.io/tabby +Tabby has opened a FastAPI server at [localhost:5000](https://localhost:5000), which includes an OpenAPI documentation of the HTTP API. The same API documentation is also hosted at https://tabbyml.github.io/tabby ### Editor Extensions