diff --git a/doc/iapi.md b/doc/iapi.md index 6896772b..723e2ab1 100644 --- a/doc/iapi.md +++ b/doc/iapi.md @@ -107,5 +107,5 @@ As an example, here's how the whisper.cpp schema looked like at some point durin ## Supported Models -The supported models and their schemas can be found [here](https://docs-alpaca-core-iota.vercel.app/docs/getting-started/models) +The supported models and their schemas can be found [here](https://alpacacore.com/docs/getting-started/models) diff --git a/doc/intro.md b/doc/intro.md index 5f5bb384..7b001518 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -4,7 +4,7 @@ The Alpaca Core Local SDK, or *AC Local* for short, is a multi-platform SDK for "Local" in this context means running on the device which executes the code. This could be a server, a desktop, or a mobile device. -AC Local provides a unified API for doing inference with [multiple models](https://docs-alpaca-core-iota.vercel.app/docs/getting-started/models). +AC Local provides a unified API for doing inference with [multiple models](https://alpacacore.com/docs/getting-started/models). ## API Elements