Skip to content

Commit c13d91a

Browse files
committed
Update repository references to progressionkit
1 parent 1cf4009 commit c13d91a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
--disable-indexing \
5656
--output-path ./public \
5757
--transform-for-static-hosting \
58-
--hosting-base-path progresskit
58+
--hosting-base-path progressionkit
5959
6060
cat > ./public/index.html <<'INDEX'
6161
<!doctype html>
62-
<meta http-equiv="refresh" content="0; url=/progresskit/documentation/progressionkit/" />
62+
<meta http-equiv="refresh" content="0; url=/progressionkit/documentation/progressionkit/" />
6363
<title>ProgressionKit Documentation</title>
6464
INDEX
6565

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<a href="https://developer.apple.com/xcode/"><img alt="Xcode" src="https://img.shields.io/badge/Xcode-26.4-50ace8.svg?logo=xcode&logoColor=white"></a>
44
<a href="https://developer.apple.com/documentation/xcode/swift-packages"><img alt="SPM" src="https://img.shields.io/badge/SPM-ready-b68f6a.svg?logo=gitlfs&logoColor=white"></a>
55
<a href="https://en.wikipedia.org/wiki/List_of_Apple_operating_systems"><img alt="Platforms" src="https://img.shields.io/badge/Platforms-iOS%2026+%20%7C%20macOS%2026+%20%7C%20tvOS%2026+%20%7C%20watchOS%2026+%20%7C%20visionOS%2026+-lightgrey.svg?logo=apple&logoColor=white"></a>
6-
<a href="https://thatfactory.github.io/progresskit/documentation/progressionkit/"><img alt="DocC" src="https://img.shields.io/badge/DocC-documentation-0288D1.svg?logo=bookstack&logoColor=white"></a>
6+
<a href="https://thatfactory.github.io/progressionkit/documentation/progressionkit/"><img alt="DocC" src="https://img.shields.io/badge/DocC-documentation-0288D1.svg?logo=bookstack&logoColor=white"></a>
77
<a href="https://en.wikipedia.org/wiki/MIT_License"><img alt="License" src="https://img.shields.io/badge/License-MIT-67ac5b.svg?logo=googledocs&logoColor=white"></a>
8-
<a href="https://github.com/thatfactory/progresskit/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/thatfactory/progresskit/actions/workflows/ci.yml/badge.svg"></a>
9-
<a href="https://github.com/thatfactory/progresskit/actions/workflows/release.yml"><img alt="Release" src="https://github.com/thatfactory/progresskit/actions/workflows/release.yml/badge.svg"></a>
8+
<a href="https://github.com/thatfactory/progressionkit/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/thatfactory/progressionkit/actions/workflows/ci.yml/badge.svg"></a>
9+
<a href="https://github.com/thatfactory/progressionkit/actions/workflows/release.yml"><img alt="Release" src="https://github.com/thatfactory/progressionkit/actions/workflows/release.yml/badge.svg"></a>
1010
</p>
1111

1212
# ProgressionKit
@@ -69,7 +69,7 @@ In your `Package.swift`, add `ProgressionKit` as a dependency:
6969
```swift
7070
dependencies: [
7171
.package(
72-
url: "https://github.com/thatfactory/progresskit",
72+
url: "https://github.com/thatfactory/progressionkit",
7373
from: "0.1.0"
7474
)
7575
]
@@ -84,7 +84,7 @@ targets: [
8484
dependencies: [
8585
.product(
8686
name: "ProgressionKit",
87-
package: "progresskit"
87+
package: "progressionkit"
8888
)
8989
]
9090
)

0 commit comments

Comments
 (0)