Skip to content

Commit af433d4

Browse files
committed
add redirect and update changelog
1 parent f676cca commit af433d4

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

content/pages/04-testing/01-testing.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ correctness.
5656
* [Python Testing](http://pythontesting.net/) is a site devoted to testing
5757
in - you guessed it - the Python programming language.
5858

59-
* [The case for test-driven development](http://michaeldehaan.net/post/120522567217/the-case-for-test-driven-development)
60-
by Michael DeHaan explains how automation is the only way to build software
61-
at a large scale.
62-
6359
* Google has a [testing blog](http://googletesting.blogspot.com/) where
6460
they write about various aspects of testing software at scale.
6561

content/pages/12-meta/01-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on GitHub.
1717

1818
## 2017
1919
### November
20+
* Added new
21+
[blog post for latest newsletter on "DevOps, Thank You Maintainers and Contributing to Open Source"](/blog/devops-python-maintaining-contributing-open-source.html).
22+
* Cleaned up some unfortunately broken links to websites that now 404.
2023
* Merge [PR#143](https://github.com/mattmakai/fullstackpython.com/pull/143)
2124
to create new [Dramatiq](/dramatiq.html) task queue starter page.
2225
* New

content/posts/171113-devops-maintaining-contributing-open-source.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ headerimage: /img/visuals/email-post-header.jpg
88
headeralt: Python programming language and Full Stack Python logos.
99

1010

11-
[**DevOps, Continuous Delivery... and You**](https://www.fullstackpython.com/blog/devops-continuous-delivery-you.html)
11+
[**DevOps, Continuous Delivery... and You**](/blog/devops-continuous-delivery-you.html)
1212
is a blog post with the slides and notes based on a class I taught at
1313
the [University of Virginia](http://www.virginia.edu/) this past week. The
1414
talk is relevant as a brief introduction to
15-
[DevOps](https://www.fullstackpython.com/devops.html) and Continuous Delivery,
15+
[DevOps](/devops.html) and Continuous Delivery,
1616
especially for junior developers and less-technical managers of software
1717
teams. I'm experimenting with the "talk as blog post" style so let me know
1818
via email or a tweet if you enjoy it and would want to see future technical
@@ -43,7 +43,7 @@ As always, send me an email or [submit an issue ticket on GitHub](https://github
4343
to let me know how to improve
4444
[Full Stack Python](https://www.fullstackpython.com/)
4545
as I continue to
46-
[fill in the table of contents](https://www.fullstackpython.com/table-of-contents.html)
47-
with [new pages](https://www.fullstackpython.com/change-log.html)
46+
[fill in the table of contents](/table-of-contents.html)
47+
with [new pages](/change-log.html)
4848
and
49-
[new tutorials](https://www.fullstackpython.com/blog.html).
49+
[new tutorials](/blog.html).
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://www.fullstackpython.com/blog/devops-python-maintaining-contributing-open-source.html">
5+
</head>
6+
<body>
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)