From 351627e8c77583ac1aeb18528da5658acfe1ac57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Tue, 8 Feb 2011 13:52:38 +0200 Subject: [PATCH] fix link in documentation --- feedservice/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedservice/index.html b/feedservice/index.html index 5494950..cf2674c 100644 --- a/feedservice/index.html +++ b/feedservice/index.html @@ -21,7 +21,7 @@ SERVER=http://mygpo-feedservice.appspot.com/parse curl --header "Accept: application/json" "$SERVER?url=http://feeds.feedburner.com/linuxoutlaws&inline_logo=1&scale_logo=30" #^ curl --header "Accept: application/json" "$SERVER?url=http://leo.am/podcasts/floss&url=http://feeds.twit.tv/floss_video_large" #^ - curl --header "Accept: application/json" "$SERVER?url=http://www.dancarlin.com/cswdc.xml&strip_html=1" #^ + curl --header "Accept: application/json" "$SERVER?url=http://www.dancarlin.com/cswdc.xml&strip_html=1" #^ curl --header "Accept: application/json" -d "url=http://feeds.feedburner.com/linuxoutlaws" $SERVER #^

Requests

-- 2.11.4.GIT