diff --git a/README.md b/README.md index 21299ab..b76529c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # PDFSandwich -[![Build Status](https://github.com/Eric P. Hanson/PDFSandwich.jl/workflows/CI/badge.svg)](https://github.com/Eric P. Hanson/PDFSandwich.jl/actions) -[![Coverage](https://codecov.io/gh/Eric P. Hanson/PDFSandwich.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Eric P. Hanson/PDFSandwich.jl) +[![Build Status](https://github.com/ericphanson/PDFSandwich.jl/workflows/CI/badge.svg)](https://github.com/ericphanson/PDFSandwich.jl/actions) +[![Coverage](https://codecov.io/gh/ericphanson/PDFSandwich.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/ericphanson/PDFSandwich.jl) diff --git a/docs/make.jl b/docs/make.jl index cb658c1..e3ef7ab 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,7 +4,7 @@ using Documenter makedocs(; modules=[PDFSandwich], authors="Eric P. Hanson", - repo="https://github.com/Eric P. Hanson/PDFSandwich.jl/blob/{commit}{path}#L{line}", + repo="https://github.com/ericphanson/PDFSandwich.jl/blob/{commit}{path}#L{line}", sitename="PDFSandwich.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true",