Skip to content

Commit f2d0509

Browse files
committed
simplify blog post links to site
1 parent fd0fa73 commit f2d0509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/posts/171211-gitpython-git.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ headerimage: /img/visuals/email-post-header.jpg
88
headeralt: Python programming language and Full Stack Python logos.
99

1010

11-
[**First Steps with GitPython**](https://www.fullstackpython.com/blog/first-steps-gitpython.html)
11+
[**First Steps with GitPython**](/blog/first-steps-gitpython.html)
1212
is a quick tutorial that shows how to get started using the awesome
1313
[GitPython](https://gitpython.readthedocs.io/en/stable/) library for
1414
programmatically interacting with Git repositories in your Python
@@ -19,9 +19,9 @@ issue ticket I wrote about last newsletter, I opened a quick
1919
to thank them. Give them a thank you +1 if you've used the project and also
2020
found it useful.
2121

22-
The [**Git**](https://www.fullstackpython.com/git.html) page on Full Stack
22+
The [**Git**](/git.html) page on Full Stack
2323
Python has also just been updated with new resources. A few of my favorite
24-
new tutorials list on the [Git page](https://www.fullstackpython.com/git.html)
24+
new tutorials list on the [Git page](/git.html)
2525
are:
2626

2727
* [Flight rules for Git](https://github.com/k88hudson/git-flight-rules)

0 commit comments

Comments
 (0)