miguelgrinberg / microblog

The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.
http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
MIT License
4.56k stars 1.65k forks source link

Github links in chapters start with wrong tag (one-off) #359

Closed oddfellow closed 11 months ago

oddfellow commented 11 months ago

Hi,

in beginning of chapter one the links to github tags (browse, zip, diff) start with v0.1 but I think they should start with tag v0.0.

Otherwise you browse the github repo from the next chapter. For example, in chapter one the browse link points to tag v0.1 which already has the jinja2 template from chapter two.

miguelgrinberg commented 11 months ago

Sorry about that, I'll take care of it shortly.

miguelgrinberg commented 11 months ago

This is now fixed. Thanks for reporting the problem!