From ca93e3accce539a484f8d0f4382e3a3e5bc9f0e5 Mon Sep 17 00:00:00 2001 From: Corey Date: Tue, 12 Apr 2022 21:09:25 -0400 Subject: [PATCH] docs: fix API links (#354) * docs: fix API links * Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- Scripts/generate-documentation | 2 +- Sources/ParseSwift/ParseConstants.swift | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca79aee2..9a140236d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,15 @@ ### main -[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/4.3.0...main) +[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/4.3.1...main) * _Contributing to this repo? Add info about your change here to be included in the next release_ +### 4.3.1 +[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/4.3.0...4.3.1) + +__Fixes__ +- Fix links to API documentation ([#354](https://github.com/parse-community/Parse-Swift/pull/354)), thanks to [Corey Baker](https://github.com/cbaker6). + ### 4.3.0 [Full Changelog](https://github.com/parse-community/Parse-Swift/compare/4.2.0...4.3.0) diff --git a/Scripts/generate-documentation b/Scripts/generate-documentation index 25b5c1e90..6fb6435b2 100755 --- a/Scripts/generate-documentation +++ b/Scripts/generate-documentation @@ -118,7 +118,7 @@ EXTRA_DOCC_FLAGS="--index" # If building for publishing, don't pass the --index flag but pass additional flags for # static hosting configuration. if [ "$PUBLISH" = "YES" ]; then - EXTRA_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path ParseSwift/$HOSTING_BASE_PATH" + EXTRA_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path Parse-Swift/$HOSTING_BASE_PATH" fi # Handle the case where a DocC catalog does not exist in the ParseSwift repo diff --git a/Sources/ParseSwift/ParseConstants.swift b/Sources/ParseSwift/ParseConstants.swift index 186183788..70e3b017d 100644 --- a/Sources/ParseSwift/ParseConstants.swift +++ b/Sources/ParseSwift/ParseConstants.swift @@ -10,7 +10,7 @@ import Foundation enum ParseConstants { static let sdk = "swift" - static let version = "4.3.0" + static let version = "4.3.1" static let fileManagementDirectory = "parse/" static let fileManagementPrivateDocumentsDirectory = "Private Documents/" static let fileManagementLibraryDirectory = "Library/"