Skip to content

Commit f5a2c06

Browse files
committed
[feature] Add link to ssl-vision-client
1 parent 9ed119a commit f5a2c06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
class="vision-client">
1919
</iframe>
2020
<div class="vision-client" v-show="!showVisionClient">
21-
<p>The vision-client is shown here, if it is running.</p>
21+
<p>The <a href="https://github.com/RoboCup-SSL/ssl-vision-client" target="_blank">
22+
vision-client</a> is shown here, if it is running.</p>
2223
<p>It is expected to run at <a :href="visionClientAddress">{{visionClientAddress}}</a></p>
2324
<b-button variant="primary" @click="checkVisionClientAvailability">Reload</b-button>
2425
</div>

0 commit comments

Comments
 (0)