Skip to content

Commit 323720f

Browse files
committed
fix readme links
1 parent fd40d11 commit 323720f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This Julia package is a lightweight framework for defining N-Dimensional region
1414

1515
## Usage
1616

17-
See [examples/demo/demo.ipynb](https://github.com/rdeits/RegionTrees.jl/blob/master/examples/demo/demo.ipynb) for a tour through the API. You can also check out:
17+
See [examples/demo/demo.ipynb](examples/demo/demo.ipynb) for a tour through the API. You can also check out:
1818

19-
* [examples/adaptive_distances.ipynb](https://github.com/rdeits/RegionTrees.jl/blob/master/examples/adaptive_distances.ipynb) for an adaptively-sampled distance field, or [AdaptiveDistanceFields.jl](https://github.com/rdeits/AdaptiveDistanceFields.jl) for a more complete example [1]
20-
* [examples/adaptive_mpc.ipynb](https://github.com/rdeits/RegionTrees.jl/blob/master/examples/adaptive_mpc.ipynb) for an adaptive approximation of a model-predictive controller
19+
* [examples/adaptive_distances.ipynb](examples/adaptive_distance_fields/adaptive_distances.ipynb) for an adaptively-sampled distance field, or [AdaptiveDistanceFields.jl](https://github.com/rdeits/AdaptiveDistanceFields.jl) for a more complete example [1]
20+
* [examples/adaptive_mpc.ipynb](examples/adaptive_mpc/adaptive_mpc.ipynb) for an adaptive approximation of a model-predictive controller
2121

2222
[1] Frisken et al. "Adaptively Sampled Distance Fields: A General Representation of Shape for Computer Graphics". SIGGRAPH 2000.
2323

0 commit comments

Comments
 (0)