Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 498dd8f

Browse files
committed
PR comment
1 parent 88a5670 commit 498dd8f

File tree

1 file changed

+11
-11
lines changed
  • samples/BikeSharingApp/PopulateDatabase

1 file changed

+11
-11
lines changed

samples/BikeSharingApp/PopulateDatabase/data.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
4040
"suitableHeightInMeters": 1.7,
4141
"maximumWeightInKg": 150,
42-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-01.jpg"
42+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-01.jpg"
4343
},
4444
{
4545
"model": "Men's Comfort",
@@ -49,7 +49,7 @@
4949
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
5050
"suitableHeightInMeters": 1.7,
5151
"maximumWeightInKg": 150,
52-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-02.jpg"
52+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-02.jpg"
5353
},
5454
{
5555
"model": "Men's Cruiser",
@@ -59,7 +59,7 @@
5959
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
6060
"suitableHeightInMeters": 1.7,
6161
"maximumWeightInKg": 150,
62-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-03.jpg"
62+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-03.jpg"
6363
},
6464
{
6565
"model": "Men's Comfort",
@@ -69,7 +69,7 @@
6969
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
7070
"suitableHeightInMeters": 1.7,
7171
"maximumWeightInKg": 150,
72-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-04.jpg"
72+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-04.jpg"
7373
},
7474
{
7575
"model": "Men's Cruiser",
@@ -79,7 +79,7 @@
7979
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
8080
"suitableHeightInMeters": 1.7,
8181
"maximumWeightInKg": 150,
82-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-05.jpg"
82+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-05.jpg"
8383
},
8484
{
8585
"model": "Girl's Cruiser",
@@ -89,7 +89,7 @@
8989
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
9090
"suitableHeightInMeters": 1.2,
9191
"maximumWeightInKg": 75,
92-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-06.jpg"
92+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-06.jpg"
9393
},
9494
{
9595
"model": "Women's Cruiser",
@@ -99,7 +99,7 @@
9999
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
100100
"suitableHeightInMeters": 1.7,
101101
"maximumWeightInKg": 150,
102-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-07.jpg"
102+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-07.jpg"
103103
},
104104
{
105105
"model": "Women's Cruiser",
@@ -109,7 +109,7 @@
109109
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
110110
"suitableHeightInMeters": 1.7,
111111
"maximumWeightInKg": 150,
112-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-08.jpg"
112+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-08.jpg"
113113
},
114114
{
115115
"model": "Men's Racing",
@@ -119,7 +119,7 @@
119119
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
120120
"suitableHeightInMeters": 1.7,
121121
"maximumWeightInKg": 150,
122-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-09.jpg"
122+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-09.jpg"
123123
},
124124
{
125125
"model": "Men's Cruiser",
@@ -129,7 +129,7 @@
129129
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
130130
"suitableHeightInMeters": 1.7,
131131
"maximumWeightInKg": 150,
132-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-10.jpg"
132+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-10.jpg"
133133
},
134134
{
135135
"model": "Women's Racer",
@@ -139,7 +139,7 @@
139139
"ownerUserId": "16a46619738a4865a5afcb5e18ffb138",
140140
"suitableHeightInMeters": 1.7,
141141
"maximumWeightInKg": 150,
142-
"imageUrl": "https://github.com/Azure/dev-spaces/blob/master/assets/sample-bike-11.jpg"
142+
"imageUrl": "https://raw.githubusercontent.com/Azure/dev-spaces/master/assets/sample-bike-11.jpg"
143143
}
144144
]
145145
}

0 commit comments

Comments
 (0)