From 55ff6fa39c6f1a135e8cf1ff75e004b3ea7a0ad2 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 24 Apr 2015 11:55:29 +0900 Subject: [PATCH] fix link --- doc/support/utree.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/support/utree.qbk b/doc/support/utree.qbk index 26ed5298e..6c76f6890 100644 --- a/doc/support/utree.qbk +++ b/doc/support/utree.qbk @@ -84,7 +84,7 @@ a signature of utree(scope const&) as a utree node. [heading Example: Sexpr Parser] Our first example demonstrates how to use `utree` to write a parser for -[@http://http://en.wikipedia.org/wiki/S-expression symbolic expressions]. +[@http://en.wikipedia.org/wiki/S-expression symbolic expressions]. While `utree` is capable of representing just about any AST, `utree`'s design is based on the simple yet powerful nature of symbolic expressions. This example introduces a number of basic and intermediate `utree` development