Skip to content

Commit 424c29e

Browse files
committed
update links
1 parent 9cf92fa commit 424c29e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# DistMesh
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://sjkelly.github.io/DistMesh.jl/stable)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://sjkelly.github.io/DistMesh.jl/dev)
5-
[![Build Status](https://travis-ci.com/sjkelly/DistMesh.jl.svg?branch=master)](https://travis-ci.com/sjkelly/DistMesh.jl)
6-
[![Codecov](https://codecov.io/gh/sjkelly/DistMesh.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/sjkelly/DistMesh.jl)
7-
[![Coveralls](https://coveralls.io/repos/github/sjkelly/DistMesh.jl/badge.svg?branch=master)](https://coveralls.io/github/sjkelly/DistMesh.jl?branch=master)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliageometry.github.io/DistMesh.jl/stable)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliageometry.github.io/DistMesh.jl/dev)
5+
[![Build Status](https://travis-ci.com/juliageometry/DistMesh.jl.svg?branch=master)](https://travis-ci.com/juliageometry/DistMesh.jl)
6+
[![Codecov](https://codecov.io/gh/juliageometry/DistMesh.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/juliageometry/DistMesh.jl)
7+
[![Coveralls](https://coveralls.io/repos/github/juliageometry/DistMesh.jl/badge.svg?branch=master)](https://coveralls.io/github/juliageometry/DistMesh.jl?branch=master)
88

9-
The objective of this package is to provide a Matlab-to-Julia port of the DistMesh software by Per-Olof Persson.
9+
The package provides a Julia port of the [DistMesh](http://persson.berkeley.edu/distmesh/) algorithm developed by [Per-Olof Persson](http://persson.berkeley.edu/).

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ makedocs(;
66
pages=[
77
"Home" => "index.md",
88
],
9-
repo="https://github.com/sjkelly/DistMesh.jl/blob/{commit}{path}#L{line}",
9+
repo="https://github.com/juliageometry/DistMesh.jl/blob/{commit}{path}#L{line}",
1010
sitename="DistMesh.jl",
1111
authors="Steve Kelly <[email protected]>",
1212
assets=String[],
1313
)
1414

1515
deploydocs(;
16-
repo="github.com/sjkelly/DistMesh.jl",
16+
repo="github.com/juliageometry/DistMesh.jl",
1717
)

0 commit comments

Comments
 (0)