Skip to content

Commit e89eaf7

Browse files
committed
fix(index): update download links to point directly to v1.3.0 release assets
1 parent 4da4bde commit e89eaf7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ <h2>Download</h2>
134134
</div>
135135
<div class="download-card fade-in">
136136
<div class="download-options">
137-
<a href="releases.html" class="download-btn">
137+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_universal.zip" class="download-btn">
138138
<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>
139139
Universal <span class="arch">(Recommended)</span>
140140
</a>
141-
<a href="releases.html" class="download-btn">
141+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_arm64.zip" class="download-btn">
142142
Apple Silicon <span class="arch">(arm64)</span>
143143
</a>
144-
<a href="releases.html" class="download-btn">
144+
<a href="https://github.com/devlive-community/DockMaster-Pro/releases/download/v1.3.0/DockMasterPro_v1.3.0_x86_64.zip" class="download-btn">
145145
Intel <span class="arch">(x86_64)</span>
146146
</a>
147147
</div>

0 commit comments

Comments
 (0)