Skip to content

Commit 97ed372

Browse files
Renamed urls
1 parent 072f1f3 commit 97ed372

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Swift Package Manager is a tool for managing the distribution of Swift code
2626
let package: Package = .init(
2727
...
2828
dependencies: [
29-
.package(url: "https://github.com/alexandrehsaad/swift-numeric-protocols.git", branch: "main")
29+
.package(url: "https://github.com/bikecalc/swift-numeric-protocols.git", branch: "main")
3030
],
3131
...
3232
)
@@ -86,6 +86,6 @@ To be a truly great community, we welcome developers from all walks of life, wit
8686

8787
Distributed under Apache License v2.0 with Runtime Library Exception. See the `LICENSE.md` file for more information.
8888

89-
[documentation page]: https://alexandrehsaad.github.io/swift-numeric-protocols/documentation/numeric-protocols
90-
[pull request]: https://github.com/alexandrehsaad/swift-numeric-protocols/pulls
91-
[issue]: https://github.com/alexandrehsaad/swift-numeric-protocols/issues
89+
[documentation page]: https://bikecalc.github.io/swift-numeric-protocols/documentation/numeric-protocols
90+
[pull request]: https://github.com/bikecalc/swift-numeric-protocols/pulls
91+
[issue]: https://github.com/bikecalc/swift-numeric-protocols/issues

Sources/NumericProtocols/Documentation.docc/Articles/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Swift Package Manager is a tool for managing the distribution of Swift code
1212
let package: Package = .init(
1313
...
1414
dependencies: [
15-
.package(url: "https://github.com/alexandrehsaad/swift-numeric-protocols.git", branch: "main")
15+
.package(url: "https://github.com/bikecalc/swift-numeric-protocols.git", branch: "main")
1616
],
1717
...
1818
)

0 commit comments

Comments
 (0)