diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 8dfa777..0ca9f3e 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -46,7 +46,7 @@ jobs: # - uses: actions/checkout@v4 # with: # ref: 'keepalive' # The branch, tag or SHA to checkout. - # - uses: bgctw/keepalive-workflow@master + # - uses: EarthyScience/keepalive-workflow@master # keepalive-job: # name: Keepalive Workflow # runs-on: ubuntu-latest diff --git a/README.md b/README.md index 934d2a1..a6a470a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # DistributionFits -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://bgctw.github.io/DistributionFits.jl/stable) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bgctw.github.io/DistributionFits.jl/dev) -[![Build Status](https://github.com/bgctw/DistributionFits.jl/workflows/CI/badge.svg)](https://github.com/bgctw/DistributionFits.jl/actions) -[![Coverage](https://codecov.io/gh/bgctw/DistributionFits.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/bgctw/DistributionFits.jl) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://EarthyScience.github.io/DistributionFits.jl/stable) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://EarthyScience.github.io/DistributionFits.jl/dev) +[![Build Status](https://github.com/EarthyScience/DistributionFits.jl/workflows/CI/badge.svg)](https://github.com/EarthyScience/DistributionFits.jl/actions) +[![Coverage](https://codecov.io/gh/EarthyScience/DistributionFits.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/EarthyScience/DistributionFits.jl) Extends [Distributions.jl](https://github.com/JuliaStats/Distributions.jl) @@ -19,7 +19,7 @@ to This can also be used to approximate one distribution via a different distribution by matching its moments. -User needs to [explicitly using Optim.jl](https://bgctw.github.io/DistributionFits.jl/stable/set_optimize/) for DistributionFits.jl to work properly: +User needs to [explicitly using Optim.jl](https://EarthyScience.github.io/DistributionFits.jl/stable/set_optimize/) for DistributionFits.jl to work properly: ```julia using DistributionFits, Optim ``` @@ -32,4 +32,4 @@ Currently, support for the following distributios are implemented: - Weibull (only fitting to two quantiles) - Gamma (only fitting to two quantiles) -See [Documentation](https://bgctw.github.io/DistributionFits.jl/dev) \ No newline at end of file +See [Documentation](https://EarthyScience.github.io/DistributionFits.jl/dev) \ No newline at end of file diff --git a/docs/make.jl b/docs/make.jl index 6494efe..12c7417 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,12 +14,12 @@ DocMeta.setdocmeta!(DistributionFits, makedocs(; modules = [DistributionFits], authors = "Thomas Wutzler and contributors", - #repo="https://github.com/bgctw/DistributionFits.jl/blob/{commit}{path}#{line}", - repo = Remotes.GitHub("bgctw", "DistributionFits.jl"), + #repo="https://github.com/EarthyScience/DistributionFits.jl/blob/{commit}{path}#{line}", + repo = Remotes.GitHub("EarthyScience", "DistributionFits.jl"), sitename = "DistributionFits.jl", format = Documenter.HTML(; prettyurls = get(ENV, "CI", "false") == "true", - canonical = "https://bgctw.github.io/DistributionFits.jl", + canonical = "https://EarthyScience.github.io/DistributionFits.jl", assets = String[],), pages = [ "Home" => "index.md", @@ -37,5 +37,5 @@ makedocs(; ],) deploydocs(; - repo = "github.com/bgctw/DistributionFits.jl", + repo = "github.com/EarthyScience/DistributionFits.jl", devbranch = "main",) diff --git a/docs/src/index.md b/docs/src/index.md index 8dee2b4..3957d25 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,7 +4,7 @@ CurrentModule = DistributionFits # DistributionFits -Package [DistributionFits](https://github.com/bgctw/DistributionFits.jl) +Package [DistributionFits](https://github.com/EarthyScience/DistributionFits.jl) allows fitting a distribution to a given set of aggregate statistics. diff --git a/docs/src/z_autodocs.md b/docs/src/z_autodocs.md index f619fc8..c756c14 100644 --- a/docs/src/z_autodocs.md +++ b/docs/src/z_autodocs.md @@ -4,7 +4,7 @@ CurrentModule = DistributionFits # DistributionFits -Documentation for [DistributionFits](https://github.com/bgctw/DistributionFits.jl). +Documentation for [DistributionFits](https://github.com/EarthyScience/DistributionFits.jl). ```@index ```