Skip to content

Commit 549f006

Browse files
committedFeb 19, 2024
fix a broken link
1 parent 69c5049 commit 549f006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/tutorials/trajectory-optimization/trajectory-optimization.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this tutorial, we will demonstrate how to use polyfem to optimize the initial
1212

1313
The following items are necessary to complete this tutorial. To reproduce the experiment, you can feel free to use either the given mesh files or your own mesh.
1414

15-
- [ ] [Build PolyFEM](../../cxx_index)
15+
- [ ] [Build PolyFEM](../../cxx_index.md)
1616
- [ ] [Download File: square.obj](https://github.com/polyfem/polyfem-data/blob/main/contact/meshes/2D/simple/square.obj)
1717
- [ ] [Download File: circle.msh](https://github.com/polyfem/polyfem-data/blob/main/differentiable/circle.msh)
1818
- [ ] [Download File: barycenter-opt.json](https://github.com/polyfem/polyfem-data/blob/main/differentiable/optimizations/initial-condition-trajectory-opt/barycenter-opt.json)
@@ -23,7 +23,7 @@ The files can also be found at [polyfem-data](https://github.com/polyfem/polyfem
2323

2424
### Build PolyFEM
2525

26-
The instructions for building PolyFEM can be found [here](../../cxx_index).
26+
The instructions for building PolyFEM can be found [here](../../cxx_index.md).
2727

2828
Then you can use it by
2929

0 commit comments

Comments
 (0)