Skip to content

Commit 385d835

Browse files
committed
remove broken links that were 404 but still returning 200 code
1 parent 963f155 commit 385d835

File tree

7 files changed

+3
-377
lines changed

7 files changed

+3
-377
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ output/
4545

4646
__pycache__/
4747
.env
48+
tempcontent/

content/pages/01-introduction/05-enterprise-python.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ However, Microsoft's enterprise products often have expensive licensing fees
8484
for their application servers and associated software. In addition, Microsoft
8585
is also a major backer of open source, [especially Python](http://www.hanselman.com/blog/OneOfMicrosoftsBestKeptSecretsPythonToolsForVisualStudioPTVS.aspx),
8686
and their
87-
[Python tools for Visual Studio](https://www.visualstudio.com/en-us/features/python-vs.aspx)
87+
[Python tools for Visual Studio](https://www.visualstudio.com/vs/features/python/)
8888
provide a top-notch [development environment](/development-environments.html).
8989

9090
The end result is that enterprise software development has changed

content/pages/02-development-environments/00-development-environments.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,3 @@ configuration as a starting point and customize it from there.
156156
[great article comparing Cloud9, Koding and Nitrous.io](http://readwrite.com/2014/08/14/cloud9-koding-nitrousio-integrated-development-environment-ide-coding)
157157
by Lauren Orsini. She also explains more about what a cloud IDE is and is
158158
not.
159-

content/pages/04-web-development/10-template-engines.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ when that's necessary for your projects.
174174
template engine in 252 lines of Python that can be used to understand how
175175
template engines work under the cover.
176176

177-
* [Template fragment gotchas](http://agiliq.com/blog/2015/08/template-fragment-caching-gotchas/)
178-
is a collection of situations that can trip up a developer or designer when
179-
working with templates.
180-
181177
* [The world's simplest Python template engine](https://makina-corpus.com/blog/metier/2016/the-worlds-simplest-python-template-engine)
182178
shows how the `format()` function can implement a simple template engine
183179
with conditionals, loops and method invocations.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ equivalent of browser testing in the web application world.
7676
* [API Science](https://www.apiscience.com/) is focused on deep API testing,
7777
including multi-step API calls and monitoring of external APIs.
7878

79-
* [SmartBear](http://smartbear.com/api-testing/) has several API monitoring
80-
and testing tools for APIs.
81-
8279

8380
## API creation resources
8481
* [An API is only as good as its documentation](https://rocketeer.be/blog/2015/03/api-quality/)

0 commit comments

Comments
 (0)