Skip to content

Commit 48eb7d8

Browse files
committed
Change base url
1 parent ddf9f17 commit 48eb7d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Grape ships 2 modules:
143143
### The `Grape` module
144144

145145

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:
147147

148148
```swift
149149
import Grape
@@ -182,7 +182,7 @@ struct MyGraph: View {
182182

183183
### The `ForceSimulation` module
184184
<details>
185-
<summary>Refer to the <a href="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 <a href="https://swiftgraphs.github.io/Grape/ForceSimulation/documentation/forcesimulation/">documentation</a> or expand this section to find more about this module.
186186
</summary>
187187

188188
`ForceSimulation` module mainly contains 3 concepts, `Kinetics`, `ForceProtocol` and `Simulation`.

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

Sources/Grape/Grape.docc/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Grape framework enables you to create a graph visualization in SwiftUI. With
1313

1414
Grape supports localization features. You can localize the labels in the graph visualization by providing a localized string key.
1515

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/).
1717
1818

1919
## Topics

0 commit comments

Comments
 (0)