diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f08de..f33c8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All significant changes to this project will be documented in this file. ## [1.0.0-beta.4](https://github.com/stickytools/sticky-encoding/tree/1.0.0-beta.4) #### Added -- Added complete documentation set available @ [https://stickytools.io/stickyencoding](https://stickytools.io/stickyencoding). +- Added complete documentation set available @ [https://stickytools.io/sticky-encoding](https://stickytools.io/sticky-encoding). ## [1.0.0-beta.3](https://github.com/stickytools/sticky-encoding/tree/1.0.0-beta.3) diff --git a/README.md b/README.md index b621ebe..34986dc 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ format that can be stored on disk or sent over a socket. ## Documentation -* [User Guides & Reference](https://stickytools.io/stickyencoding) - Extensive user guides and reference documentation! 100% documented API, full examples and many hidden details. +* [User Guides & Reference](https://stickytools.io/sticky-encoding) - Extensive user guides and reference documentation! 100% documented API, full examples and many hidden details. ## Quick Start Guide diff --git a/Sources/StickyEncoding/DecodingError+Extensions.swift b/Sources/StickyEncoding/DecodingError+Extensions.swift index b6846b7..beaaa20 100644 --- a/Sources/StickyEncoding/DecodingError+Extensions.swift +++ b/Sources/StickyEncoding/DecodingError+Extensions.swift @@ -23,7 +23,6 @@ import Swift /// /// Extension encapsulating error messages and the context for `DecodingError`s. /// -internal extension DecodingError { // MARK: - `DecodingError.keyNotFound` errors. diff --git a/Sources/StickyEncoding/EncodedData.swift b/Sources/StickyEncoding/EncodedData.swift index 5c80518..246bb91 100644 --- a/Sources/StickyEncoding/EncodedData.swift +++ b/Sources/StickyEncoding/EncodedData.swift @@ -75,7 +75,7 @@ public class EncodedData { /// Support to/from UnsafeRawBuffers. /// -public extension EncodedData { +extension EncodedData { // MARK: UnsafeRawBufferPointer Support @@ -99,7 +99,7 @@ public extension EncodedData { /// Support to/from Array /// -public extension EncodedData { +extension EncodedData { // MARK: Byte Array ([UInt8]) Support @@ -114,7 +114,7 @@ public extension EncodedData { /// `Swift.Data` support for `EncodedData`. /// -public extension EncodedData { +extension EncodedData { // MARK: `Swift.Data` Support diff --git a/StickyEncoding.podspec b/StickyEncoding.podspec index 6263cb8..77e0383 100644 --- a/StickyEncoding.podspec +++ b/StickyEncoding.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/stickytools/sticky-encoding" s.author = { "Tony Stone" => "https://github.com/tonystone" } s.source = { :git => "https://github.com/stickytools/sticky-encoding.git", :tag => s.version.to_s } - s.documentation_url = 'https://stickytools.io/stickyencoding/index.html' + s.documentation_url = 'https://stickytools.io/sticky-encoding/index.html' s.swift_version = '4.2' diff --git a/docs/docsets/StickyEncoding.tgz b/docs/docsets/StickyEncoding.tgz index 6c1f467..885a98c 100644 Binary files a/docs/docsets/StickyEncoding.tgz and b/docs/docsets/StickyEncoding.tgz differ