From 2df5415b8fbba7321f729dc632c66c0b7f2408c9 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiftsis Date: Sat, 11 Jan 2014 00:01:17 +0200 Subject: [PATCH 2/2] * lib/open-uri.rb: [DOC] Remove dead link to raa --- lib/open-uri.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open-uri.rb b/lib/open-uri.rb index b1a2538..86aa0f1 100644 --- a/lib/open-uri.rb +++ b/lib/open-uri.rb @@ -73,7 +73,7 @@ end # The environment variables such as http_proxy, https_proxy and ftp_proxy # are in effect by default. Here we disable proxy: # -# open("http://www.ruby-lang.org/en/raa.html", :proxy => nil) {|f| +# open("http://www.ruby-lang.org/en/", :proxy => nil) {|f| # # ... # } # -- 1.7.10.4