From 417b18a7273354c11dec9bdfec4696e7ee1ebdb0 Mon Sep 17 00:00:00 2001 From: Timothy Lowrimore <154477569+tlowrimore-heroku@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:42:46 -0600 Subject: [PATCH] Update docs/my-website/docs/providers/heroku.md Co-authored-by: Claire Riley --- docs/my-website/docs/providers/heroku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/providers/heroku.md b/docs/my-website/docs/providers/heroku.md index 10ac001e91..6ba8af4e89 100644 --- a/docs/my-website/docs/providers/heroku.md +++ b/docs/my-website/docs/providers/heroku.md @@ -27,7 +27,7 @@ When you attach a model to a Heroku app, three config variables are set: Both `INFERENCE_KEY` and `INFERENCE_URL` are required to make calls to your model. -For a deeper explanation of these variables, see the official [Heroku documentation](https://devcenter.heroku.com/articles/heroku-inference#model-resource-config-vars). +For more information on these variables, see the [Heroku documentation](https://devcenter.heroku.com/articles/heroku-inference#model-resource-config-vars). ## Usage Examples ### Using Config Variables