You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Grape ships 2 modules:
143
143
### The `Grape` module
144
144
145
145
146
-
For detailed usage, please refer to [documentation](https://li3zhen1.github.io/Grape/Grape/documentation/grape). A quick example here:
146
+
For detailed usage, please refer to [documentation](https://swiftgraphs.github.io/Grape/Grape/documentation/grape). A quick example here:
147
147
148
148
```swift
149
149
importGrape
@@ -182,7 +182,7 @@ struct MyGraph: View {
182
182
183
183
### The `ForceSimulation` module
184
184
<details>
185
-
<summary>Refer to the <ahref="https://li3zhen1.github.io/Grape/ForceSimulation/documentation/forcesimulation/">documentation</a> or expand this section to find more about this module.
185
+
<summary>Refer to the <ahref="https://swiftgraphs.github.io/Grape/ForceSimulation/documentation/forcesimulation/">documentation</a> or expand this section to find more about this module.
186
186
</summary>
187
187
188
188
`ForceSimulation` module mainly contains 3 concepts, `Kinetics`, `ForceProtocol` and `Simulation`.
Copy file name to clipboardExpand all lines: Sources/ForceSimulation/ForceSimulation.docc/Documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Run force simulation within any number of dimensions.
6
6
7
7
The `ForceSimulation` library enables you to create any dimensional simulation that uses velocity Verlet integration.
8
8
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/).
Copy file name to clipboardExpand all lines: Sources/Grape/Grape.docc/Documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The Grape framework enables you to create a graph visualization in SwiftUI. With
13
13
14
14
Grape supports localization features. You can localize the labels in the graph visualization by providing a localized string key.
15
15
16
-
> If you’re looking for a more detailed control of force-directed layouts, please refer to [ForceSimulation | Documentation](https://li3zhen1.github.io/Grape/ForceSimulation/documentation/forcesimulation/).
16
+
> If you’re looking for a more detailed control of force-directed layouts, please refer to [ForceSimulation | Documentation](https://swiftgraphs.github.io/Grape/ForceSimulation/documentation/forcesimulation/).
0 commit comments