diff --git a/README.md b/README.md index a990f6f..3b74e54 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | **Documentation** | **Build Status** | |:-----------------:|:----------------:| -| [![doc dev badge](https://img.shields.io/badge/docs-dev-blue.svg)](https://xiaomingfu2013.github.io/DelaySSAToolkit.jl/dev/) | [![ci badge](https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/actions/workflows/CI.yml?query=branch%3Amain) [![cov badge](https://codecov.io/gh/palmtree2013/DelaySSAToolkit.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/palmtree2013/DelaySSAToolkit.jl) | +| [![doc dev badge](https://img.shields.io/badge/docs-dev-blue.svg)](https://xiaomingfu2013.github.io/DelaySSAToolkit.jl/dev/) | [![ci badge](https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/actions/workflows/CI.yml?query=branch%3Amain) [![cov badge](https://codecov.io/gh/xiaomingfu2013/DelaySSAToolkit.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/xiaomingfu2013/DelaySSAToolkit.jl) | DelaySSAToolkit.jl is a tool developed on top of [JumpProcesses.jl](https://github.com/SciML/JumpProcesses.jl) in Julia which solves the stochastic simulation [[1]](#1) coupled with delays. A portion of this library’s code is taken from the MIT licensed JumpProcesses.jl library. That code is copyright (c) 2017: Chris Rackauckas. This package contains the following features: diff --git a/docs/make.jl b/docs/make.jl index bf832c7..1666d64 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -8,12 +8,12 @@ DocMeta.setdocmeta!( makedocs(; modules=[DelaySSAToolkit], authors="Xiaoming Fu", - repo="https://github.com/palmtree2013/DelaySSAToolkit.jl/blob/{commit}{path}#{line}", + repo="https://github.com/xiaomingfu2013/DelaySSAToolkit.jl/blob/{commit}{path}#{line}", sitename="DelaySSAToolkit.jl", format=Documenter.HTML(; mathengine=Documenter.Writers.HTMLWriter.MathJax2(), prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://palmtree2013.github.io/DelaySSAToolkit.jl", + canonical="https://xiaomingfu2013.github.io/DelaySSAToolkit.jl", assets=String[], ), pages=[ @@ -37,4 +37,4 @@ makedocs(; ], ) -deploydocs(; repo="github.com/palmtree2013/DelaySSAToolkit.jl", devbranch="main") +deploydocs(; repo="github.com/xiaomingfu2013/DelaySSAToolkit.jl", devbranch="main")