Skip to content

Commit 9ae2803

Browse files
Change links for downloading aligned on the try aligned section
1 parent 8a3a644 commit 9ae2803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/1_introduction/1_try_aligned.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ We will download a previously generated SP1 proof, send it to Aligned for verifi
1414
1. Download and install Aligned to send proofs in the testnet:
1515

1616
```bash
17-
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/install_aligned.sh | bash
17+
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/testnet/batcher/aligned/install_aligned.sh | bash
1818
```
1919

2020
2. Run the ```source``` command that should appear in the shell
2121

2222
3. Download the example SP1 proof file together with the ELF file of the proved program using:
2323

2424
```bash
25-
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/get_proof_test_files.sh | bash
25+
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/testnet/batcher/aligned/get_proof_test_files.sh | bash
2626
```
2727

2828
4. Send the proof to be verified in Aligned with

0 commit comments

Comments
 (0)