Skip to content

Commit 7088cd2

Browse files
authored
feat: changed the links for the feed spreadsheet and schema (#1135)
1 parent 22fb4f4 commit 7088cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-app/src/app/screens/FAQ.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function FAQ(): React.ReactElement {
5656
<Button
5757
variant='text'
5858
className='inline'
59-
href={'https://bit.ly/catalogs-csv'}
59+
href={'https://files.mobilitydatabase.org/feeds_v2.csv'}
6060
endIcon={<FileDownloadIcon />}
6161
>
6262
spreadsheet export available here
@@ -66,7 +66,7 @@ export default function FAQ(): React.ReactElement {
6666
variant='text'
6767
className='inline'
6868
href={
69-
'https://github.com/MobilityData/mobility-database-catalogs?tab=readme-ov-file#schemas'
69+
'https://github.com/MobilityData/mobility-feed-api/blob/main/docs/SpreadsheetSchemaV2.md'
7070
}
7171
rel='noreferrer'
7272
target='_blank'

0 commit comments

Comments
 (0)