From 8efe7142e90598c4955ec195c0284df09af56877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Aslan?= Date: Fri, 14 Aug 2015 19:48:58 +0200 Subject: [PATCH] Broken link for example fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8613717c..1ec420df 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add html5ever as a dependency in your [`Cargo.toml`](http://crates.io/) file: html5ever = "*" ``` -Then take a look at [`dom_sink/examples/print-rcdom.rs`](https://github.com/servo/html5ever/blob/master/dom_sink/examples/print-rcdom.rs) and the [API documentation][]. +Then take a look at [`examples/print-rcdom.rs`](https://github.com/servo/html5ever/blob/master/examples/print-rcdom.rs) and the [API documentation][]. ## Getting started in other languages