From 715f06b96b788dc24fc98ee13d57591539ae1ac3 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Tue, 11 Nov 2014 00:49:48 -0800 Subject: [PATCH] fix readme path --- nuget/content/ManagedFusion.Rewriter.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuget/content/ManagedFusion.Rewriter.txt b/nuget/content/ManagedFusion.Rewriter.txt index e487c4f..61e1100 100644 --- a/nuget/content/ManagedFusion.Rewriter.txt +++ b/nuget/content/ManagedFusion.Rewriter.txt @@ -3,7 +3,7 @@ RewriteEngine On #RewriteLogLevel 9 # You can find the rewrite commands and rules here http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html -# You can also read more about the setup process here https://github.com/managedfusion/managedfusion-rewriter/blob/master/README.txt +# You can also read more about the setup process here https://github.com/managedfusion/managedfusion-rewriter/blob/master/README.md # The following rules are just examples and can be deleted if you already know what you are doing # test the reverse proxy @@ -13,4 +13,4 @@ RewriteEngine On #RewriteRule ^(/redirect/me1.html) /default.aspx?r=$1 [R,NC] # rewrite test -#RewriteRule ^/not-a-directory/(.*) /SubFolder/default.aspx [NC,L] \ No newline at end of file +#RewriteRule ^/not-a-directory/(.*) /SubFolder/default.aspx [NC,L]