File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Small example (Flask initialization omitted)::
19
19
admin.add_view(GalleryManager(name='Photos', category='Cats'))
20
20
admin.setup_app(app)
21
21
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 >`_.
23
23
24
24
Documentation
25
25
-------------
@@ -34,9 +34,9 @@ Flask-Admin is built with help of `Twitter Bootstrap <http://twitter.github.com/
34
34
Kudos
35
35
-----
36
36
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.
38
38
39
39
Examples
40
40
--------
41
41
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.
Original file line number Diff line number Diff line change 1
1
< h3 > Useful Links</ h3 >
2
2
< ul >
3
3
< 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 >
5
5
</ ul >
6
6
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; "
8
8
src ="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png " alt ="Fork me on GitHub " /> </ a >
You can’t perform that action at this time.
0 commit comments