aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/href_extractor.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-10-18 19:42:31 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-10-18 19:42:31 +0200
commit12a40e17a9aa274e63aff0c8457b0298f959efc6 (patch)
tree1df8bbbaeae64f6c29048241f6d4bfb1c38568a4 /docs/examples/href_extractor.c
parent8ffc971138a4f23dcabf45197255a059bf9e1b52 (diff)
href_extractor.c: fix the URL
Diffstat (limited to 'docs/examples/href_extractor.c')
-rw-r--r--docs/examples/href_extractor.c2
1 files changed, 1 insertions, 1 deletions
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>