File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
7070dependencies: [
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 )
You can’t perform that action at this time.
0 commit comments