From 7b5bdc108ad9c3fdf832bd1d295628f34eab211b Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Mon, 10 Sep 2012 11:21:23 -0400 Subject: [PATCH] fix todo link in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0fb71a..5785b8e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Once this is done, install GoQuery: ## Changelog -* **v0.1** : Initial release. See TODOs for a list of upcoming features. +* **v0.1** : Initial release. See [TODOs](#a1) for a list of upcoming features. ## API @@ -81,7 +81,7 @@ Taken from example_test.go: ## TODOs - + * Benchmarks so that future changes have a baseline to compare to. * Refactor Next...() and Prev...() to use the new NextSibling/PrevSibling fields.