Skip to content

Commit

Permalink
Merge pull request #841 from fedspendingtransparency/staging
Browse files Browse the repository at this point in the history
Revert database download link
  • Loading branch information
kwhickey authored Jul 13, 2018
2 parents fca2021 + c35ae89 commit 0831f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/dataMapping/navigation/menuOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ export const downloadOptions = [
{
label: 'Database Download',
type: '',
url: 'http://usaspending-db.s3-website-us-gov-west-1.amazonaws.com',
url: 'https://aws.amazon.com/public-datasets/usaspending/',
code: 'database',
description: 'Our entire database available as a download – the most complete download option available for advanced users.',
callToAction: 'Explore Database Download',
newTab: true,
enabled: true,
externalLink: false
externalLink: true
},
{
label: 'API',
Expand Down

0 comments on commit 0831f70

Please sign in to comment.