From 759399738b38bb02293e1d1ab57d8dff53525514 Mon Sep 17 00:00:00 2001 From: Gerric Chaplin Date: Thu, 5 Feb 2015 13:42:29 +0000 Subject: [PATCH] Fix up Generate.md links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f6ff2d..b83e376 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Ruby Usage Install this gem and `require iptables`. In the examples below, `/path/to/json/` refers to the directory containing JSON policy files. -See [Generate.md](the firewall generation documentation) for information +See [Generate.md](Generate.md) for information on setting these up. There are also example configuration files in `examples/policy/*.json`. @@ -85,7 +85,7 @@ Generating a Firewall ===================== An explanation of generating a firewall can be found within -[Generate.md](the firewall generation documentation). An example set of +[Generate.md](Generate.md). An example set of configuration files to create a basic working firewall can be found in `examples/policy/*.json`.