Skip to content

Commit

Permalink
Fixed the README so that it points to the correct baseurl. Fixed the …
Browse files Browse the repository at this point in the history
…navigation so that the TEACHING SOFTWARE CARPENTRY home link isn't broken (added a /)
  • Loading branch information
morgantaschuk committed Feb 4, 2015
1 parent b0f6636 commit 3bbf6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ make serve
```

You can then preview the site at
[http://0.0.0.0:4000/software-carpentry-training-website/](http://0.0.0.0:4000/software-carpentry-training-website/).
[http://0.0.0.0:4000/software-carpentry-training-course/](http://0.0.0.0:4000/software-carpentry-training-course/).
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ site.baseurl }}">{{ site.title }}</a>
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.title }}</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
Expand Down

0 comments on commit 3bbf6dc

Please sign in to comment.