Skip to content

Commit

Permalink
update some links from http to https where supported (rstacruz#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmi-13 committed Nov 1, 2022
1 parent b7f08ce commit 71a0a65
Show file tree
Hide file tree
Showing 20 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion _sass/2015/base/utils.sass
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
font-kerning: auto

// opentype options: kerning, ligatures, horiz ligatures, discretionary ligatures, contextual swash
// http://en.wikipedia.org/wiki/List_of_typographic_features
// https://en.wikipedia.org/wiki/List_of_typographic_features
-webkit-font-feature-settings: "kern", "liga", "dlig", "hlig", "cswh"
font-feature-settings: "kern", "liga", "dlig", "hlig", "cswh"

Expand Down
20 changes: 10 additions & 10 deletions ansible-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Define your tasks in any of these formats. One-line format is preferred for shor
bare: yes
```

See: [git module](http://devdocs.io/ansible/git_module)
See: [git module](https://devdocs.io/ansible/git_module)

### git_config

Expand All @@ -108,7 +108,7 @@ See: [git module](http://devdocs.io/ansible/git_module)
value: hi@example.com
```

See: [git_config module](http://devdocs.io/ansible/git_config_module)
See: [git_config module](https://devdocs.io/ansible/git_config_module)

### user

Expand All @@ -122,7 +122,7 @@ See: [git_config module](http://devdocs.io/ansible/git_config_module)
comment: "Git Version Control"
```

See: [user module](http://devdocs.io/ansible/user_module)
See: [user module](https://devdocs.io/ansible/user_module)

### service

Expand All @@ -133,7 +133,7 @@ See: [user module](http://devdocs.io/ansible/user_module)
enabled: yes # optional
```

See: [service module](http://devdocs.io/ansible/service_module)
See: [service module](https://devdocs.io/ansible/service_module)

## Shell

Expand Down Expand Up @@ -161,7 +161,7 @@ See: [service module](http://devdocs.io/ansible/service_module)
echo "multiple lines"
```

See: [shell module](http://devdocs.io/ansible/shell_module)
See: [shell module](https://devdocs.io/ansible/shell_module)

### script

Expand All @@ -173,7 +173,7 @@ See: [shell module](http://devdocs.io/ansible/shell_module)
chdir: /path # cd here before running
```

See: [script module](http://devdocs.io/ansible/script_module)
See: [script module](https://devdocs.io/ansible/script_module)

## Files

Expand All @@ -192,7 +192,7 @@ See: [script module](http://devdocs.io/ansible/script_module)
force: yes # ln -nfs
```

See: [file module](http://devdocs.io/ansible/file_module)
See: [file module](https://devdocs.io/ansible/file_module)

### copy

Expand All @@ -208,7 +208,7 @@ See: [file module](http://devdocs.io/ansible/file_module)
backup: yes
```

See: [copy module](http://devdocs.io/ansible/copy_module)
See: [copy module](https://devdocs.io/ansible/copy_module)

### template

Expand All @@ -224,7 +224,7 @@ See: [copy module](http://devdocs.io/ansible/copy_module)
backup: yes
```

See: [template module](http://devdocs.io/ansible/template_module)
See: [template module](https://devdocs.io/ansible/template_module)

## Local actions

Expand All @@ -242,6 +242,6 @@ See: [template module](http://devdocs.io/ansible/template_module)
msg: "Hello {{ var }}"
```

See: [debug module](http://devdocs.io/ansible/debug_module)
See: [debug module](https://devdocs.io/ansible/debug_module)
{% endraw %}

2 changes: 1 addition & 1 deletion appcache.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CACHE MANIFEST
# version
CACHE:
http://www.google.com/jsapi
https://www.google.com/jsapi
/assets/app.js
/assets/bg.png
Expand Down
10 changes: 5 additions & 5 deletions awscli.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ aws configure --profile project2
eb config
```

See: <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html>
See: <https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html>

## ebextensions

* <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers.html>
* <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-ec2.html>
* <https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers.html>
* <https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-ec2.html>

## Also see

* [AWS CLI](https://aws.amazon.com/cli/)
* [Documentation](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)
* [All commands](http://docs.aws.amazon.com/cli/latest/reference/#available-services)
* [Documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)
* [All commands](https://docs.aws.amazon.com/cli/latest/reference/#available-services)
6 changes: 3 additions & 3 deletions capybara.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ page.status_code == 200
page.response_headers
```

See: <http://www.rubydoc.info/github/jnicklas/capybara/master/Capybara/Session>
See: <https://www.rubydoc.info/github/jnicklas/capybara/master/Capybara/Session>

### Poltergeist

Expand Down Expand Up @@ -333,5 +333,5 @@ page.set_rack_session(foo: 'bar')
## See also
{: .-one-column}

- <http://rubydoc.info/github/jnicklas/capybara/Capybara/RSpecMatchers>
- <http://www.rubydoc.info/github/jnicklas/capybara/master/Capybara/Node/Matchers>
- <https://rubydoc.info/github/jnicklas/capybara/Capybara/RSpecMatchers>
- <https://www.rubydoc.info/github/jnicklas/capybara/master/Capybara/Node/Matchers>
2 changes: 1 addition & 1 deletion css-flexbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ Vertically-center all items.
{: .-one-column}

* [MDN: Using CSS flexbox](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes)
* [Ultimate flexbox cheatsheet](http://www.sketchingwithcss.com/samplechapter/cheatsheet.html)
* [Ultimate flexbox cheatsheet](https://www.sketchingwithcss.com/samplechapter/cheatsheet.html)
2 changes: 1 addition & 1 deletion docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ Delete all the volumes
Also see
--------

* [Getting Started](http://www.docker.io/gettingstarted/) _(docker.io)_
* [Getting Started](https://www.docker.io/gettingstarted/) _(docker.io)_
12 changes: 6 additions & 6 deletions enzyme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords:
### Introduction
{: .-intro}

[Enzyme](http://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x.
[Enzyme](https://airbnb.io/enzyme) lets you write unit tests for React components. This guide covers Enzyme 3.x.

- [Enzyme website](https://enzymejs.github.io/enzyme/) _(enzymejs.github.io)_

Expand All @@ -41,8 +41,8 @@ wrap = mount(<MyComponent />)
Shallow wrapping doesn't descend down to sub-components.
A full mount also mounts sub-components.

See: [Shallow rendering](http://airbnb.io/enzyme/docs/api/shallow.html),
[Full rendering](http://airbnb.io/enzyme/docs/api/mount.html)
See: [Shallow rendering](https://airbnb.io/enzyme/docs/api/shallow.html),
[Full rendering](https://airbnb.io/enzyme/docs/api/mount.html)

### Debugging

Expand All @@ -52,7 +52,7 @@ console.log(wrap.debug())

Shows HTML for debugging purposes.

See: [debug()](http://airbnb.io/enzyme/docs/api/ReactWrapper/debug.html)
See: [debug()](https://airbnb.io/enzyme/docs/api/ReactWrapper/debug.html)

## Examples
{: .-three-column}
Expand Down Expand Up @@ -173,7 +173,7 @@ Enzyme.configure({ adapter: new Adapter() })

This configures Enzyme for React v16, and Jest to automatically configure Enzyme for you. There are other adapters in Enzyme's installation instructions.

See: [Installation](http://airbnb.io/enzyme/#installation)
See: [Installation](https://airbnb.io/enzyme/#installation)

### Jest snapshots

Expand Down Expand Up @@ -229,7 +229,7 @@ wrap.getElements() // → Array<ReactElement>
wrap.getDOMNode() // → DOMComponent
```

See: [Full rendering API](http://airbnb.io/enzyme/docs/api/mount.html)
See: [Full rendering API](https://airbnb.io/enzyme/docs/api/mount.html)

### Actions

Expand Down
2 changes: 1 addition & 1 deletion heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updated: 2017-10-11
description: |
A one-page reference to common Heroku-CLI commands.
intro: |
[Heroku](http://heroku.com/) is a web hosting platform supporting many languages, and this guide is a reference to Heroku's [command-line interface](http://heroku.com/).
[Heroku](https://heroku.com/) is a web hosting platform supporting many languages, and this guide is a reference to Heroku's [command-line interface](https://heroku.com/).
---

### `create` - Create an app
Expand Down
4 changes: 2 additions & 2 deletions html-microformats.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ layout: 2017/sheet
### Author

``` html
<span class="entry-author" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person">
<a href="http://AUTHORPAGE" class="entry-author-link" itemprop="url" rel="author">
<span class="entry-author" itemprop="author" itemscope="itemscope" itemtype="https://schema.org/Person">
<a href="https://AUTHORPAGE" class="entry-author-link" itemprop="url" rel="author">
<span class="entry-author-name" itemprop="name">AUTHORNAME</span>
</a>
</span>
Expand Down
36 changes: 18 additions & 18 deletions jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ END
bundle exec jekyll serve
```

See: [Jekyll quickstart](http://jekyllrb.com/docs/quickstart/)<br>
See: [Jekyll quickstart](https://jekyllrb.com/docs/quickstart/)<br>
See: [github/pages-gem](https://github.com/github/pages-gem)

### Directories
Expand Down Expand Up @@ -81,7 +81,7 @@ Hello! this is my post.
{: data-line="1,2,3,4"}

Attach metadata to a page by adding them on top of the page, delimited by `---`.
See: [Front-matter](http://jekyllrb.com/docs/frontmatter/)
See: [Front-matter](https://jekyllrb.com/docs/frontmatter/)

### Other frontmatter stuff

Expand All @@ -108,7 +108,7 @@ include: ['.htaccess']
```

All config keys are optional.
See: [Configuration](http://jekyllrb.com/docs/configuration/)
See: [Configuration](https://jekyllrb.com/docs/configuration/)

Markup
------
Expand Down Expand Up @@ -216,7 +216,7 @@ Markup
| `{{ content }}` | HTML content (use in layouts) |
| `{{ paginator }}` | Paginator |

See: [Variables](http://jekyllrb.com/docs/variables/)
See: [Variables](https://jekyllrb.com/docs/variables/)

### Site

Expand Down Expand Up @@ -358,7 +358,7 @@ Filters
| --- | --- |
| `slice:` _-3, 3_ | |

See: [String filters](http://docs.shopify.com/themes/liquid-documentation/filters)
See: [String filters](https://docs.shopify.com/themes/liquid-documentation/filters)

### String filters (Jekyll-only)

Expand Down Expand Up @@ -407,7 +407,7 @@ paginate: 5
paginate_path: "blog/:num"
```
See: [Paginator](http://jekyllrb.com/docs/pagination/)
See: [Paginator](https://jekyllrb.com/docs/pagination/)
### Numbers
Expand Down Expand Up @@ -446,21 +446,21 @@ See: [Paginator](http://jekyllrb.com/docs/pagination/)

_posts/YEAR-MONTH-DAY-title.md

See: [Blogging](http://jekyllrb.com/docs/posts/)
See: [Blogging](https://jekyllrb.com/docs/posts/)

### Image paths

![My helpful screenshot]({{ site.url }}/assets/screenshot.jpg)

See: [Image paths](http://jekyllrb.com/docs/posts/#including-images-and-resources)
See: [Image paths](https://jekyllrb.com/docs/posts/#including-images-and-resources)

### Drafts

vi _drafts/a-draft-post.md
jekyll build --drafts

Posts in `_drafts` only show up in development, but not production.
See: [Drafts](http://jekyllrb.com/docs/drafts/)
See: [Drafts](https://jekyllrb.com/docs/drafts/)

### Defining excerpts

Expand All @@ -474,7 +474,7 @@ Hello, let's talk about cats. (···)
```

Put a key `excerpt` in the frontmatter.
See: [Excerpts](http://jekyllrb.com/docs/posts/#post-excerpts)
See: [Excerpts](https://jekyllrb.com/docs/posts/#post-excerpts)

### Displaying excerpts

Expand Down Expand Up @@ -509,7 +509,7 @@ Alternatively, you can put excerpts inline in your post by defining `excerpt_sep
permalink: none # /:categories/:title.html
permalink: "/:title"

See: [Permalinks](http://jekyllrb.com/docs/permalinks/)
See: [Permalinks](https://jekyllrb.com/docs/permalinks/)

## More features

Expand All @@ -526,7 +526,7 @@ _data/members.yml
{% endfor %}
```

See: [Data](http://jekyllrb.com/docs/datafiles/)
See: [Data](https://jekyllrb.com/docs/datafiles/)

### Collections

Expand All @@ -549,7 +549,7 @@ real_name: Anne Rice
{% for author in site.authors %}
```

See: [Collections](http://jekyllrb.com/docs/collections/)
See: [Collections](https://jekyllrb.com/docs/collections/)

### Code highlighter

Expand Down Expand Up @@ -583,12 +583,12 @@ Also see
--------
{: .-one-column}

* [Jekyll docs](http://jekyllrb.com/docs/home/) _jekyllrb.com_
* [Jekyll docs](https://jekyllrb.com/docs/home/) _jekyllrb.com_
* [CloudCannon Jekyll cheatsheet](https://learn.cloudcannon.com/jekyll-cheat-sheet/) _cloudcannon.com_
* [Jekyll: templates](http://jekyllrb.com/docs/templates/) _jekyllrb.com_
* [Liquid: output](http://docs.shopify.com/themes/liquid-basics/output) _shopify.com_
* [Liquid: logic](http://docs.shopify.com/themes/liquid-basics/logic) _shopify.com_
* [Liquid: filters](http://docs.shopify.com/themes/liquid-documentation/filters) _shopify.com_
* [Jekyll: templates](https://jekyllrb.com/docs/templates/) _jekyllrb.com_
* [Liquid: output](https://docs.shopify.com/themes/liquid-basics/output) _shopify.com_
* [Liquid: logic](https://docs.shopify.com/themes/liquid-basics/logic) _shopify.com_
* [Liquid: filters](https://docs.shopify.com/themes/liquid-documentation/filters) _shopify.com_
* [Liquid for designers](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers) _github.com/Shopify_
{: .-also-see}

Expand Down
Loading

0 comments on commit 71a0a65

Please sign in to comment.