Skip to content

Commit

Permalink
Avoid use of "index.html" in URLs (the canonical URLs just end with s…
Browse files Browse the repository at this point in the history
…lash)
  • Loading branch information
SteveSanderson committed Oct 26, 2012
1 parent 21ffa2e commit 1e658df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/main-menu.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="main-menu">
<ul>
<li><a rel="home" href="{{ page.pathprefix }}index.html">Home</a></li>
<li><a rel="home" href="{{ page.pathprefix }}">Home</a></li>
<li><a rel="installation" href="{{ page.pathprefix }}documentation/installation.html">Download / Install</a></li>
<li><a rel="tutorials" href="http://learn.knockoutjs.com/">Tutorials</a></li>
<li><a rel="examples" href="{{ page.pathprefix }}examples/">Live examples</a></li>
Expand Down
2 changes: 1 addition & 1 deletion documentation/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Developers familiar with Ruby on Rails, ASP.NET MVC, or other MV* technologies m

## OK, how do you use it?

The quickest and most fun way to get started is by working through the [interactive tutorials](http://learn.knockoutjs.com). Once you've got to grips with the basics, explore the [live examples](../examples/index.html) and then have a go with it in your own project.
The quickest and most fun way to get started is by working through the [interactive tutorials](http://learn.knockoutjs.com). Once you've got to grips with the basics, explore the [live examples](../examples/) and then have a go with it in your own project.

## Is KO intended to compete with jQuery (or Prototype, etc.) or work with it?

Expand Down

0 comments on commit 1e658df

Please sign in to comment.