Skip to content

Commit ae56b29

Browse files
committed
Merge branch 'main' of github.com:0xPolygon/polygon-docs into edit-user-fees
2 parents aa8fe5b + 3cbcbd2 commit ae56b29

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/miden/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,13 @@ hide:
1515
<h1 class="hero-heading">Polygon Miden</h1>
1616
<h2><code>Software in development</code></h2>
1717
<h2></h2>
18-
<p class="hero-subtext">Polygon Miden is an in-development zero-knowledge (zk) rollup running on the Miden VM, a virtual machine that prioritizes zk-friendliness over EVM compatibility.</p>
18+
<p class="hero-subtext">Polygon Miden is a zero-knowledge rollup for private, high-throughput applications.</p>
1919
</div>
2020
</div>
2121

2222
<div class="grid-container">
2323
<div class="grid-item">
24-
<a href="./miden-base/introduction/roadmap/">
25-
<div class="product-list-item-header">
26-
<div class="feature-card-heading">Roadmap</div>
27-
</div>
28-
<p class="feature-paragraph">Check out the Miden roadmap for the latest updates.</p>
29-
</a>
30-
</div>
31-
<div class="grid-item">
32-
<a href="./miden-base/introduction/getting-started/">
24+
<a href="./miden-base/introduction/get-started/prerequisites/">
3325
<div class="product-list-item-header">
3426
<div class="feature-card-heading">Getting started</div>
3527
</div>
@@ -44,5 +36,13 @@ hide:
4436
<p class="feature-paragraph">Learn more about the Miden architecture.</p>
4537
</a>
4638
</div>
39+
<div class="grid-item">
40+
<a href="./miden-base/introduction/roadmap/">
41+
<div class="product-list-item-header">
42+
<div class="feature-card-heading">Roadmap</div>
43+
</div>
44+
<p class="feature-paragraph">Check out the Miden roadmap for the latest updates.</p>
45+
</a>
46+
</div>
47+
</div>
4748
</div>
48-
</div>

docs/zkEVM/api/json-rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl -X POST \
2424
{"jsonrpc":"2.0","id":1,"result":"0xe2ea2f0"}
2525
```
2626

27-
## JSON PRC API source
27+
## JSON RPC API source
2828

2929
??? "JSON API source"
3030
```json

0 commit comments

Comments
 (0)