Skip to content

Commit f407108

Browse files
committed
fix: replace placeholder download links with GitHub release URLs
1 parent 26fd29c commit f407108

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

releases.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ <h3>🚀 New Features</h3>
6363
</ul>
6464
</div>
6565
<div class="release-assets">
66-
<a href="#download" class="release-asset">
66+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.0.0/DockMasterPro_v1.0.0_universal.zip" class="release-asset">
6767
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
6868
Universal
6969
</a>
70-
<a href="#download" class="release-asset">
70+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.0.0/DockMasterPro_v1.0.0_arm64.zip" class="release-asset">
7171
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
7272
Apple Silicon
7373
</a>
74-
<a href="#download" class="release-asset">
74+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.0.0/DockMasterPro_v1.0.0_x86_64.zip" class="release-asset">
7575
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
7676
Intel
7777
</a>
@@ -85,14 +85,14 @@ <h3>🚀 New Features</h3>
8585
<h2>Download DockMaster Pro</h2>
8686
<p>Choose your architecture and get started.</p>
8787
<div class="download-options">
88-
<a href="#" class="download-btn">
88+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.0.0/DockMasterPro_v1.0.0_universal.zip" class="download-btn">
8989
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
9090
Universal <span class="arch">(Recommended)</span>
9191
</a>
92-
<a href="#" class="download-btn">
92+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.0.0/DockMasterPro_v1.0.0_arm64.zip" class="download-btn">
9393
Apple Silicon <span class="arch">(arm64)</span>
9494
</a>
95-
<a href="#" class="download-btn">
95+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.0.0/DockMasterPro_v1.0.0_x86_64.zip" class="download-btn">
9696
Intel <span class="arch">(x86_64)</span>
9797
</a>
9898
</div>

0 commit comments

Comments
 (0)