Skip to content

Commit

Permalink
Fixed links in readme (issues/111)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisMoore committed Jun 1, 2011
1 parent 5ffd980 commit d90c3da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ _Note: This plugin is currently in beta form and may change significantly before
jQuery templates contain markup with binding expressions ('Template tags'). Templates are applied to data objects or arrays, and rendered into the HTML DOM

Documentation for the _jQuery Templates_ plugin can be found on the jQuery documentation site:
<a href="http://api.jquery.com/category/plugins/templates/">http://api.jquery.com/category/plugins/templates</a>
[http://api.jquery.com/category/plugins/templates/] (http://api.jquery.com/category/plugins/templates)

See also <a href="http://www.borismoore.com/2010/10/jquery-templates-is-now-official-jquery.html">http://www.borismoore.com/2010/10/jquery-templates-is-now-official-jquery.html</a> for more background.
See also [http://www.borismoore.com/2010/10/jquery-templates-is-now-official-jquery.html] (http://www.borismoore.com/2010/10/jquery-templates-is-now-official-jquery.html) for more background.

<p>The beta1 version of jQuery Templates is available on CDN at:
<ul>
<li><a href="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.js">http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.js</a></li>
<li><a href="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js">http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js</a></li>
<li>[http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.js] (http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.js)</li>
<li>[http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js] (http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js)</li>
</ul></p>

0 comments on commit d90c3da

Please sign in to comment.