diff --git a/_includes/content/compose-extfields-sub.md b/_includes/content/compose-extfields-sub.md index b415632fdab..1f4368c8d05 100644 --- a/_includes/content/compose-extfields-sub.md +++ b/_includes/content/compose-extfields-sub.md @@ -20,7 +20,7 @@ x-custom: ``` The contents of those fields are ignored by Compose, but they can be -inserted in your resource definitions using [YAML anchors](http://www.yaml.org/spec/1.2/spec.html#id2765878). +inserted in your resource definitions using [YAML anchors](https://yaml.org/spec/1.2/spec.html#id2765878). For example, if you want several of your services to use the same logging configuration: @@ -53,7 +53,7 @@ services: ``` It is also possible to partially override values in extension fields using -the [YAML merge type](http://yaml.org/type/merge.html). For example: +the [YAML merge type](https://yaml.org/type/merge.html). For example: ```yaml version: '3.4' diff --git a/_includes/content/ssh/ssh-overview.md b/_includes/content/ssh/ssh-overview.md index 1358081b2c8..217cfa987d6 100644 --- a/_includes/content/ssh/ssh-overview.md +++ b/_includes/content/ssh/ssh-overview.md @@ -10,5 +10,5 @@ topics below are derived from that GitHub documentation. Commands for working with SSH keys are described for Mac, Windows, and Linux. The Windows steps suggest using [Git Bash](https://git-for-windows.github.io/) but you could also use a tool like -[PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) or +[PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) or [Bitvise](https://www.bitvise.com/index). diff --git a/_samples/library/jruby.md b/_samples/library/jruby.md index 43b9a3c5556..ff9121680fb 100644 --- a/_samples/library/jruby.md +++ b/_samples/library/jruby.md @@ -8,10 +8,10 @@ hide_from_sitemap: true redirect_from: - /samples/jruby/ description: | - JRuby (http://www.jruby.org) is an implementation of Ruby (http://www.ruby-lang.org) on the JVM. + JRuby (https://www.jruby.org) is an implementation of Ruby (https://www.ruby-lang.org/en/) on the JVM. --- -JRuby (http://www.jruby.org) is an implementation of Ruby (http://www.ruby-lang.org) on the JVM. +JRuby (https://www.jruby.org) is an implementation of Ruby (https://www.ruby-lang.org/en/) on the JVM. {% include library-samples.md %} diff --git a/components.md b/components.md index 70c78f747cb..1e790c6532f 100644 --- a/components.md +++ b/components.md @@ -4,12 +4,12 @@ title: Components hide_from_sitemap: true --- -For components and controls we are using [Bootstrap](http://getbootstrap.com/) +For components and controls we are using [Bootstrap](https://getbootstrap.com)