Skip to content

Commit 2e751c3

Browse files
committed
update links to juliageometry
1 parent c29315d commit 2e751c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Descartes
22

3-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://sjkelly.github.io/Descartes.jl/dev)
3+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliageometry.github.io/Descartes.jl/dev)
44

5-
[![codecov](https://codecov.io/gh/sjkelly/Descartes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/sjkelly/Descartes.jl)
5+
[![codecov](https://codecov.io/gh/juliageometry/Descartes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/juliageometry/Descartes.jl)
66

77
Descartes is a research project into the representation of solid geometry. It
88
is designed to leverage Julia's multiple dispatch and JIT compilation to
@@ -16,7 +16,7 @@ Under the hood Descartes uses a functional representation of geometry,
1616
inspired by ImplicitCAD, HyperFun, libfive, and several others.
1717
The syntax is idiomatic julia, but should be familiar to those used to OpenSCAD,
1818

19-
[Examples](https://github.com/sjkelly/Descartes.jl/tree/master/examples)
19+
[Examples](https://github.com/juliageometry/Descartes.jl/tree/master/examples)
2020

2121
There are occasional development updates posted [here](https://sjkellyorg.wordpress.com/category/solid-modeling/).
2222

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ makedocs(
1212

1313

1414
deploydocs(
15-
repo = "github.com/sjkelly/Descartes.jl.git"
15+
repo = "github.com/juliageometry/Descartes.jl.git"
1616
)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Descartes is a research project into the representation of solid geometry. It is
44

55
The current focus is on the development of feature parity with OpenSCAD and enhanced design with engineering analysis. Under the hood Descartes uses a functional representation of geometry, inspired by ImplicitCAD, HyperFun, libfive, and several others. The syntax is idiomatic julia, but should be familiar to those used to OpenSCAD.
66

7-
[Examples](https://github.com/sjkelly/Descartes.jl/tree/master/examples)
7+
[Examples](https://github.com/juliageoemtry/Descartes.jl/tree/master/examples)
88

99
There are occasional development updates posted [here](https://sjkellyorg.wordpress.com/category/solid-modeling/).

0 commit comments

Comments
 (0)