Skip to content

Commit f44343b

Browse files
Renamed urls
1 parent 113e130 commit f44343b

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-measures.git", branch: "main")
29+
.package(url: "https://github.com/bikecalc/swift-measures.git", branch: "main")
3030
],
3131
...
3232
)
@@ -139,6 +139,6 @@ To be a truly great community, we welcome developers from all walks of life, wit
139139

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

142-
[documentation page]: https://alexandrehsaad.github.io/swift-measures/documentation/measures
143-
[pull request]: https://github.com/alexandrehsaad/swift-measures/pulls
144-
[issue]: https://github.com/alexandrehsaad/swift-measures/issues
142+
[documentation page]: https://bikecalc.github.io/swift-measures/documentation/measures
143+
[pull request]: https://github.com/bikecalc/swift-measures/pulls
144+
[issue]: https://github.com/bikecalc/swift-measures/issues

Sources/Measures/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-measures.git", branch: "main")
15+
.package(url: "https://github.com/bikecalc/swift-measures.git", branch: "main")
1616
],
1717
...
1818
)

0 commit comments

Comments
 (0)