From 50fd3af8f5df6e7257d43cd297925bf2301c3c20 Mon Sep 17 00:00:00 2001 From: astaxie Date: Thu, 1 Sep 2016 14:46:09 +0800 Subject: [PATCH] add the reference to introduce the RESTFul --- zh/ref.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zh/ref.md b/zh/ref.md index 61fe8a46..ac3ac8d3 100644 --- a/zh/ref.md +++ b/zh/ref.md @@ -11,4 +11,5 @@ 7. [Network programming with Go](http://jan.newmarch.name/go/) 8. [setup-the-rails-application-for-internationalization](http://guides.rubyonrails.org/i18n.html#setup-the-rails-application-for-internationalization) 9. [The Cross-Site Scripting (XSS) FAQ](http://www.cgisecurity.com/xss-faq.html) -10. [Network programming with Go](http://jan.newmarch.name/go) \ No newline at end of file +10. [Network programming with Go](http://jan.newmarch.name/go) +11. [RESTFul](http://www.ruanyifeng.com/blog/2011/09/restful.html)