Skip to content

Commit db7a66c

Browse files
committed
update Repo url sto EarthyScience
1 parent 5b009c4 commit db7a66c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Build status (Github Actions)](https://github.com/bgctw/FigureHelpers.jl/workflows/CI/badge.svg)](https://github.com/bgctw/FigureHelpers.jl/actions)
2-
[![codecov.io](http://codecov.io/github/bgctw/FigureHelpers.jl/coverage.svg?branch=main)](http://codecov.io/github/bgctw/FigureHelpers.jl?branch=main)
3-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://bgctw.github.io/FigureHelpers.jl/stable/)
4-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://bgctw.github.io/FigureHelpers.jl/dev/)
1+
[![Build status (Github Actions)](https://github.com/EarthyScience/FigureHelpers.jl/workflows/CI/badge.svg)](https://github.com/EarthyScience/FigureHelpers.jl/actions)
2+
[![codecov.io](http://codecov.io/github/EarthyScience/FigureHelpers.jl/coverage.svg?branch=main)](http://codecov.io/github/EarthyScience/FigureHelpers.jl?branch=main)
3+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://EarthyScience.github.io/FigureHelpers.jl/stable/)
4+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://EarthyScience.github.io/FigureHelpers.jl/dev/)
55

66
# FigureHelpers.jl
77

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using CairoMakie, Distributions
55
push!(LOAD_PATH,"../src/")
66
makedocs(sitename="FigureHelpers.jl",
77
authors="Thomas Wutzler <twutz@bgc-jena.mpg.de> and contributors",
8-
repo = Remotes.GitHub("bgctw", "FigureHelpers.jl"),
8+
repo = Remotes.GitHub("EarthyScience", "FigureHelpers.jl"),
99
# format=Documenter.HTML(;
1010
# prettyurls=get(ENV, "CI", "false") == "true",
1111
# canonical="https://EarthyScience.github.io/Bigleaf.jl",
@@ -24,6 +24,6 @@ makedocs(sitename="FigureHelpers.jl",
2424
# See "Hosting Documentation" and deploydocs() in the Documenter manual
2525
# for more information.
2626
deploydocs(
27-
repo = "github.com/bgctw/FigureHelpers.jl.git",
27+
repo = "github.com/EarthyScience/FigureHelpers.jl.git",
2828
devbranch = "main"
2929
)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
FigureHelpers
55
```
66

7-
See all the [github repository](https://github.com/bgctw/FigureHelpers.jl).
7+
See all the [github repository](https://github.com/EarthyScience/FigureHelpers.jl).
88

0 commit comments

Comments
 (0)