From 649a08926dde1b5ca79a921921d9aa0cc8bcd827 Mon Sep 17 00:00:00 2001 From: Amog Kamsetty Date: Tue, 23 Jun 2020 14:06:24 -0700 Subject: [PATCH] Fix link to serve (#9109) --- doc/source/tune.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tune.rst b/doc/source/tune.rst index 3e1e450fc..cf0314549 100644 --- a/doc/source/tune.rst +++ b/doc/source/tune.rst @@ -15,7 +15,7 @@ Tune is a Python library for experiment execution and hyperparameter tuning at a * Choose among state of the art algorithms such as :ref:`Population Based Training (PBT) `, :ref:`BayesOptSearch `, :ref:`HyperBand/ASHA `. * Move your models from training to serving on the same infrastructure with `Ray Serve`_. -.. _`Ray Serve`: rayserve/overview.html +.. _`Ray Serve`: serve/index.html **Want to get started?** Head over to the :ref:`60 second Tune tutorial `.