fix demo broken links

This commit is contained in:
Adil Hafeez 2024-10-10 17:52:33 -07:00
parent 50bea9135c
commit 7b51cce2f7
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -30,3 +30,4 @@ model_server/venv_model_server
model_server/build model_server/build
model_server/dist model_server/dist
arch_logs/ arch_logs/
dist/

View file

@ -36,7 +36,7 @@ The system can perform a variety of tasks, such as answering insurance-related q
**Arch** is designed to intelligently routes prompts to the appropriate functions based on the target, allowing for seamless interaction with various insurance-related services. **Arch** is designed to intelligently routes prompts to the appropriate functions based on the target, allowing for seamless interaction with various insurance-related services.
# Starting the demo # Starting the demo
1. Please make sure the [pre-requisites](../../../README.md?tab=readme-ov-file#prerequisites) are installed correctly 1. Please make sure the [pre-requisites](https://github.com/katanemo/arch/?tab=readme-ov-file#prerequisites) are installed correctly
2. Start Arch 2. Start Arch
```sh ```sh
sh run_demo.sh sh run_demo.sh

View file

@ -19,7 +19,7 @@ The assistant can perform several key operations, including rebooting devices, a
# Starting the demo # Starting the demo
1. Please make sure the [pre-requisites](../../../README.md?tab=readme-ov-file#prerequisites) are installed correctly 1. Please make sure the [pre-requisites](https://github.com/katanemo/arch/?tab=readme-ov-file#prerequisites) are installed correctly
2. Start Arch 2. Start Arch
```sh ```sh
sh run_demo.sh sh run_demo.sh