From 9c0bf60027e3743005c142ae6629cb156f222925 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Sun, 11 Aug 2024 09:17:46 +0800 Subject: [PATCH] docs: Fix log path example (#206) * docs: Fix log path example * Update ui.rst --- README.md | 2 +- docs/ui.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f861c9bc..3011fc5a 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The 🎥 [demo](https://rdagent.azurewebsites.net) is implemented by the followi ### 🖥️ Monitor the Application Results - You can serve our demo app to monitor the RD loop by running the following command: ```sh - rdagent ui --port 80 --log_dir + rdagent ui --port 80 --log_dir ``` # 🏭 Scenarios diff --git a/docs/ui.rst b/docs/ui.rst index 36452bd1..5237bed2 100644 --- a/docs/ui.rst +++ b/docs/ui.rst @@ -18,7 +18,7 @@ In `RD-Agent/` folder, run: .. code-block:: bash - rdagent ui --port --log_dir [--debug] + rdagent ui --port --log_dir [--debug] This will start a web app on `http://localhost:`.