Correct the canonical URL for docs

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-11-30 08:20:29 -06:00
parent dd75186547
commit 4da8904017
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 6 additions and 6 deletions

View file

@ -11,10 +11,10 @@
|| || || ||
``` ```
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MillironX.github.io/cowsay.jl/stable) [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://millironx.com/Cowsay.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MillironX.github.io/cowsay.jl/dev) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://millironx.com/Cowsay.jl/dev)
[![Build Status](https://github.com/MillironX/cowsay.jl/workflows/CI/badge.svg)](https://github.com/MillironX/cowsay.jl/actions) [![Build Status](https://github.com/MillironX/Cowsay.jl/workflows/CI/badge.svg)](https://github.com/MillironX/Cowsay.jl/actions)
[![Coverage](https://codecov.io/gh/MillironX/cowsay.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MillironX/cowsay.jl) [![Coverage](https://codecov.io/gh/MillironX/Cowsay.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MillironX/Cowsay.jl)
A talking cow library for Julia, based on the [Fedora release of A talking cow library for Julia, based on the [Fedora release of
cowsay](https://src.fedoraproject.org/rpms/cowsay). cowsay](https://src.fedoraproject.org/rpms/cowsay).

View file

@ -10,7 +10,7 @@ makedocs(;
sitename="cowsay.jl", sitename="cowsay.jl",
format=Documenter.HTML(; format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true", prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://MillironX.github.io/cowsay.jl", canonical="https://millironx.com/Cowsay.jl",
assets=String[], assets=String[],
), ),
pages=[ pages=[
@ -20,6 +20,6 @@ makedocs(;
) )
deploydocs(; deploydocs(;
repo="github.com/MillironX/cowsay.jl", repo="github.com/millironx/Cowsay.jl",
devbranch="master", devbranch="master",
) )