From 12a40e17a9aa274e63aff0c8457b0298f959efc6 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 18 Oct 2012 19:42:31 +0200
Subject: [PATCH] href_extractor.c: fix the URL

---
 docs/examples/href_extractor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/href_extractor.c b/docs/examples/href_extractor.c
index 4181c8e24..4b307a29e 100644
--- a/docs/examples/href_extractor.c
+++ b/docs/examples/href_extractor.c
@@ -26,7 +26,7 @@
  * Kowalczyk.
  *
  * The parser is found at
- * http://code.google.com/p/streamhtmlparser/
+ * http://code.google.com/p/htmlstreamparser/
  */
 
 #include <stdio.h>