From 2e751c3ccfd369cfceeb7ca7f4e97fb7c8b078dd Mon Sep 17 00:00:00 2001 From: Steve Kelly Date: Mon, 11 Oct 2021 10:24:03 -0400 Subject: [PATCH] update links to juliageometry --- README.md | 6 +++--- docs/make.jl | 2 +- docs/src/index.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2f7210..028f6c8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Descartes -[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://sjkelly.github.io/Descartes.jl/dev) +[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliageometry.github.io/Descartes.jl/dev) -[![codecov](https://codecov.io/gh/sjkelly/Descartes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/sjkelly/Descartes.jl) +[![codecov](https://codecov.io/gh/juliageometry/Descartes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/juliageometry/Descartes.jl) Descartes is a research project into the representation of solid geometry. It 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, inspired by ImplicitCAD, HyperFun, libfive, and several others. The syntax is idiomatic julia, but should be familiar to those used to OpenSCAD, -[Examples](https://github.com/sjkelly/Descartes.jl/tree/master/examples) +[Examples](https://github.com/juliageometry/Descartes.jl/tree/master/examples) There are occasional development updates posted [here](https://sjkellyorg.wordpress.com/category/solid-modeling/). diff --git a/docs/make.jl b/docs/make.jl index 59c8696..0dc9767 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -12,5 +12,5 @@ makedocs( deploydocs( - repo = "github.com/sjkelly/Descartes.jl.git" + repo = "github.com/juliageometry/Descartes.jl.git" ) diff --git a/docs/src/index.md b/docs/src/index.md index c90cf9e..9ad61ea 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,6 +4,6 @@ Descartes is a research project into the representation of solid geometry. It is 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. -[Examples](https://github.com/sjkelly/Descartes.jl/tree/master/examples) +[Examples](https://github.com/juliageoemtry/Descartes.jl/tree/master/examples) There are occasional development updates posted [here](https://sjkellyorg.wordpress.com/category/solid-modeling/).