Skip to content

Commit babe167

Browse files
committed
update error message
1 parent 79d80b5 commit babe167

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

website/src/components/Result.vue

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ const errorsCountFormated = computed(() => {
2727

2828
<b-alert v-if="result.summary.versionUnimplemented" variant="danger" show>
2929
Sorry, the validator failed to parse this file. Please check that the URL is available and points to a
30-
gbfs.json file. If you have any questions, please write to <a href='mailto:[email protected]'
31-
target='_blank' rel='noreferrer'>
30+
<a href="https://github.com/MobilityData/gbfs/blob/master/gbfs.md#gbfsjson" target='_blank'
31+
rel='noreferrer'>gbfs.json</a> file. If you have any questions, please write to <a
32+
href='mailto:[email protected]' target='_blank' rel='noreferrer'>
3233
3334
</a>. Thank you
3435
</b-alert>

website/src/pages/Visualization.vue

+3-2
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,9 @@ provide('map', map)
479479
<b-row class="mt-3" v-if="summary.versionUnimplemented"><b-col>
480480
<b-alert variant="danger" show class="mb-0">
481481
Sorry, the validator failed to parse this file. Please check that the URL is available and points to a
482-
gbfs.json file. If you have any questions, please write to <a href='mailto:[email protected]'
483-
target='_blank' rel='noreferrer'>
482+
<a href="https://github.com/MobilityData/gbfs/blob/master/gbfs.md#gbfsjson" target='_blank'
483+
rel='noreferrer'>gbfs.json</a> file. If you have any questions, please write to <a
484+
href='mailto:[email protected]' target='_blank' rel='noreferrer'>
484485
485486
</a>. Thank you
486487
</b-alert>

0 commit comments

Comments
 (0)