Skip to content

Commit

Permalink
Fix links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blanchardjeremy committed Mar 11, 2012
1 parent ebcecd2 commit 76d4105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Or to download this package as a [zip](https://github.com/auzigog/jinja-bootstra

The two most interesting files to take a peek at are:

* [`bootstrap/layouts/base.html`](https://github.com/auzigog/jinja-bootstrap/tree/master/bootstrap/layouts/base.html) - The base template that your project can extend
* [`example_project_django/root/templates/home.html`](https://github.com/auzigog/jinja-bootstrap/tree/master/example_project_django/root/templates/home.html) - Examples of how to use the macros
* [The `base.html` template layout](http]://github.com/auzigog/jinja-bootstrap/blob/master/bootstrap/templates/bootstrap/layouts/base.html)
* [The example usage of all of the macros](http://github.com/auzigog/jinja-bootstrap/tree/master/example_project_django/root/templates/home.html)

`bootstrap/layouts/base.html` defines a base HTML layout that your templates can extend.
There is a copy of Bootstrap's CSS/Javascript/images in `bootstrap/static/` that you can use to quickly get started.
Expand Down

0 comments on commit 76d4105

Please sign in to comment.