From 37d4688189322cf6d003f59e290c8b801e13c9bf Mon Sep 17 00:00:00 2001 From: John Matthews Date: Mon, 5 Aug 2024 22:18:37 -0400 Subject: [PATCH] Update README.md to fix broken links (#271) Small typo missing "/" Signed-off-by: John Matthews --- example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/README.md b/example/README.md index ddfb66a5..536f01b8 100644 --- a/example/README.md +++ b/example/README.md @@ -1,13 +1,13 @@ # Requires - Kai backend to be running locally - - You can see [docs/Getting_Started.md](docs/Getting_Started.md) for guidance + - You can see [docs/Getting_Started.md](/docs/Getting_Started.md) for guidance ## To run this demo client 1. `fetch.sh` - Ensures that needed source code for the demo app is fetched 1. `source ../env/bin/activate` - Assumes that we are running in the python virtual environment from kai - - If you haven't created a virtual environment yet, refer to [docs/contrib/Dev_Environment.md](docs/contrib/Dev_Environment.md) + - If you haven't created a virtual environment yet, refer to [docs/contrib/Dev_Environment.md](/docs/contrib/Dev_Environment.md) 1. `./run_demo.py` - After the script has run you will see it has updated the associated .java files under the 'coolstore' source code directory, there are also files written to show the prompt used and the raw result from the LLM.