From 240d3f243df03e04b5aeb200ff323eb49c2553a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E9=87=8C?= Date: Tue, 18 Nov 2014 20:07:20 +0800 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd7c84..fe3033b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Rule module ------------------- * Rule module is the specialty for anyproxy. Unlike other proxy, here you could write your own code to hack requests at any stage, no matter it is about to response or the proxy just gets the request. In this way, it would be much more flexible to meet your own demands. -* It's highly recommended to read this guide before using it: [What is rule file and how to write one ?](https://github.com/alibaba/anyproxy/wiki/What-is-rule-file-and-how-to-write-one) +* It's highly recommended to read this guide before using: [What is rule file and how to write one ?](https://github.com/alibaba/anyproxy/wiki/What-is-rule-file-and-how-to-write-one) ![](https://t.alipayobjects.com/images/T1v8pbXjJqXXXXXXXX.png) * Besides, we provide some samples rules in ./rule_sample