Skip to content

Commit f189916

Browse files
committed
update repo urls to EarthyScience
1 parent 68d25db commit f189916

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# - uses: actions/checkout@v4
4747
# with:
4848
# ref: 'keepalive' # The branch, tag or SHA to checkout.
49-
# - uses: bgctw/keepalive-workflow@master
49+
# - uses: EarthyScience/keepalive-workflow@master
5050
# keepalive-job:
5151
# name: Keepalive Workflow
5252
# runs-on: ubuntu-latest

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# DistributionFits
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://bgctw.github.io/DistributionFits.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bgctw.github.io/DistributionFits.jl/dev)
5-
[![Build Status](https://github.com/bgctw/DistributionFits.jl/workflows/CI/badge.svg)](https://github.com/bgctw/DistributionFits.jl/actions)
6-
[![Coverage](https://codecov.io/gh/bgctw/DistributionFits.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/bgctw/DistributionFits.jl)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://EarthyScience.github.io/DistributionFits.jl/stable)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://EarthyScience.github.io/DistributionFits.jl/dev)
5+
[![Build Status](https://github.com/EarthyScience/DistributionFits.jl/workflows/CI/badge.svg)](https://github.com/EarthyScience/DistributionFits.jl/actions)
6+
[![Coverage](https://codecov.io/gh/EarthyScience/DistributionFits.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/EarthyScience/DistributionFits.jl)
77

88

99
Extends [Distributions.jl](https://github.com/JuliaStats/Distributions.jl)
@@ -19,7 +19,7 @@ to
1919

2020
This can also be used to approximate one distribution via a different distribution by matching its moments.
2121

22-
User needs to [explicitly using Optim.jl](https://bgctw.github.io/DistributionFits.jl/stable/set_optimize/) for DistributionFits.jl to work properly:
22+
User needs to [explicitly using Optim.jl](https://EarthyScience.github.io/DistributionFits.jl/stable/set_optimize/) for DistributionFits.jl to work properly:
2323
```julia
2424
using DistributionFits, Optim
2525
```
@@ -32,4 +32,4 @@ Currently, support for the following distributios are implemented:
3232
- Weibull (only fitting to two quantiles)
3333
- Gamma (only fitting to two quantiles)
3434

35-
See [Documentation](https://bgctw.github.io/DistributionFits.jl/dev)
35+
See [Documentation](https://EarthyScience.github.io/DistributionFits.jl/dev)

docs/make.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ DocMeta.setdocmeta!(DistributionFits,
1414
makedocs(;
1515
modules = [DistributionFits],
1616
authors = "Thomas Wutzler <twutz@bgc-jena.mpg.de> and contributors",
17-
#repo="https://github.com/bgctw/DistributionFits.jl/blob/{commit}{path}#{line}",
18-
repo = Remotes.GitHub("bgctw", "DistributionFits.jl"),
17+
#repo="https://github.com/EarthyScience/DistributionFits.jl/blob/{commit}{path}#{line}",
18+
repo = Remotes.GitHub("EarthyScience", "DistributionFits.jl"),
1919
sitename = "DistributionFits.jl",
2020
format = Documenter.HTML(;
2121
prettyurls = get(ENV, "CI", "false") == "true",
22-
canonical = "https://bgctw.github.io/DistributionFits.jl",
22+
canonical = "https://EarthyScience.github.io/DistributionFits.jl",
2323
assets = String[],),
2424
pages = [
2525
"Home" => "index.md",
@@ -37,5 +37,5 @@ makedocs(;
3737
],)
3838

3939
deploydocs(;
40-
repo = "github.com/bgctw/DistributionFits.jl",
40+
repo = "github.com/EarthyScience/DistributionFits.jl",
4141
devbranch = "main",)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CurrentModule = DistributionFits
44

55
# DistributionFits
66

7-
Package [DistributionFits](https://github.com/bgctw/DistributionFits.jl)
7+
Package [DistributionFits](https://github.com/EarthyScience/DistributionFits.jl)
88
allows fitting a distribution to a given
99
set of aggregate statistics.
1010

docs/src/z_autodocs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CurrentModule = DistributionFits
44

55
# DistributionFits
66

7-
Documentation for [DistributionFits](https://github.com/bgctw/DistributionFits.jl).
7+
Documentation for [DistributionFits](https://github.com/EarthyScience/DistributionFits.jl).
88

99
```@index
1010
```

0 commit comments

Comments
 (0)