chore: use vanity url
This commit is contained in:
parent
b59ba1c29b
commit
b37c6826a6
|
@ -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
|
||||
|
||||
```
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user