From 3b86ca13c078a1b4a15d6bf5fa0b2645dc598278 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 31 Dec 2013 22:48:01 -0800 Subject: Stop linking some repos to GitHub. --- _posts/2010-06-10-moosex-net-api-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2010-06-10-moosex-net-api-update.md') diff --git a/_posts/2010-06-10-moosex-net-api-update.md b/_posts/2010-06-10-moosex-net-api-update.md index 452038e..b7b84ec 100644 --- a/_posts/2010-06-10-moosex-net-api-update.md +++ b/_posts/2010-06-10-moosex-net-api-update.md @@ -4,7 +4,7 @@ summary: In which I write an update about MooseX::Net::API title: Moosex::Net::API - update --- -[MooseX::Net::API](http://github.com/franckcuny/moosex-net-api) is a module to help writing clients for RESTful (and even non-RESTful) WebServices: +[MooseX::Net::API](http://git.lumberjaph.net/p5-moosex-net-api.git/) is a module to help writing clients for RESTful (and even non-RESTful) WebServices: {% highlight perl %} package my::api; @@ -61,7 +61,7 @@ It's not yet complete, but a new version will be available soon on CPAN. Here is ## http-console -I've also started [Net::HTTP::Console](http://github.com/franckcuny/net-http-console). It's inspired by [http-console](http://github.com/cloudhead/http-console). It relies on MX::Net::API, and can use any libraries written with MX::Net::API, as well as any **raw** RESTful API. As an example, let's use it on twitter. +I've also started [Net::HTTP::Console](http://git.lumberjaph.net/p5-net-http-console.git/). It's inspired by [http-console](http://github.com/cloudhead/http-console). It relies on MX::Net::API, and can use any libraries written with MX::Net::API, as well as any **raw** RESTful API. As an example, let's use it on twitter. {% highlight bash %} % http-console --url http://api.twitter.com --format json -- cgit v1.2.3