Skip to content

Commit

Permalink
Merge pull request #13 from stickytools/update-docs-url
Browse files Browse the repository at this point in the history
Updated docs url.
  • Loading branch information
tonystone authored Mar 30, 2019
2 parents b214845 + 4f726a3 commit f11c769
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion Sources/StickyEncoding/DecodingError+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import Swift
///
/// Extension encapsulating error messages and the context for `DecodingError`s.
///
internal
extension DecodingError {

// MARK: - `DecodingError.keyNotFound` errors.
Expand Down
6 changes: 3 additions & 3 deletions Sources/StickyEncoding/EncodedData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class EncodedData {

/// Support to/from UnsafeRawBuffers.
///
public extension EncodedData {
extension EncodedData {

// MARK: UnsafeRawBufferPointer Support

Expand All @@ -99,7 +99,7 @@ public extension EncodedData {

/// Support to/from Array<UInt8>
///
public extension EncodedData {
extension EncodedData {

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

Expand All @@ -114,7 +114,7 @@ public extension EncodedData {

/// `Swift.Data` support for `EncodedData`.
///
public extension EncodedData {
extension EncodedData {

// MARK: `Swift.Data` Support

Expand Down
2 changes: 1 addition & 1 deletion StickyEncoding.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
Binary file modified docs/docsets/StickyEncoding.tgz
Binary file not shown.

0 comments on commit f11c769

Please sign in to comment.