diff --git a/.jazzy.yaml b/.jazzy.yaml index 53ede41..2109257 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,8 +1,9 @@ module: Yams author: JP Simard, Norio Nomura -author_url: http://jpsim.com +author_url: https://jpsim.com +root_url: https://jpsim.com/Yams/ github_url: https://github.com/jpsim/Yams github_file_prefix: https://github.com/jpsim/Yams/tree/docs theme: fullwidth clean: true -copyright: '© 2018 [JP Simard](http://jpsim.com) under MIT.' +copyright: '© 2018 [JP Simard](https://jpsim.com) under MIT.' diff --git a/README.md b/README.md index 01de6b8..ce083d2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ![Yams](https://raw.githubusercontent.com/jpsim/Yams/master/yams.jpg) -A sweet and swifty [Yaml](http://yaml.org/) parser built on -[libYAML](http://pyyaml.org/wiki/LibYAML). +A sweet and swifty [YAML](http://yaml.org/) parser built on +[LibYAML](https://github.com/yaml/libyaml). [![CircleCI](https://circleci.com/gh/jpsim/Yams.svg?style=svg)](https://circleci.com/gh/jpsim/Yams) diff --git a/Yams.podspec b/Yams.podspec index ae6938c..c1bbba9 100644 --- a/Yams.podspec +++ b/Yams.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Yams' s.version = '0.7.0' - s.summary = 'A sweet and swifty Yaml parser.' + s.summary = 'A sweet and swifty YAML parser.' s.homepage = 'https://github.com/jpsim/Yams' s.source = { :git => s.homepage + '.git', :tag => s.version } s.license = { :type => 'MIT', :file => 'LICENSE' }