Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
adamslc committed Jan 16, 2024
1 parent aeb7da2 commit 2367e8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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")

0 comments on commit 2367e8e

Please sign in to comment.