mirror of
https://github.com/apache/superset.git
synced 2026-04-10 11:55:24 +00:00
* Updated to fix the broken blueprints link The current link is http://flask.pocoo.org/docs/0.12/blueprints/ which redirects to a non-existent page. The new link is https://flask.palletsprojects.com/en/1.1.x/tutorial/views/. * Link to the current Flask version(1.0.x)