Skip to content

Commit e23190b

Browse files
authored
Merge pull request #55 from React-Proto/erikguntner-patch-1
Update index.html
2 parents 526d77f + 430acaf commit e23190b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3 class="hero-subtitle">React prototyping for designers and developers</h3>
4242
<a href="https://github.com/React-Proto/react-proto">
4343
<button class="btn-primary hero-btn">Checkout our Github</button>
4444
</a>
45-
<a href="https://github.com/React-Proto/react-proto/releases">
45+
<a href="#download">
4646
<button class="btn-primary hero-btn">Download React Proto</button>
4747
</a>
4848
</div>
@@ -104,11 +104,14 @@ <h3 class="detail-title">Export Files</h3>
104104
<section class="download" id="download">
105105
<h1 class="section-title">Download React Proto</h1>
106106
<div class="download-buttons">
107-
<a href="https://github.com/React-Proto/react-proto/releases">
107+
<a href="https://github.com/React-Proto/react-proto/releases/download/v1.0.0/React-Proto-1.0.0.dmg">
108108
<button class="btn-primary">Download for Mac</button>
109109
</a>
110-
<a href="https://github.com/React-Proto/react-proto/releases">
111-
<button href="https://github.com/React-Proto/react-proto/releases" class="btn-primary">Download for Windows</button>
110+
<a href="https://github.com/React-Proto/react-proto/releases/download/v1.0.0/React-Proto.Web.Setup.1.0.0.exe">
111+
<button class="btn-primary">Download for Windows</button>
112+
</a>
113+
<a href="https://github.com/React-Proto/react-proto/releases/download/v1.0.0/react-proto_1.0.0_amd64.deb">
114+
<button class="btn-primary">Download for Linux</button>
112115
</a>
113116
</div>
114117
</section>
@@ -176,4 +179,4 @@ <h5 class="team-name">Brian Taylor</h5>
176179
</section>
177180
</body>
178181

179-
</html>
182+
</html>

0 commit comments

Comments
 (0)