Skip to content

Commit 63aa800

Browse files
authored
[Fix] Update README.md (#74)
* Update README.md * Fixing link urls
1 parent 92b9842 commit 63aa800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Pick how you want to use **SyGra**:
5858
<img src="https://img.shields.io/badge/Use%20as-Framework-4F46E5?style=for-the-badge" alt="Install as Framework">
5959
</a>
6060
&nbsp;&nbsp;
61-
<a href="https://servicenow.github.io/SyGra/sygra_library/">
61+
<a href="https://servicenow.github.io/SyGra/library/sygra_library/">
6262
<img src="https://img.shields.io/badge/Use%20as-Library-10B981?style=for-the-badge" alt="Install as Library">
6363
</a>
6464

@@ -69,7 +69,7 @@ Pick how you want to use **SyGra**:
6969
(Start here: **[`Installation`](https://servicenow.github.io/SyGra/installation/)**)
7070

7171
- **Library** → Import SyGra in your own Python app/notebook; call APIs directly.
72-
(Start here: **[`SyGra Library`](https://servicenow.github.io/SyGra/sygra_library/)**)
72+
(Start here: **[`SyGra Library`](https://servicenow.github.io/SyGra/library/sygra_library/)**)
7373

7474
![Note](https://img.shields.io/badge/Note-important-yellow)
7575
> Before running the commands below, make sure to add your model configuration in `config/models.yaml` and set environment variables for credentials and chat templates as described in the [Model Configuration](https://servicenow.github.io/SyGra/getting_started/model_configuration/) docs.
@@ -90,7 +90,7 @@ uv run python main.py --task examples.glaive_code_assistant --num_records=1
9090
<details>
9191
<summary><strong>TL;DR – Library Setup</strong></summary>
9292

93-
See full steps in <a href="https://servicenow.github.io/SyGra/sygra_library/">Sygra Library</a>.
93+
See full steps in <a href="https://servicenow.github.io/SyGra/library/sygra_library/">Sygra Library</a>.
9494

9595
```bash
9696
pip install sygra

0 commit comments

Comments
 (0)