fixes
[web-hugo.git] / content / posts / move-to-hugo.md
index 1d30eb97c72a733efc8280597592d1ff0518dd8b..26136db6908021dbcb35bfc440b4324d0cda45b1 100644 (file)
@@ -53,7 +53,7 @@ All in all, Hugo makes more sense. It saves time and also performs much better.
 Not at all! Since blogit used markdown, the only annoyance was having to redefine preview image and the tags in header
 instead of the footer, otherwise posts ported over fine without any issues. As for how I kept the old URLs valid, I made
 use of [aliases in Hugo](https://gohugo.io/content-management/urls/#aliases). For example on my DeckPC Day-1
-post, I simply added a singl eine to the header: `aliases: ["/deckpc-day-one-experience.html"]`
+post, I simply added a single line to the header: `aliases: ["/deckpc-day-one-experience.html"]`
 
 ## How much faster is Hugo then?
 
@@ -94,7 +94,7 @@ The results speak for themselves. Current site as of writing this post, builds i
 ## What happens to the old site?
 
 By time you see this post, it's already gone and replaced with the Hugo site.
-Should you wish to still make a copy of it, I have moved its repository to [web-old.git](https://git.based.quest/web-old.git).
+Should you wish to still make a copy of it, I have moved its repository to [web-old.git](https://git.based.quest/?p=web-old.git;a=summary).
 As it stands right now, that repository is archived and won't be accepting any more patches.
 
 Thanks for reading,