Skip to content

Commit 97aad30

Browse files
committed
clean up typos on a few internal links
1 parent 1927e2e commit 97aad30

File tree

12 files changed

+12
-14
lines changed

12 files changed

+12
-14
lines changed

content/pages/02-development-environments/18-source-control.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ today's Python development world. The two primary choices are:
8484

8585
## Hosted version control services
8686
Git and Mercurial can be downloaded and run on your own server. However,
87-
it's easy and cheap to get started with a
88-
[hosted version control service](/hosted-source-control-services.html).
87+
it's easy and cheap to get started with a hosted version control service.
8988
You can transition away from the service at a later time by moving your
9089
repositories if your needs change. A couple of recommended hosted version
9190
control services are:

content/pages/03-data/12-mongodb.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ configure and start using MongoDB with Python.
141141
* [PyMongo Monday: Setting Up Your PyMongo Environment](https://www.mongodb.com/blog/post/pymongo-monday-setting-up-your-pymongo-environment)
142142
is an introduction to using MongoDB with Python code. This first
143143
part of the series shows how to set up the
144-
[development environment](/development-environment.html) required
144+
[development environment](/development-environments.html) required
145145
for working with Mongo.

content/pages/03-data/17-scipy-numpy.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ meta: SciPy is an umbrella project for many open source data analysis libraries
99

1010
# SciPy and NumPy
1111
[SciPy](https://www.scipy.org/) is a collection of open source code libraries
12-
for math, science and engineering. [NumPy](/numpy.html),
12+
for math, science and engineering. [NumPy](https://www.numpy.org/),
1313
[Matplotlib](/matplotlib.html) and [pandas](/pandas.html) are libraries
1414
that fall under the SciPy project umbrella.
1515

content/pages/04-web-development/03-flask.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ for getting started.
121121
he [open sourced](https://github.com/nickjj/build-a-saas-app-with-flask)
122122
which uses Flask for the [web framework](/web-frameworks.html) and
123123
[Docker](/docker.html) for the local
124-
[development environment](/development-environment.html).
124+
[development environment](/development-environments.html).
125125

126126
* [Flask by Example: Part 1](http://www.realpython.com/blog/python/flask-by-example-part-1-project-setup/)
127127
shows the basic first steps for setting up a Flask project.

content/pages/04-web-development/24-react.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ browsers.
2020

2121
### Beginner React tutorials
2222
Generally before you start working with React you will want to learn how
23-
to build your Python backend with a [web framework](/web-framework.html)
23+
to build your Python backend with a [web framework](/web-frameworks.html)
2424
such as [Django](/django.html), [Flask](/flask.html) or
2525
[Pyramid](/pyramid.html). Once you get comfortable with the
2626
[web development](/web-development.html) basics with one of those frameworks

content/pages/04-web-development/48-api-creation.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ equivalent of browser testing in the web application world.
182182

183183
* [Creating Web APIs with Python and Flask](https://programminghistorian.org/en/lessons/creating-apis-with-python-and-flask)
184184
is a free book on building APIs with [Flask](/flask.html) as the
185-
core [web framework](/web-framework.html).
185+
core [web framework](/web-frameworks.html).
186186

187187
* [RESTful web services with Python](http://www.slideshare.net/Solution4Future/python-restful-webservices-with-python-flask-and-django-solutions)
188188
is an interesting overview of the Python API frameworks space.

content/pages/05-deployment/15-macos.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ used for [developing Python applications](/learning-programming.html).
2020
explains how Python 2.7 is installed by default on Macs. You should
2121
start setting up your environment by installing Python 3 and then follow
2222
the instructions in the post to get a
23-
[development environment](/development-environment.html) configured.
23+
[development environment](/development-environments.html) configured.
2424

2525
* [Python Development Environment on macOS High Sierra](https://hackercodex.com/guide/python-development-environment-on-mac-osx/)
2626
takes the defualt macOS environment and gives you the step to configure

content/pages/05-deployment/28-jenkins.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ used to automate building, [testing](/testing.html) and
6868

6969
* [Automated servers and deployments with Ansible & Jenkins](https://chromatichq.com/blog/automated-servers-and-deployments-ansible-jenkins)
7070
covers using [Ansible](/ansible.html) for automating
71-
[deployments](/deployments.html) and handling the coordination via
71+
[deployments](/deployment.html) and handling the coordination via
7272
Jenkins builds.
7373

7474
* [Building GitHub Pull Requests using Jenkins Pipelines](https://www.theguild.nl/building-github-pull-requests-using-jenkins-pipelines/)

content/pages/meta/00-change-log.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ on GitHub.
212212
page.
213213
* Added starter pages for [localhost tunnels](/localhost-tunnels.html),
214214
[virtual environments (virtualenvs)](/virtual-environments-virtualenvs-venvs.html),
215-
[environment variables](/environment-variables.html) and
216-
[NumPy](/numpy.html).
215+
and [environment variables](/environment-variables.html).
217216
* Revamped the [table of contents / all topics](/table-of-contents.html)
218217
to match vision for the site.
219218
* New resources and explanations added to the [Markdown](/markdown.html)

content/pages/meta/04-page-statuses.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ kept up to date with accurate descriptions and resources.
8989
|[Neo4j](/neo4j.html) | starter |
9090
|[Data analysis](/data-analysis.html) | starter |
9191
|[pandas](/pandas.html) | starter |
92-
|[NumPy](/numpy.html) | starter |
93-
|[SciPy](/scipy.html) | starter |
92+
|[SciPy & NumPy](/scipy-numpy.html) | starter |
9493
|Data visualization | not yet |
9594
|[Bokeh](/bokeh.html) | starter |
9695
|[d3.js](d3-js.html) | starter |

0 commit comments

Comments
 (0)