chore: use vanity url

This commit is contained in:
Henrique Dias 2023-11-08 08:43:46 +01:00
parent b59ba1c29b
commit b37c6826a6
No known key found for this signature in database
4 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,12 @@
> A cloner of the [XKCD](https://xkcd.com/) comics for archiving purposes.
## Install
```
go install go.hacdias.com/xkcd-archiver
```
## Usage
```

View File

@ -35,7 +35,7 @@
<p>The image for this comic could not be archive. It likely is an interactive comic.</p>
{{ end }}
<p>
This is an <a rel="noopener noreferrer" href="https://github.com/hacdias/xkcd-archiver">archival copy</a> of the works
This is an <a rel="noopener noreferrer" href="https://go.hacdias.com/xkcd-archiver">archival copy</a> of the works
from <a rel="noopener noreferrer" href="https://xkcd.com/">xkcd.com</a>.
</p>
</main>

View File

@ -18,7 +18,7 @@
{{ end }}
</ul>
<p>
This is an <a rel="noopener noreferrer" href="https://github.com/hacdias/xkcd-archiver">archival copy</a> of the works
This is an <a rel="noopener noreferrer" href="https://go.hacdias.com/xkcd-archiver">archival copy</a> of the works
from <a rel="noopener noreferrer" href="https://xkcd.com/">xkcd.com</a>.
</p>
</main>

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/hacdias/xkcd-archiver
module go.hacdias.com/xkcd-archiver
go 1.21