diff --git a/content/docs/get-started/index.md b/content/docs/get-started/index.md index 4e69a316..aeae357e 100644 --- a/content/docs/get-started/index.md +++ b/content/docs/get-started/index.md @@ -366,7 +366,7 @@ You can now open the Swagger UI at `https://localhost:8080/docs` in a browser and [query the model] with `curl`, `mlem apply-remote`, etc. [`docker run`]: https://docs.docker.com/engine/reference/commandline/run/ -[query the model]: /doc/user-guide/deploying#making-requests +[query the model]: /doc/user-guide/serving#making-requests diff --git a/content/docs/user-guide/deploying/index.md b/content/docs/user-guide/deploying/index.md index bd4bcd15..e297ae59 100644 --- a/content/docs/user-guide/deploying/index.md +++ b/content/docs/user-guide/deploying/index.md @@ -63,7 +63,6 @@ You also can create a MLEM client for your deployment from Python code ```python from mlem.api import load - service = load("") client = service.get_client() res = client.predict(data)