diff options
| author | Igor Minar | 2011-03-02 17:40:48 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-03-02 17:40:48 -0800 | 
| commit | 10a7521f0b4f86b800d43f6276ee6f0c1c396129 (patch) | |
| tree | 11bda8a9c4cccaad75190b8f3320ee92309fc00c /gdocs.js | |
| parent | 887da5684b7cc3c8e42ea303c81107dffe6cbf80 (diff) | |
| download | angular.js-10a7521f0b4f86b800d43f6276ee6f0c1c396129.tar.bz2 | |
rename devguide collection in gdocs.js to guide
Diffstat (limited to 'gdocs.js')
| -rwxr-xr-x | gdocs.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ var https = require('https');  var fs = require('fs');  var collections = { -  'devguide': 'http://docs.google.com/feeds/default/private/full/folder%3A0B9PsajIPqzmANGUwMGVhZmYtMTk1ZC00NTdmLWIxMDAtZGI5YWNlZjQ2YjZl/contents', +  'guide': 'http://docs.google.com/feeds/default/private/full/folder%3A0B9PsajIPqzmANGUwMGVhZmYtMTk1ZC00NTdmLWIxMDAtZGI5YWNlZjQ2YjZl/contents',    'api': 'http://docs.google.com/feeds/default/private/full/folder%3A0B7Ovm8bUYiUDYjMwYTc2YWUtZTgzYy00YjIxLThlZDYtYWJlOTFlNzE2NzEw/contents',    'cookbook': 'http://docs.google.com/feeds/default/private/full/folder%3A0B7Ovm8bUYiUDNzkxZWM5ZTItN2M5NC00NWIxLTg2ZDMtMmYwNDY1NWM1MGU4/contents',    'misc': 'http://docs.google.com/feeds/default/private/full/folder%3A0B7Ovm8bUYiUDZjVlNmZkYzQtMjZlOC00NmZhLWI5MjAtMGRjZjlkOGJkMDBi/contents' | 
