Skip to content

Commit 5187a35

Browse files
committed
fixing broken links
1 parent d15c06a commit 5187a35

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ view commit-level changes via the
1414
on GitHub.
1515

1616
## 2021
17+
### June
18+
* Fix broken links across the site. It's a real shame people and companies don't use
19+
301 redirects more often rather than just breaking their URL structures.
20+
1721
### May
1822
* New resources on [GPT-3](/gpt-3.html), [Jupyter Notebook](/jupyter-notebook.html)
1923
and [serverless](/serverless.html) pages.

content/posts/190626-dev-led-sales-startups.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@ tactics.
456456
</div><div class="c6"><p>
457457
Conferences split into a couple of categories: community-run and
458458
vendor-run. For example,
459-
<a href="https://developer.apple.com/wwdc19/">WWDC</a> is Apple's vendor-run
459+
<a href="https://developer.apple.com/wwdc/">WWDC</a> is Apple's vendor-run
460460
developer conference. They run the show and control the messaging.
461-
<a href="https://us.pycon.org/2019/">PyCon US</a> is the community-run
461+
<a href="https://us.pycon.org/">PyCon US</a> is the community-run
462462
Python developer conference. There are a ton of vendors there as sponsors
463463
but no one company controls what happens at the conference.
464464
</p><p>

content/posts/200630-report-errors-flask-web-apps-sentry.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,5 @@ or [@mattmakai](https://twitter.com/mattmakai). I am also on GitHub with
260260
the username [mattmakai](https://github.com/mattmakai).
261261

262262
If you see an issue or error in this tutorial, please
263-
[fork the source repository on GitHub](https://github.com/mattmakai/fullstackpython/blob/master/content/posts/200630-report-errors-flask-web-apps-sentry.markdown)
263+
[fork the source repository on GitHub](https://github.com/mattmakai/fullstackpython.com/blob/master/content/posts/200630-report-errors-flask-web-apps-sentry.markdown)
264264
and submit a pull request with the fix.

0 commit comments

Comments
 (0)