Skip to content

Commit

Permalink
Update URLs chriselrod -> JuliaSIMD
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Mar 20, 2021
1 parent 4562f05 commit 93abf4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# SLEEFPirates

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://chriselrod.github.io/SLEEFPirates.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://chriselrod.github.io/SLEEFPirates.jl/dev)
[![CI](https://github.com/chriselrod/SLEEFPirates.jl/workflows/CI/badge.svg)](https://github.com/chriselrod/SLEEFPirates.jl/actions?query=workflow%3ACI)
[![CI (Julia nightly)](https://github.com/chriselrod/SLEEFPirates.jl/workflows/CI%20(Julia%20nightly)/badge.svg)](https://github.com/chriselrod/SLEEFPirates.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22)
[![Codecov](https://codecov.io/gh/chriselrod/SLEEFPirates.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/chriselrod/SLEEFPirates.jl)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaSIMD.github.io/SLEEFPirates.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaSIMD.github.io/SLEEFPirates.jl/dev)
[![CI](https://github.com/JuliaSIMD/SLEEFPirates.jl/workflows/CI/badge.svg)](https://github.com/JuliaSIMD/SLEEFPirates.jl/actions?query=workflow%3ACI)
[![CI (Julia nightly)](https://github.com/JuliaSIMD/SLEEFPirates.jl/workflows/CI%20(Julia%20nightly)/badge.svg)](https://github.com/JuliaSIMD/SLEEFPirates.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22)
[![Codecov](https://codecov.io/gh/JuliaSIMD/SLEEFPirates.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaSIMD/SLEEFPirates.jl)

This library is a fork of SLEEF.jl, which is a port of SLEEF. Musm and Shibatchi deserve the lion's share of the credit behind this library.
This libraries' aim is provide efficient SIMD-able special functions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ makedocs(;
pages=[
"Home" => "index.md",
],
repo="https://github.com/chriselrod/SLEEFPirates.jl/blob/{commit}{path}#L{line}",
repo="https://github.com/JuliaSIMD/SLEEFPirates.jl/blob/{commit}{path}#L{line}",
sitename="SLEEFPirates.jl",
authors="Chris Elrod",
assets=[],
)

deploydocs(;
repo="github.com/chriselrod/SLEEFPirates.jl",
repo="github.com/JuliaSIMD/SLEEFPirates.jl",
)

0 comments on commit 93abf4d

Please sign in to comment.