Skip to content

Commit

Permalink
use https for URLs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 6, 2023
1 parent d639fd1 commit 125bd7f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ ifndef::icons[:conum-guard: {sp}#{sp}]
:url-issues: {url-repo}/issues
:url-search-issues: {url-repo}/search?type=Issues
:url-chat: https://chat.asciidoctor.org
:url-gem: http://rubygems.org/gems/jekyll-asciidoc
:url-gem-asciidoctor: http://rubygems.org/gems/asciidoctor
:url-asciidoc: http://asciidoc.org
:url-asciidoctor: http://asciidoctor.org
:url-gem: https://rubygems.org/gems/jekyll-asciidoc
:url-gem-asciidoctor: https://rubygems.org/gems/asciidoctor
:url-asciidoc: https://asciidoc.org
:url-asciidoctor: https://asciidoctor.org
:url-asciidoctor-backends: https://github.com/asciidoctor/asciidoctor-backends
:url-asciidoctor-docs: {url-asciidoctor}/docs
:url-asciidoctor-diagram: {url-asciidoctor-docs}/asciidoctor-diagram
Expand All @@ -44,10 +44,10 @@ ifndef::icons[:conum-guard: {sp}#{sp}]
:url-front-matter: {url-jekyll-docs}/frontmatter
:url-liquid-templates: {url-jekyll-docs}/templates
:url-variables: {url-jekyll-docs}/variables
:url-graphviz: http://www.graphviz.org
:url-graphviz: https://www.graphviz.org
:url-tilt: https://github.com/rtomayko/tilt
:url-yaml: https://en.wikipedia.org/wiki/YAML
:url-guide-publish-gem: http://guides.rubygems.org/publishing/#publishing-to-rubygemsorg
:url-guide-publish-gem: https://guides.rubygems.org/publishing/#publishing-to-rubygemsorg

ifdef::status[]
image:https://img.shields.io/gem/v/jekyll-asciidoc.svg[Latest Release, link={url-gem}]
Expand Down Expand Up @@ -189,7 +189,7 @@ layout: info
permalink: /sample/
---
= Sample Page
:url-asciidoctor: http://asciidoctor.org
:url-asciidoctor: https://asciidoctor.org
This is a sample page composed in AsciiDoc.
Jekyll converts it to HTML using {url-asciidoctor}[Asciidoctor].
Expand All @@ -206,7 +206,7 @@ Alternatively, you can define the page variables directly in the AsciiDoc header
= Sample Page
:page-layout: info
:page-permalink: /sample/
:url-asciidoctor: http://asciidoctor.org
:url-asciidoctor: https://asciidoctor.org
This is a sample page composed in AsciiDoc.
Jekyll converts it to HTML using {url-asciidoctor}[Asciidoctor].
Expand Down Expand Up @@ -239,7 +239,7 @@ To define a page attribute that contains multiple words, use either a hyphen or
IMPORTANT: Page attributes must be defined in the document header.
That means either putting them directly below the document title (the line beginning with a single equals sign in the sample above) or above all other AsciiDoc content if the document title is not defined in AsciiDoc.
The AsciiDoc document header stops after the first blank line.
For more details about the document header, see the http://asciidoctor.org/docs/user-manual/#doc-header[Document Header] chapter in the Asciidoctor User Manual.
For more details about the document header, see the https://asciidoctor.org/docs/user-manual/#doc-header[Document Header] chapter in the Asciidoctor User Manual.

IMPORTANT: You may use include directives in the the document header.
However, you must ensure that the file included _does not_ contain blank lines.
Expand Down Expand Up @@ -1415,7 +1415,7 @@ Refer to the help page https://help.github.com/articles/adding-jekyll-plugins-to

_But don't despair!_
You can still automate publishing of the generated site to GitHub Pages using a continuous integration job.
Refer to the http://eshepelyuk.github.io/2014/10/28/automate-github-pages-travisci.html[Automate GitHub Pages publishing with Jekyll and Travis CI^] tutorial to find step-by-step instructions.
Refer to the https://eshepelyuk.github.io/2014/10/28/automate-github-pages-travisci.html[Automate GitHub Pages publishing with Jekyll and Travis CI^] tutorial to find step-by-step instructions.
You can also refer to the https://github.com/johncarl81/transfuse-site[Transfuse website build^] for an example in practice.

In fact, if you're using Travis CI, it's even easier than that.
Expand Down

0 comments on commit 125bd7f

Please sign in to comment.