From cb0d3b1be75af48e53519a2afc21a422ba6681be Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Tue, 12 Oct 2021 15:14:36 +0200 Subject: [PATCH] Change package location to JuliaMath --- README.md | 12 ++++++------ docs/make.jl | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 64c2e02..1172a13 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # ChangesOfVariables.jl -[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/ChangesOfVariables.jl/stable) -[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/ChangesOfVariables.jl/dev) +[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/ChangesOfVariables.jl/stable) +[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/ChangesOfVariables.jl/dev) [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md) -[![Build Status](https://github.com/oschulz/ChangesOfVariables.jl/workflows/CI/badge.svg?branch=master)](https://github.com/oschulz/ChangesOfVariables.jl/actions?query=workflow%3ACI) -[![Codecov](https://codecov.io/gh/oschulz/ChangesOfVariables.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/oschulz/ChangesOfVariables.jl) +[![Build Status](https://github.com/JuliaMath/ChangesOfVariables.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaMath/ChangesOfVariables.jl/actions?query=workflow%3ACI) +[![Codecov](https://codecov.io/gh/JuliaMath/ChangesOfVariables.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/ChangesOfVariables.jl) ChangesOfVariables.jl defines functionality to calculate volume element @@ -16,5 +16,5 @@ beyond `Base` and `LinearAlgebra`. ## Documentation -* [Documentation for stable version](https://oschulz.github.io/ChangesOfVariables.jl/stable) -* [Documentation for development version](https://oschulz.github.io/ChangesOfVariables.jl/dev) +* [Documentation for stable version](https://JuliaMath.github.io/ChangesOfVariables.jl/stable) +* [Documentation for development version](https://JuliaMath.github.io/ChangesOfVariables.jl/dev) diff --git a/docs/make.jl b/docs/make.jl index 4d7dfb9..9504cd5 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,7 +20,7 @@ makedocs( modules = [ChangesOfVariables], format = Documenter.HTML( prettyurls = !("local" in ARGS), - canonical = "https://oschulz.github.io/ChangesOfVariables.jl/stable/" + canonical = "https://JuliaMath.github.io/ChangesOfVariables.jl/stable/" ), pages = [ "Home" => "index.md", @@ -33,7 +33,7 @@ makedocs( ) deploydocs( - repo = "github.com/oschulz/ChangesOfVariables.jl.git", + repo = "github.com/JuliaMath/ChangesOfVariables.jl.git", forcepush = true, push_preview = true, )