From 96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= <essen@ninenines.eu>
Date: Tue, 22 Oct 2013 09:14:32 +0200
Subject: No need for relx in path for examples anymore

---
 examples/chunked_hello_world/README.md  | 3 +--
 examples/compress_response/README.md    | 3 +--
 examples/cookie/README.md               | 3 +--
 examples/echo_get/README.md             | 3 +--
 examples/echo_post/README.md            | 3 +--
 examples/error_hook/README.md           | 3 +--
 examples/eventsource/README.md          | 3 +--
 examples/hello_world/README.md          | 3 +--
 examples/markdown_middleware/README.md  | 3 +--
 examples/rest_basic_auth/README.md      | 3 +--
 examples/rest_hello_world/README.md     | 3 +--
 examples/rest_pastebin/README.md        | 3 +--
 examples/rest_stream_response/README.md | 3 +--
 examples/ssl_hello_world/README.md      | 3 +--
 examples/static_world/README.md         | 3 +--
 examples/web_server/README.md           | 3 +--
 examples/websocket/README.md            | 3 +--
 17 files changed, 17 insertions(+), 34 deletions(-)

(limited to 'examples')

diff --git a/examples/chunked_hello_world/README.md b/examples/chunked_hello_world/README.md
index 7e7cf21..cea56cd 100644
--- a/examples/chunked_hello_world/README.md
+++ b/examples/chunked_hello_world/README.md
@@ -1,8 +1,7 @@
 Chunked hello world example
 ===========================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/compress_response/README.md b/examples/compress_response/README.md
index aa352c9..f46913b 100644
--- a/examples/compress_response/README.md
+++ b/examples/compress_response/README.md
@@ -1,8 +1,7 @@
 Compressed response example
 ===========================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/cookie/README.md b/examples/cookie/README.md
index 8e1632a..9e07329 100644
--- a/examples/cookie/README.md
+++ b/examples/cookie/README.md
@@ -1,8 +1,7 @@
 Cookie example
 ==============
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/echo_get/README.md b/examples/echo_get/README.md
index 28f9d0c..d6622fc 100644
--- a/examples/echo_get/README.md
+++ b/examples/echo_get/README.md
@@ -1,8 +1,7 @@
 GET parameter echo example
 ==========================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/echo_post/README.md b/examples/echo_post/README.md
index 2615352..46c4b09 100644
--- a/examples/echo_post/README.md
+++ b/examples/echo_post/README.md
@@ -1,8 +1,7 @@
 POST parameter echo example
 ===========================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/error_hook/README.md b/examples/error_hook/README.md
index 66fb5e5..3a315f9 100644
--- a/examples/error_hook/README.md
+++ b/examples/error_hook/README.md
@@ -1,8 +1,7 @@
 Error hook example
 ==================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/eventsource/README.md b/examples/eventsource/README.md
index a748b06..81e6ab0 100644
--- a/examples/eventsource/README.md
+++ b/examples/eventsource/README.md
@@ -1,8 +1,7 @@
 EventSource example
 ===================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/hello_world/README.md b/examples/hello_world/README.md
index 84f3211..7fbd891 100644
--- a/examples/hello_world/README.md
+++ b/examples/hello_world/README.md
@@ -1,8 +1,7 @@
 Hello world example
 ===================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/markdown_middleware/README.md b/examples/markdown_middleware/README.md
index 3c63f59..884ccd4 100644
--- a/examples/markdown_middleware/README.md
+++ b/examples/markdown_middleware/README.md
@@ -1,8 +1,7 @@
 Middleware example
 ==================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/rest_basic_auth/README.md b/examples/rest_basic_auth/README.md
index fb5d7b9..54ace16 100644
--- a/examples/rest_basic_auth/README.md
+++ b/examples/rest_basic_auth/README.md
@@ -1,8 +1,7 @@
 Basic authorization example using REST
 ======================================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/rest_hello_world/README.md b/examples/rest_hello_world/README.md
index 98af501..53f69cd 100644
--- a/examples/rest_hello_world/README.md
+++ b/examples/rest_hello_world/README.md
@@ -1,8 +1,7 @@
 REST hello world example
 ========================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/rest_pastebin/README.md b/examples/rest_pastebin/README.md
index 525cf39..e3297b3 100644
--- a/examples/rest_pastebin/README.md
+++ b/examples/rest_pastebin/README.md
@@ -1,8 +1,7 @@
 REST pastebin example
 =====================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/rest_stream_response/README.md b/examples/rest_stream_response/README.md
index 90004e6..a602a79 100644
--- a/examples/rest_stream_response/README.md
+++ b/examples/rest_stream_response/README.md
@@ -1,8 +1,7 @@
 REST streaming example
 ======================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/ssl_hello_world/README.md b/examples/ssl_hello_world/README.md
index 02bf13a..4de78e7 100644
--- a/examples/ssl_hello_world/README.md
+++ b/examples/ssl_hello_world/README.md
@@ -1,8 +1,7 @@
 Hello world example
 ===================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/static_world/README.md b/examples/static_world/README.md
index 7ed5a55..7531b88 100644
--- a/examples/static_world/README.md
+++ b/examples/static_world/README.md
@@ -1,8 +1,7 @@
 Static file handler example
 ===========================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/web_server/README.md b/examples/web_server/README.md
index b81a955..bcc2edd 100644
--- a/examples/web_server/README.md
+++ b/examples/web_server/README.md
@@ -1,8 +1,7 @@
 Static file handler example
 ===========================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
diff --git a/examples/websocket/README.md b/examples/websocket/README.md
index d4e3982..7509770 100644
--- a/examples/websocket/README.md
+++ b/examples/websocket/README.md
@@ -1,8 +1,7 @@
 Websocket example
 =================
 
-To try this example, you need GNU `make`, `git` and
-[relx](https://github.com/erlware/relx) in your PATH.
+To try this example, you need GNU `make` and `git` in your PATH.
 
 To build the example, run the following command:
 
-- 
cgit v1.2.3