@@ -1231,30 +1231,30 @@ def text_html(response, status, head = {})
12311231 ]
12321232
12331233 FEEDS = {
1234- :timeline_url => "http ://github.dev /timeline" ,
1235- :public_user_url => "http ://github.dev /defunkt" ,
1236- :user_url => "http ://github.dev /defunkt.private?token=abc123" ,
1237- :actor_url => "http ://github.dev /defunkt.private.actor?token=abc123" ,
1238- :organization_url => "http ://github.dev /organizations/{org}/defunkt.private.atom?token=abc123" ,
1234+ :timeline_url => "https ://github.com /timeline" ,
1235+ :public_user_url => "https ://github.com /defunkt" ,
1236+ :user_url => "https ://github.com /defunkt.private?token=abc123" ,
1237+ :actor_url => "https ://github.com /defunkt.private.actor?token=abc123" ,
1238+ :organization_url => "https ://github.com /organizations/{org}/defunkt.private.atom?token=abc123" ,
12391239 :_links => {
12401240 :timeline => {
1241- :href => "http ://github.dev /timeline" ,
1241+ :href => "https ://github.com /timeline" ,
12421242 :type => "application/atom+xml"
12431243 } ,
12441244 :public_user => {
1245- :href => "http ://github.dev /defunkt" ,
1245+ :href => "https ://github.com /defunkt" ,
12461246 :type => "application/atom+xml"
12471247 } ,
12481248 :user => {
1249- :href => "http ://github.dev /defunkt.private?token=abc123" ,
1249+ :href => "https ://github.com /defunkt.private?token=abc123" ,
12501250 :type => "application/atom+xml"
12511251 } ,
12521252 :actor => {
1253- :href => "http ://github.dev /defunkt.private.actor?token=abc123" ,
1253+ :href => "https ://github.com /defunkt.private.actor?token=abc123" ,
12541254 :type => "application/atom+xml"
12551255 } ,
12561256 :organization => {
1257- :href => "http ://github.dev /organizations/{org}/defunkt.private.atom?token=abc123" ,
1257+ :href => "https ://github.com /organizations/{org}/defunkt.private.atom?token=abc123" ,
12581258 :type => "application/atom+xml"
12591259 }
12601260 }
0 commit comments