Skip to content

Commit 09010fd

Browse files
committed
fixing more broken links
1 parent 25366e5 commit 09010fd

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

content/pages/03-data/18-data-visualization.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ Sometimes you need inspiration from other sources to figure out what
9191
you want to build. The following links have made me excited about data
9292
visualization and gave me ideas for what to build.
9393

94-
* [Roads to Rome](http://roadstorome.moovellab.com/) is a beautiful
95-
visualization showing the data behind the expression "all roads lead
96-
to Rome" and whether or not there is a "Rome" central city in every
97-
country.
98-
9994
* [Monarchs](https://thebackend.dev/monarchs/) is a wonderful 1,000 year
10095
history visual of European rulers. The developer also wrote an in-depth
10196
article on

content/pages/examples/flask/flask-example-projects-code.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ is configured in JSON. The code is provided as open source under the
9999
is an example application that ties together the
100100
[intTellInput.js](https://github.com/jackocnr/intl-tel-input)
101101
JavaScript plugin with the
102-
[Flask-WTF](https://flask-wtf.readthedocs.io/en/stable/) form-handling
102+
[Flask-WTF](https://flask-wtf.readthedocs.io/) form-handling
103103
library. flask-phone-input is provided as open source under the
104104
[MIT license](https://github.com/miguelgrinberg/flask-phone-input/blob/1a1c227c044474ce0fe133493d7f8b0fb8312409/LICENSE).
105105

content/pages/examples/sqlalchemy/sqlalchemy-exc-integrityerror.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ libraries that are commonly used in Flask projects, such as
142142
[SendGrid](https://www.twilio.com/sendgrid) for transactional email,
143143
[SQLAlchemy](/sqlalchemy.html) for persistent data storage through a
144144
[relational database](/databases.html) backend,
145-
[Flask-WTF](https://flask-wtf.readthedocs.io/en/stable/) for form
145+
[Flask-WTF](https://flask-wtf.readthedocs.io/) for form
146146
handling and many others.
147147

148148
flask-base is provided as open source under the

0 commit comments

Comments
 (0)