Skip to content

Commit ca93e3a

Browse files
authored
docs: fix API links (#354)
* docs: fix API links * Update CHANGELOG.md
1 parent e9b43aa commit ca93e3a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
### main
44

5-
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/4.3.0...main)
5+
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/4.3.1...main)
66
* _Contributing to this repo? Add info about your change here to be included in the next release_
77

8+
### 4.3.1
9+
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/4.3.0...4.3.1)
10+
11+
__Fixes__
12+
- Fix links to API documentation ([#354](https://github.com/parse-community/Parse-Swift/pull/354)), thanks to [Corey Baker](https://github.com/cbaker6).
13+
814
### 4.3.0
915
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/4.2.0...4.3.0)
1016

Scripts/generate-documentation

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ EXTRA_DOCC_FLAGS="--index"
118118
# If building for publishing, don't pass the --index flag but pass additional flags for
119119
# static hosting configuration.
120120
if [ "$PUBLISH" = "YES" ]; then
121-
EXTRA_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path ParseSwift/$HOSTING_BASE_PATH"
121+
EXTRA_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path Parse-Swift/$HOSTING_BASE_PATH"
122122
fi
123123

124124
# Handle the case where a DocC catalog does not exist in the ParseSwift repo

Sources/ParseSwift/ParseConstants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
enum ParseConstants {
1212
static let sdk = "swift"
13-
static let version = "4.3.0"
13+
static let version = "4.3.1"
1414
static let fileManagementDirectory = "parse/"
1515
static let fileManagementPrivateDocumentsDirectory = "Private Documents/"
1616
static let fileManagementLibraryDirectory = "Library/"

0 commit comments

Comments
 (0)