From 1b99df4edb09efdd5a2de6ae83987afd84a5ce04 Mon Sep 17 00:00:00 2001 From: Sherlock Xu <65327072+Sherlock113@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:47:44 +0800 Subject: [PATCH] docs: Fix old configurations doc link --- docs/source/guides/configurations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/configurations.rst b/docs/source/guides/configurations.rst index f1016caf8dc..3cda7776a12 100644 --- a/docs/source/guides/configurations.rst +++ b/docs/source/guides/configurations.rst @@ -11,7 +11,7 @@ BentoML's default configurations are suitable for a wide range of use cases. How .. note:: - If you are using BentoML versions prior to 1.2, you need to `set these runtime configurations `_ via a separate ``configuration.yaml`` file. + If you are using BentoML versions prior to 1.2, you need to `set these runtime configurations `_ via a separate ``configuration.yaml`` file. You only need to specify the configurations you want to customize. BentoML automatically fills in any unspecified configurations with their default values. The following is an example: