diff --git a/README.md b/README.md index 4542581..ffb5665 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -![ParticleInCell.jl Logo](https://raw.githubusercontent.com/adamslc/ParticleInCell2.jl/main/logo/logo.gif) +![ParticleInCell.jl Logo](https://raw.githubusercontent.com/JuliaPlasma/ParticleInCell.jl/main/logo/logo.gif) -[![Latest Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://adamslc.github.io/ParticleInCell2.jl/dev) -[![CI Status](https://github.com/adamslc/ParticleInCell2.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/adamslc/ParticleInCell2.jl/actions/workflows/CI.yml) +[![Latest Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaplasma.github.io/ParticleInCell.jl/dev) +[![CI Status](https://github.com/JuliaPlasma/ParticleInCell.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaPlasma/ParticleInCell.jl/actions/workflows/CI.yml) [![Code Coverage Statistics](https://codecov.io/gh/adamslc/ParticleInCell2.jl/branch/main/graph/badge.svg)](http://codecov.io/github/adamslc/ParticleInCell2.jl) `ParticleInCell.jl` is a Julia package for kinetic plasma physics simulation. @@ -19,7 +19,7 @@ package can be modified to suite your needs. Thus, to install this package, you should use `Pkg.develop`: ```julia using Pkg -Pkg.develop(url="https://github.com/adamslc/ParticleInCell2.jl") +Pkg.develop(url="https://github.com/JuliaPlasma/ParticleInCell.jl") ``` ## Documentation diff --git a/docs/make.jl b/docs/make.jl index dcdfc56..e57f809 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,7 +12,7 @@ PROJECT_TOML = Pkg.TOML.parsefile(joinpath(@__DIR__, "..", "Project.toml")) VERSION = PROJECT_TOML["version"] NAME = PROJECT_TOML["name"] AUTHORS = join(PROJECT_TOML["authors"], ", ") -GITHUB = "https://github.com/adamslc/ParticleInCell2.jl" +GITHUB = "https://github.com/JuliaPlasma/ParticleInCell.jl" @info "Making docs" bib = CitationBibliography(joinpath(@__DIR__, "src", "refs.bib"), style = :authoryear) @@ -47,4 +47,4 @@ makedocs( postprocess_democard_cb() @info "Deploying docs" -deploydocs(repo = "github.com/adamslc/ParticleInCell2.jl.git") +deploydocs(repo = "github.com/JuliaPlasma/ParticleInCell.jl.git")