Skip to content

Commit 61fe43b

Browse files
committed
Fix repo name
1 parent 0826627 commit 61fe43b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# PDFSandwich
22

3-
[![Build Status](https://github.com/Eric P. Hanson/PDFSandwich.jl/workflows/CI/badge.svg)](https://github.com/Eric P. Hanson/PDFSandwich.jl/actions)
4-
[![Coverage](https://codecov.io/gh/Eric P. Hanson/PDFSandwich.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Eric P. Hanson/PDFSandwich.jl)
3+
[![Build Status](https://github.com/ericphanson/PDFSandwich.jl/workflows/CI/badge.svg)](https://github.com/ericphanson/PDFSandwich.jl/actions)
4+
[![Coverage](https://codecov.io/gh/ericphanson/PDFSandwich.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/ericphanson/PDFSandwich.jl)

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Documenter
44
makedocs(;
55
modules=[PDFSandwich],
66
authors="Eric P. Hanson",
7-
repo="https://github.com/Eric P. Hanson/PDFSandwich.jl/blob/{commit}{path}#L{line}",
7+
repo="https://github.com/ericphanson/PDFSandwich.jl/blob/{commit}{path}#L{line}",
88
sitename="PDFSandwich.jl",
99
format=Documenter.HTML(;
1010
prettyurls=get(ENV, "CI", "false") == "true",

0 commit comments

Comments
 (0)