Skip to content

Commit 36e4bc8

Browse files
committed
Updated doc and readme.
1 parent d7b887c commit 36e4bc8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Small example (Flask initialization omitted)::
1919
admin.add_view(GalleryManager(name='Photos', category='Cats'))
2020
admin.setup_app(app)
2121

22-
If you're looking for 0.x version of the Flask-Admin written by Andy Wilson, check `here <http://github.com/wilsaj/flask-admin>`_.
22+
If you're looking for 0.x version of the Flask-Admin written by Andy Wilson, check `here <http://github.com/wilsaj/flask-admin-old>`_.
2323

2424
Documentation
2525
-------------
@@ -34,9 +34,9 @@ Flask-Admin is built with help of `Twitter Bootstrap <http://twitter.github.com/
3434
Kudos
3535
-----
3636

37-
Some ideas were taken from the `Flask-Admin <https://github.com/wilsaj/flask-admin>`_ by Andy Wilson.
37+
Some ideas were taken from the `Flask-Admin <https://github.com/wilsaj/flask-admin-old>`_ by Andy Wilson.
3838

3939
Examples
4040
--------
4141

42-
Library comes with few examples, you can find them in _examples_ directory.
42+
Library comes with few examples, you can find them in `examples` directory.

doc/_templates/sidebarintro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h3>Useful Links</h3>
22
<ul>
33
<li><a href="http://flask.pocoo.org/">The Flask Website</a></li>
4-
<li><a href="http://github.com/mrjoes/flask-adminex">Flask-AdminEx @ github</a></li>
4+
<li><a href="http://github.com/mrjoes/flask-admin">Flask-Admin @ github</a></li>
55
</ul>
66

7-
<a href="http://github.com/mrjoes/flask-adminex"><img style="position: fixed; top: 0; right: 0; border: 0;"
7+
<a href="http://github.com/mrjoes/flask-admin"><img style="position: fixed; top: 0; right: 0; border: 0;"
88
src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

0 commit comments

Comments
 (0)