Add missing reference in pacundo post.

This commit is contained in:
Nicolás A. Ortega Froysa 2024-06-06 21:59:14 +02:00
parent 17a171b017
commit 8d063abc0f
2 changed files with 7 additions and 6 deletions

View File

@ -2,4 +2,4 @@ filename = 2024-06-05-introducing-pacundo.html
title = Introducing Pacundo
description = A quick introduction to my script I wrote to automatically undo ArchLinux system upgrades that break stuff.
created = 2024-06-05
updated = 2024-06-05
updated = 2024-06-06

View File

@ -22,7 +22,7 @@ installation.<sup><a href="#r3" >[3]</a></sup></p>
but if you use a different AUR helper and want to contribute this functionality
for your favorite AUR helper, feel free to send me a patch following the
contributing guidelines.<sup><a href="#r4" >[4]</a></sup> As noted there, you
can also find a mirror of my repository on GitHub<sup><a href="r5">[5]</a></sup>
can also find a mirror of my repository on GitHub<sup><a href="#r5">[5]</a></sup>
where I can also receive issues and pull requests (but please read the notes
about pull requests that I wrote in the contributing section mentioned above).</p>
@ -34,8 +34,9 @@ it should work on any ArchLinux derivative distribution.</p>
<h3>References</h3>
<ol class="refs" >
<li id="r1" ><a href="https://github.com/Jguer/yay" target="_blank" >GitHub - Jguer/yay: Yet another Yogurt - An AUR Helper written in Go</a></li>
<li id="r2" ><a href="https://code.ortegas.org/nortega/pacundo" target="_blank" >nortega/pacundo: A time machine to return your ArchLinux machine back to a working state. - pacundo - Ortega Code</a></li>
<li id="r3" ><a href="https://aur.archlinux.org/packages/pacundo" target="_blank" >AUR - pacundo</a></li>
<li id="r4" ><a href="https://code.ortegas.org/nortega/pacundo/src/branch/master/README.md#contributing" target="_blank" >pacundo/README.md Contributing - Ortega Code</a></li>
<li id="r1" ><a href="https://github.com/Jguer/yay" target="_blank" >GitHub - Jguer/yay: Yet another Yogurt - An AUR Helper written in Go</a></li>
<li id="r2" ><a href="https://code.ortegas.org/nortega/pacundo" target="_blank" >nortega/pacundo: A time machine to return your ArchLinux machine back to a working state. - pacundo - Ortega Code</a></li>
<li id="r3" ><a href="https://aur.archlinux.org/packages/pacundo" target="_blank" >AUR - pacundo</a></li>
<li id="r4" ><a href="https://code.ortegas.org/nortega/pacundo/src/branch/master/README.md#contributing" target="_blank" >pacundo/README.md Contributing - Ortega Code</a></li>
<li id="r5" ><a href="https://github.com/naortega/pacundo" target="_blank" >GitHub - naortega/pacundo: [MIRROR] A time machine to roll back your ArchLinux machine to a working state.</a></li>
</ol>