Skip to content

Commit f11c769

Browse files
authored
Merge pull request #13 from stickytools/update-docs-url
Updated docs url.
2 parents b214845 + 4f726a3 commit f11c769

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All significant changes to this project will be documented in this file.
44
## [1.0.0-beta.4](https://github.com/stickytools/sticky-encoding/tree/1.0.0-beta.4)
55

66
#### Added
7-
- Added complete documentation set available @ [https://stickytools.io/stickyencoding](https://stickytools.io/stickyencoding).
7+
- Added complete documentation set available @ [https://stickytools.io/sticky-encoding](https://stickytools.io/sticky-encoding).
88

99
## [1.0.0-beta.3](https://github.com/stickytools/sticky-encoding/tree/1.0.0-beta.3)
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ format that can be stored on disk or sent over a socket.
3030

3131
## Documentation
3232

33-
* [User Guides & Reference](https://stickytools.io/stickyencoding) - Extensive user guides and reference documentation! 100% documented API, full examples and many hidden details.
33+
* [User Guides & Reference](https://stickytools.io/sticky-encoding) - Extensive user guides and reference documentation! 100% documented API, full examples and many hidden details.
3434

3535
## Quick Start Guide
3636

Sources/StickyEncoding/DecodingError+Extensions.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import Swift
2323
///
2424
/// Extension encapsulating error messages and the context for `DecodingError`s.
2525
///
26-
internal
2726
extension DecodingError {
2827

2928
// MARK: - `DecodingError.keyNotFound` errors.

Sources/StickyEncoding/EncodedData.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class EncodedData {
7575

7676
/// Support to/from UnsafeRawBuffers.
7777
///
78-
public extension EncodedData {
78+
extension EncodedData {
7979

8080
// MARK: UnsafeRawBufferPointer Support
8181

@@ -99,7 +99,7 @@ public extension EncodedData {
9999

100100
/// Support to/from Array<UInt8>
101101
///
102-
public extension EncodedData {
102+
extension EncodedData {
103103

104104
// MARK: Byte Array ([UInt8]) Support
105105

@@ -114,7 +114,7 @@ public extension EncodedData {
114114

115115
/// `Swift.Data` support for `EncodedData`.
116116
///
117-
public extension EncodedData {
117+
extension EncodedData {
118118

119119
// MARK: `Swift.Data` Support
120120

StickyEncoding.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.homepage = "https://github.com/stickytools/sticky-encoding"
1919
s.author = { "Tony Stone" => "https://github.com/tonystone" }
2020
s.source = { :git => "https://github.com/stickytools/sticky-encoding.git", :tag => s.version.to_s }
21-
s.documentation_url = 'https://stickytools.io/stickyencoding/index.html'
21+
s.documentation_url = 'https://stickytools.io/sticky-encoding/index.html'
2222

2323
s.swift_version = '4.2'
2424

docs/docsets/StickyEncoding.tgz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)