Skip to content

Commit 97ae6af

Browse files
committed
fix a few broken links
1 parent 1c3afe8 commit 97ae6af

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

content/pages/03-data/21-bokeh.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ basic syntax will change as the library's API is not yet stable.
5959

6060
* [Integrating Pandas, Django REST Framework and Bokeh](http://www.machinalis.com/blog/pandas-django-rest-framework-bokeh/)
6161
has a full example of integrating a
62-
[web API](application-programming-interfaces.html) with a Bokeh
62+
[web API](/application-programming-interfaces.html) with a Bokeh
6363
front end visual.
6464

6565
* [Visualization with Bokeh](http://www.blog.pythonlibrary.org/2016/07/27/python-visualization-with-bokeh/)
@@ -97,4 +97,3 @@ basic syntax will change as the library's API is not yet stable.
9797
although the web application only contained a single type of data
9898
visualization so it is hard to drawn any real conclusions from his
9999
opinion.
100-

content/pages/04-web-development/01-web-frameworks.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For example, the [Django web application framework](/django.html) includes
5656
read, write, query, and delete operations in Python code rather than SQL.
5757
However, Django's ORM cannot work without significant modification on
5858
[non-relational (NoSQL) databases](/no-sql-datastore.html) such as
59-
[MongoDB](/mongodb.html) or [Cassandra](/cassandra.html).
59+
[MongoDB](/mongodb.html) or [Cassandra](/apache-cassandra.html).
6060

6161
Some other web frameworks such as [Flask](/flask.html) and
6262
[Pyramid](/pyramid.html) are easier to

0 commit comments

Comments
 (0)