Skip to content

Commit

Permalink
Update download-readmes.js
Browse files Browse the repository at this point in the history
Babylon has been moved into the main Babel mono-repo.
Change download uri to /babel/babel/master/packages/babylon/README.md
  • Loading branch information
QC-L authored Dec 28, 2017
1 parent b09bcb5 commit b3e134d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-readmes.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Promise.all([getDirectoryListing('babel', '6.x'), getDirectoryListing('minify')]
},
{
name: 'babylon',
uri: '/babel/babylon/master/README.md',
uri: '/babel/babel/master/packages/babylon/README.md',
},
];

Expand Down

0 comments on commit b3e134d

Please sign in to comment.