Skip to content

Commit 338e81f

Browse files
committed
fixing a couple more broken links
1 parent 6cca37b commit 338e81f

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

content/pages/02-development-environments/01-text-editors-ides.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ gathering [code metrics](/code-metrics.html), running
7878
free editions for students and open source projects.
7979

8080
* [Thonny](http://thonny.org/) is an
81-
[open source](https://bitbucket.org/plas/thonny/src) Python IDE for new
81+
[open source](https://github.com/thonny/thonny) Python IDE for new
8282
programmers. The tool bakes in syntax highlighting, code completion, a
8383
simple debugger, a beginner-friendly shell and in situ documentation to
8484
assist new developers who are just starting to code.

content/pages/02-development-environments/06-jupyter-notebook.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ like advanced interactive visualizations.
151151
you will eventually want to handle within your notebooks as you get
152152
comfortable in the environment.
153153

154-
* [Hacking my way to a Jupyter notebook powered blog](https://nipunbatra.github.io/blog/2017/Jupyter-powered-blog.html)
155-
explores how the author created a blog using Jupyter but ran into some
156-
issues along the way, along with how to solve those problems.
157-
158154
* [Making Publication Ready Python Notebooks](http://blog.juliusschulz.de/blog/ultimate-ipython-notebook)
159155
explores the plugins that the author uses when creating and exporting
160156
reports from Jupyter.

content/pages/05-deployment/19-nginx.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ HTTP(S) configurations.
6666
walks throough installing a free SSL certificate from Let's Encrypt
6767
to secure HTTP connects to your nginx server via HTTPS.
6868

69-
* The tools [Nginx Config](https://nginxconfig.io/) and
70-
[Cipherlist](https://cipherli.st/) generate strong encryption configurations
71-
and ciphers for Nginx.
69+
* The [Nginx Config](https://nginxconfig.io/) tool can generate strong
70+
encryption configurations and ciphers for Nginx.
7271

7372
* [Gixy](https://github.com/yandex/gixy) is a static analyzer for your
7473
Nginx configuration and can tell you issues with how you are setup.

0 commit comments

Comments
 (0)