From e9f619751b5c50616837920c5794e8ac315b5c4a Mon Sep 17 00:00:00 2001 From: tkurosaka Date: Fri, 19 Nov 2021 12:33:10 -0800 Subject: [PATCH] Fixing broken links Tutorial and some other links were broken. Fixing them. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 228634e3..cbdb5829 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ AJAX Solr is a JavaScript library for creating user interfaces to [Apache Solr][1]. -* Play with the [demo site](https://evolvingweb.github.io/ajax-solr/examples/reuters/index.html)[5] +* Play with the [demo site][5] * Follow the [tutorial][7] * Browse the [wiki][3] * Read the [JSDoc documentation][2] (the [tutorial][7] is recommended for first-time users) @@ -15,11 +15,11 @@ Documentation is generated by [JsDoc Toolkit][4] with the command: `java -jar jsrun.jar app/run.js -a -p -r=3 -t=templates/jsdoc /path/to/library/` -[1]: http://lucene.apache.org/solr/ -[2]: http://evolvingweb.github.com/ajax-solr/docs/index.html -[3]: http://wiki.github.com/evolvingweb/ajax-solr -[4]: http://code.google.com/p/jsdoc-toolkit/ -[5]: http://evolvingweb.github.com/ajax-solr/examples/reuters/index.html -[6]: http://github.com/evolvingweb/ajax-solr -[7]: http://wiki.github.com/evolvingweb/ajax-solr/reuters-tutorial -[8]: http://groups.google.com/group/ajax-solr +[1]: https://solr.apache.org +[2]: https://evolvingweb.github.io/ajax-solr/docs/index.html +[3]: https://github.com/evolvingweb/ajax-solr/wiki +[4]: https://code.google.com/p/jsdoc-toolkit/ +[5]: https://evolvingweb.github.io/ajax-solr/examples/reuters/index.html +[6]: https://github.com/evolvingweb/ajax-solr +[7]: https://github.com/evolvingweb/ajax-solr/wiki/Reuters-tutorial +[8]: https://groups.google.com/group/ajax-solr