Skip to content

Commit 089e750

Browse files
committed
url corrected
1 parent 86e795a commit 089e750

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

gbfs-validator/versions/partials/v3.1-RC2/station_status/required_vehicle_types_available.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = ({ vehicleTypes }) => {
33
$id: 'required_vehicle_types_available.json#',
44
$merge: {
55
source: {
6-
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#station_statusjson'
6+
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#station_status.json'
77
},
88
with: {
99
properties: {
@@ -31,7 +31,7 @@ module.exports = ({ vehicleTypes }) => {
3131
},
3232
$patch: {
3333
source: {
34-
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#station_statusjson'
34+
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#station_status.json'
3535
},
3636
with: [
3737
{

gbfs-validator/versions/partials/v3.1-RC2/system_information/required_store_uri.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = ({ android = false, ios = false }) => {
33
$id: 'required_ios_store_uri.json#',
44
$patch: {
55
source: {
6-
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#system_informationjson'
6+
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#system_information.json'
77
},
88
with: [
99
{
@@ -15,7 +15,7 @@ module.exports = ({ android = false, ios = false }) => {
1515
},
1616
$merge: {
1717
source: {
18-
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#system_informationjson'
18+
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#system_information.json'
1919
},
2020
with: {
2121
properties: {

gbfs-validator/versions/partials/v3.1-RC2/vehicle_status/required_vehicle_type_id.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = ({ vehicleTypes }) => {
1010
if (motorVehicleTypes.length) {
1111
partial.$merge = {
1212
source: {
13-
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#vehicle_statusjson'
13+
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#vehicle_status.json'
1414
},
1515
with: {
1616
properties: {
@@ -47,7 +47,7 @@ module.exports = ({ vehicleTypes }) => {
4747

4848
partial.$patch = {
4949
source: {
50-
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#vehicle_statusjson'
50+
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#vehicle_status.json'
5151
},
5252
with: [
5353
{

gbfs-validator/versions/partials/v3.1-RC2/vehicle_types/default_reserve_time_require.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = ({ pricingPlansIdsWithReservationPrice }) => {
33
$id: 'pricing_plan_id.json#',
44
$merge: {
55
source: {
6-
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#vehicle_typesjson'
6+
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#vehicle_types.json'
77
},
88
with: {
99
properties: {

gbfs-validator/versions/partials/v3.1-RC2/vehicle_types/pricing_plan_id.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = ({ pricingPlans }) => {
33
$id: 'pricing_plan_id.json#',
44
$merge: {
55
source: {
6-
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#vehicle_typesjson'
6+
$ref: 'https://github.com/MobilityData/gbfs/blob/v3.1-RC2/gbfs.md#vehicle_types.json'
77
},
88
with: {
99
properties: {

0 commit comments

Comments
 (0)