Skip to content

Commit 34be02b

Browse files
fix: broken links solve v1 (#169)
1 parent 7af2048 commit 34be02b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/docs/03-Solve/02-solve-quick-start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Sprinter Solve enables your dApp, aggregator or protocol integration to **optimi
1212

1313
This guide covers:
1414

15-
1. Recap of the [Sprinter Solve Lifecycle](solve-api-quick-start#1-solve-lifecycle)
16-
2. Geting the [finalized route and call data execution package](solve-api-quick-start#2-geting-the-finalized-route-and-call-data-execution-package)
17-
3. Send transaction using [`swap_call_data`](solve-api-quick-start#3-send-transaction-using-swap_call_data)
18-
4. Sprinter Solve [Execution Tips](solve-api-quick-start#4-sprinter-solve-execution-tips)
15+
1. Recap of the [Sprinter Solve Lifecycle](#1-solve-lifecycle)
16+
2. Geting the [finalized route and call data execution package](#2-geting-the-finalized-route-and-call-data-execution-package)
17+
3. Send transaction using [`swap_call_data`](#3-send-transaction-using-swap_call_data)
18+
4. Sprinter Solve [Execution Tips](#4-sprinter-solve-execution-tips)
1919

2020
## 1. Solve Lifecycle
2121

docs/docs/03-Solve/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ flowchart TD
2727
F --> G[Send Transaction & Finalize Fill]
2828
2929
30-
click E "solve-get-route-v2" "Borrow Quote"
30+
click E "solve-get-route-v1" "Borrow Quote"
3131
style E fill:#FF9B43,stroke:#333,stroke-width:2px,color:#000,font-weight:bold
3232
3333
```

0 commit comments

Comments
 (0)