From e3821df03f7a4f76653e033a02c46e1edd9f1d85 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 21 Oct 2023 22:52:24 -0700 Subject: [PATCH] fix(modal docs): bad link to app.py --- website/docs/installation/modal/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/modal/index.md b/website/docs/installation/modal/index.md index accab3b0af44..46cf34981938 100644 --- a/website/docs/installation/modal/index.md +++ b/website/docs/installation/modal/index.md @@ -118,7 +118,7 @@ def app(): Once we deploy this model with `modal serve app.py`, it will output the url of the web endpoint, in a form of `https://--tabby-server-starcoder-1b-app-dev.modal.run`, it can be used as tabby server url in tabby editor extensions! -See [app.py](https://github.com/TabbyML/tabby/tree/main/website/docs/modal/app.py) for a complete example. +See [app.py](https://github.com/TabbyML/tabby/blob/main/website/docs/installation/modal/app.py) for a complete example. ## Feedback and support If you have improvement suggestions or need specific support, please join [Tabby Slack community](https://join.slack.com/t/tabbycommunity/shared_invite/zt-1xeiddizp-bciR2RtFTaJ37RBxr8VxpA) or reach out on [Tabby’s GitHub repository](https://github.com/TabbyML/tabby).