Skip to content

Commit cc59703

Browse files
committed
Update documentation
1 parent 85db2c2 commit cc59703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/ForceSimulation/ForceSimulation.docc/CreatingASimulationWithBuiltinForces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ A diagram showing the relationships of `Kinetics`, `ForceProtocol` and `Simulati
6767

6868
In this example, we run our simulation in a 2D space (`SIMD2<Double>`). We explicitly create a ``SealedForce2D`` to make sure the force is in the same dimension as the Kinetics. The `Vector` in `Simulation` is inferred from the force we pass.
6969

70-
See [Examples](https://github.com/li3zhen1/Grape/tree/main/Examples) for example Xcode projects.
70+
See [Examples](https://github.com/swiftgraphs/Grape/tree/main/Examples) for example Xcode projects.

Sources/ForceSimulation/ForceSimulation.docc/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Run force simulation within any number of dimensions.
66

77
The `ForceSimulation` library enables you to create any dimensional simulation that uses velocity Verlet integration.
88

9-
If you’re looking for an out-of-the-box SwiftUI View to render force-directed graphs, please refer to [Grape | Documentation](https://li3zhen1.github.io/Grape/Grape/documentation/grape/).
9+
If you’re looking for an out-of-the-box SwiftUI View to render force-directed graphs, please refer to [Grape | Documentation](https://swiftgraphs.github.io/Grape/Grape/documentation/grape/).
1010

1111

1212

0 commit comments

Comments
 (0)