Skip to content

Commit 624f3b9

Browse files
Fixing links
1 parent 04d914b commit 624f3b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

blog/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ From the high-level point of view, the concept defines:
1919

2020
<center>
2121

22-
![alt zk-snark concept!](https://i.imgur.com/8H5rSW2.png "Concept diagram")
22+
![alt zk-snark concept!](https://github.com/bright/zk-snarks-with-substrate/blob/M1/blog/img/concept_diagram.png "Concept diagram")
2323

2424
</center>
2525

pallets/zk-snarks/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,31 @@ Then navigate to `Extrinsics` panel (*Developer -> Extrinsics*).
2525

2626
<center>
2727

28-
![Extrinsics](https:///https://github.com/bright/zk-snarks-with-substrate/pallets/zk-snarks/sample/panel.png)
28+
![Extrinsics](https://github.com/bright/zk-snarks-with-substrate/blob/M1/pallets/zk-snarks/sample/panel.png)
2929

3030
</center>
3131

3232
In the field `submit the following extrinsic`, please select `zkSnarks`. Fill in the fields as shown in the image below. Data for `vecKey` can be found under `pallets/zk-snarks/sample/vk.json`.
3333

3434
<center>
3535

36-
![Setup Verification](https:///https://github.com/bright/zk-snarks-with-substrate/pallets/zk-snarks/sample/vk.png)
36+
![Setup Verification](https://github.com/bright/zk-snarks-with-substrate/blob/M1/pallets/zk-snarks/sample/vk.png)
3737

3838
</center>
3939

4040
To upload data on blockchain, please press the `Submit Transaction`. Next, we will switch to the second extrinsic `verify` and we will upload a `pallets/zk-snarks/sample/proof.json` file.
4141

4242
<center>
4343

44-
![Verify](https:///https://github.com/bright/zk-snarks-with-substrate/pallets/zk-snarks/sample/proof.png)
44+
![Verify](https://github.com/bright/zk-snarks-with-substrate/blob/M1/pallets/zk-snarks/sample/proof.png)
4545

4646
</center>
4747

4848
Finally, we should get the result:
4949

5050
<center>
5151

52-
![Result](https:///https://github.com/bright/zk-snarks-with-substrate/pallets/zk-snarks/sample/result.png)
52+
![Result](https://github.com/bright/zk-snarks-with-substrate/blob/M1/pallets/zk-snarks/sample/result.png)
5353

5454
</center>
5555

0 commit comments

Comments
 (0)