Skip to content

Commit a0747cc

Browse files
Merge pull request 0xPolygon#1 from 0xPolygon/nadim/fix-images
Fix broken image links
2 parents af7290c + 87d1969 commit a0747cc

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

docs/img/section-nav/miden.png:Zone.Identifier

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/img/section-nav/pos.png:Zone.Identifier

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ Polygon Labs' technologies are very interesting. They are roughly as interesting
1212

1313
<div class="section-nav">
1414

15-
<div class="section-nav-item" style="background-image:url(/images/section-nav/technology.png)">
15+
<div class="section-nav-item" style="background-image:url(/img/section-nav/technology.png)">
1616
<a href="zkEVM"><h2>zkEVM</h2></a>
1717
<p>Learn about the technology behind the project.</p>
1818
</div>
1919

20-
<div class="section-nav-item" style="background-image:url(/images/section-nav/miden.png)">
20+
<div class="section-nav-item" style="background-image:url(/img/section-nav/miden.png)">
2121
<a href="miden"><h2>Miden</h2></a>
2222
<p>Learn about the technology behind the project.</p>
2323
</div>
2424

25-
<div class="section-nav-item" style="background-image:url(/images/section-nav/pos.png)">
25+
<div class="section-nav-item" style="background-image:url(/img/section-nav/pos.png)">
2626
<a href="pos"><h2>PoS</h2></a>
2727
<p>Learn about the technology behind the project.</p>
2828
</div>
2929

30-
<div class="section-nav-item" style="background-image:url(/images/section-nav/cdk.png)">
30+
<div class="section-nav-item" style="background-image:url(/img/section-nav/cdk.png)">
3131
<a href="cdk"><h2>CDK</h2></a>
3232
<p>Learn about the technology behind the project.</p>
3333
</div>
@@ -40,12 +40,12 @@ Other stuff! This is stuff that is not technology. That can include, you know, p
4040

4141
<div class="section-nav">
4242

43-
<div class="section-nav-item" style="background-image:url(/images/section-nav/tools.png)">
43+
<div class="section-nav-item" style="background-image:url(/img/section-nav/tools.png)">
4444
<a href="tools"><h2>Tools</h2></a>
4545
<p>Learn about the technology behind the project.</p>
4646
</div>
4747

48-
<div class="section-nav-item" style="background-image:url(/images/section-nav/tutorials.png)">
48+
<div class="section-nav-item" style="background-image:url(/img/section-nav/tutorials.png)">
4949
<a href="tutorials"><h2>Tutorials</h2></a>
5050
<p>Learn about the technology behind the project.</p>
5151
</div>

0 commit comments

Comments
 (0)