From e0b54dec5bae57458c0193f0e262cd31b14ce074 Mon Sep 17 00:00:00 2001 From: Nick Stenning Date: Sat, 1 Jan 2011 22:21:09 +0000 Subject: [PATCH] My cunning ploy didn't work... =( --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 2f19a06d1..da279fda1 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ Annotator Annotator is a web annotation system. Loaded into a webpage, it provides the user with tools to annotate text (and other elements) in the page. For a simple demonstration, [download a tagged release of Annotator][dl] and open `demo.html`. -[dl]: javascript:void($('#download_button').click()) +[dl]: https://github.com/nickstenning/annotator/downloads The Annotator project also has a simple but powerful plugin architecture. While the core annotator code does the bare minimum, it is easily extended with plugins that perform such tasks as: @@ -17,7 +17,7 @@ The Annotator project also has a simple but powerful plugin architecture. While Usage ----- -To use Annotator, it's easiest to [download a tagged release][dl]. These can be found either by clicking on the preceding link (if you're viewing this file on Github) or by going to . +To use Annotator, it's easiest to [download a tagged release][dl]. In a tagged release, the `pkg/` directory will contain all the files you need to get going. The most important are `annotator.min.js`, which contains the core Annotator code, and `annotator.min.css`, which contains all the CSS and embedded images for the annotator.