We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fb4f4 commit 7088cd2Copy full SHA for 7088cd2
web-app/src/app/screens/FAQ.tsx
@@ -56,7 +56,7 @@ export default function FAQ(): React.ReactElement {
56
<Button
57
variant='text'
58
className='inline'
59
- href={'https://bit.ly/catalogs-csv'}
+ href={'https://files.mobilitydatabase.org/feeds_v2.csv'}
60
endIcon={<FileDownloadIcon />}
61
>
62
spreadsheet export available here
@@ -66,7 +66,7 @@ export default function FAQ(): React.ReactElement {
66
67
68
href={
69
- 'https://github.com/MobilityData/mobility-database-catalogs?tab=readme-ov-file#schemas'
+ 'https://github.com/MobilityData/mobility-feed-api/blob/main/docs/SpreadsheetSchemaV2.md'
70
}
71
rel='noreferrer'
72
target='_blank'
0 commit comments