Skip to content

Commit

Permalink
Fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Apr 23, 2020
1 parent 0826627 commit 61fe43b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 61fe43b

Please sign in to comment.