diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f4c6485..692476ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -752,7 +752,7 @@ [#310](https://github.com/realm/jazzy/pull/310) * Render special list items (e.g. Throws, See, etc.). See - http://ericasadun.com/2015/06/14/swift-header-documentation-in-xcode-7/ for + https://ericasadun.com/2015/06/14/swift-header-documentation-in-xcode-7/ for a complete list. [JP Simard](https://github.com/jpsim) [#317](https://github.com/realm/jazzy/issues/317) diff --git a/README.md b/README.md index 3bb54088f..ebbf2f58a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ all available options, run `jazzy --help config`. ### Supported keywords Swift documentation is written in markdown and supports a number of special keywords. -For a complete list and examples, see Erica Sadun's post on [*Swift header documentation in Xcode 7*](http://ericasadun.com/2015/06/14/swift-header-documentation-in-xcode-7/), +For a complete list and examples, see Erica Sadun's post on [*Swift header documentation in Xcode 7*](https://ericasadun.com/2015/06/14/swift-header-documentation-in-xcode-7/), her [book on Swift Documentation Markup](https://itunes.apple.com/us/book/swift-documentation-markup/id1049010423), and the [Xcode Markup Formatting Reference](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/). For Objective-C documentation the same keywords are supported, but note that the format @@ -186,7 +186,7 @@ Unlike the `--documentation` option, these files are not included in navigation This is very helpful when using `custom_categories` for grouping types and including relevant documentation in those sections. -For an example of a project using both `--documentation` and `--abstract` see: [http://reswift.github.io/ReSwift/](http://reswift.github.io/ReSwift/) +For an example of a project using both `--documentation` and `--abstract` see: [https://reswift.github.io/ReSwift/](https://reswift.github.io/ReSwift/) ### Controlling what is documented @@ -273,10 +273,10 @@ See [our other open source projects](https://github.com/realm), read [our blog](https://realm.io/news) or say hi on twitter ([@realm](https://twitter.com/realm)). -[clang]: http://clang.llvm.org "Clang" -[sourcekit]: http://www.jpsim.com/uncovering-sourcekit "Uncovering SourceKit" -[ast]: http://clang.llvm.org/docs/IntroductionToTheClangAST.html "Introduction To The Clang AST" +[clang]: https://clang.llvm.org "Clang" +[sourcekit]: https://www.jpsim.com/uncovering-sourcekit "Uncovering SourceKit" +[ast]: https://clang.llvm.org/docs/IntroductionToTheClangAST.html "Introduction To The Clang AST" [xcode]: https://developer.apple.com/xcode "Xcode" [SourceKitten]: https://github.com/jpsim/SourceKitten "SourceKitten" -[bundler]: http://rubygems.org/gems/bundler -[mustache]: http://mustache.github.io "Mustache" +[bundler]: https://rubygems.org/gems/bundler +[mustache]: https://mustache.github.io "Mustache" diff --git a/jazzy.gemspec b/jazzy.gemspec index f68cca69c..09d95e8ec 100644 --- a/jazzy.gemspec +++ b/jazzy.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.description = 'Soulful docs for Swift & Objective-C. ' \ "Run in your Xcode project's root directory for " \ 'instant HTML docs.' - spec.homepage = 'http://github.com/realm/jazzy' + spec.homepage = 'https://github.com/realm/jazzy' spec.license = 'MIT' spec.files = `git ls-files`.split($/) diff --git a/lib/jazzy/config.rb b/lib/jazzy/config.rb index 78fe99057..9e44fe621 100644 --- a/lib/jazzy/config.rb +++ b/lib/jazzy/config.rb @@ -194,7 +194,7 @@ def expand_path(path) config_attr :author_url, command_line: ['-u', '--author_url URL'], - description: 'Author URL of this project (e.g. http://realm.io)', + description: 'Author URL of this project (e.g. https://realm.io)', default: '', parse: ->(u) { URI(u) } @@ -252,7 +252,7 @@ def expand_path(path) config_attr :dash_url, command_line: ['-d', '--dash_url URL'], description: 'Location of the dash XML feed '\ - 'e.g. http://realm.io/docsets/realm.xml)', + 'e.g. https://realm.io/docsets/realm.xml)', parse: ->(d) { URI(d) } config_attr :github_url, @@ -302,7 +302,7 @@ def expand_path(path) description: ['Custom navigation categories to replace the standard '\ '“Classes, Protocols, etc.”', 'Types not explicitly named '\ 'in a custom category appear in generic groups at the end.', - 'Example: http://git.io/v4Bcp'], + 'Example: https://git.io/v4Bcp'], default: [] config_attr :custom_head, diff --git a/lib/jazzy/docset_builder.rb b/lib/jazzy/docset_builder.rb index 0a7fac141..6864bca86 100644 --- a/lib/jazzy/docset_builder.rb +++ b/lib/jazzy/docset_builder.rb @@ -3,7 +3,7 @@ module Jazzy module DocBuilder - # Follows the instructions found at http://kapeli.com/docsets#dashDocset. + # Follows the instructions found at https://kapeli.com/docsets#dashDocset. class DocsetBuilder include Config::Mixin diff --git a/lib/jazzy/themes/apple/templates/footer.mustache b/lib/jazzy/themes/apple/templates/footer.mustache index b4ff3a277..12c2fd264 100644 --- a/lib/jazzy/themes/apple/templates/footer.mustache +++ b/lib/jazzy/themes/apple/templates/footer.mustache @@ -1,4 +1,4 @@ diff --git a/lib/jazzy/themes/fullwidth/templates/footer.mustache b/lib/jazzy/themes/fullwidth/templates/footer.mustache index eb689df1d..0702df6dc 100644 --- a/lib/jazzy/themes/fullwidth/templates/footer.mustache +++ b/lib/jazzy/themes/fullwidth/templates/footer.mustache @@ -1,4 +1,4 @@ diff --git a/lib/jazzy/themes/jony/templates/footer.mustache b/lib/jazzy/themes/jony/templates/footer.mustache index b4ff3a277..12c2fd264 100644 --- a/lib/jazzy/themes/jony/templates/footer.mustache +++ b/lib/jazzy/themes/jony/templates/footer.mustache @@ -1,4 +1,4 @@ diff --git a/spec/integration_specs b/spec/integration_specs index 4b6c429a9..fb95556ef 160000 --- a/spec/integration_specs +++ b/spec/integration_specs @@ -1 +1 @@ -Subproject commit 4b6c429a9ab47c8d29f9f4c692d8c976ad919d3e +Subproject commit fb95556ef2522cfe3171b490fa2542e9f9709c40