Skip to content

Commit b0449b4

Browse files
authored
don't show old installable version on index.html (#850)
* don't show old installable version on index.html * coderabbitAI recommends (partial) * revert latest version, but call it latest official release
1 parent 7fc3e2c commit b0449b4

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,22 @@ <h1>Welcome to the Enhanced Blackbox Explorer!</h1>
132132
</div>
133133
</p>
134134
<p class="viewer-download">
135-
The latest official version is
135+
The latest official release is
136136
<a class="btn btn-default btn-md btn-viewer-download" data-toggle="tooltip" title="Goto the latest version download page"
137137
href="https://github.com/betaflight/blackbox-log-viewer/releases/latest" target="_blank" rel="noopener noreferrer">
138-
vX.X.XX </a>
138+
vX.X.XX </a><br>
139+
</p>
140+
<p class="viewer-download">
141+
The latest version is:<br>
142+
<a href="https://blackbox.betaflight.com"
143+
target="_blank"
144+
rel="noopener noreferrer">blackbox.betaflight.com</a>
145+
</p>
146+
<p class="viewer-download">
147+
The latest development version is:<br>
148+
<a href="https://master.blackbox.betaflight.com/"
149+
target="_blank"
150+
rel="noopener noreferrer">master.blackbox.betaflight.com</a>
139151
</p>
140152
</div>
141153
</div>

0 commit comments

Comments
 (0)