From 059fccf94068d42f5abfc7baaf0446361a018a3c Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Fri, 3 Jan 2025 20:39:07 -0600 Subject: [PATCH] fixup links --- mlos_bench/mlos_bench/storage/sql/schema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlos_bench/mlos_bench/storage/sql/schema.py b/mlos_bench/mlos_bench/storage/sql/schema.py index 7d130dcd8f..9b386651fc 100644 --- a/mlos_bench/mlos_bench/storage/sql/schema.py +++ b/mlos_bench/mlos_bench/storage/sql/schema.py @@ -13,7 +13,7 @@ The ``mlos_bench`` CLI will do this automatically if the logging level is set to ``DEBUG``. -Also see the `mlos_bench CLI usage <../../../mlos_bench.run.usage.html>`__ for +Also see the `mlos_bench CLI usage <../../../../../mlos_bench.run.usage.html>`__ for details on how to invoke only the schema creation/update routines. """ @@ -281,7 +281,7 @@ def update(self) -> "DbSchema": Notes ----- - Also see the `mlos_bench CLI usage <../../../mlos_bench.run.usage.html>`__ + Also see the `mlos_bench CLI usage <../../../../../mlos_bench.run.usage.html>`__ for details on how to invoke only the schema creation/update routines. """ assert self._engine