Skip to content

Commit

Permalink
705: examples/simple-get.js url endpoint invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
reicolina committed Aug 13, 2015
1 parent 1cd3653 commit 3f308c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple-get.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

var request = require('..');

var url = 'https://gist.github.com/visionmedia/9fff5b23c1bf1791c349/raw/3e588e0c4f762f15538cdaf9882df06b3f5b3db6/works.js';
var url = 'https://gist.githubusercontent.com/reinaldo13/cdbb4d663ba23410a77b/raw/0345267767d50790051951ddc460e2699649de2b/it-works.txt';

request.get(url, function(err, res){
if (err) throw err;
Expand Down

0 comments on commit 3f308c2

Please sign in to comment.