From 71a0a6582a1a5e536b8a05dbc5b121dd9911a55c Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Tue, 1 Nov 2022 03:29:32 +0000 Subject: [PATCH] update some links from http to https where supported (#1647) --- _sass/2015/base/utils.sass | 2 +- ansible-modules.md | 20 ++++++++++---------- appcache.md | 2 +- awscli.md | 10 +++++----- capybara.md | 6 +++--- css-flexbox.md | 2 +- docker.md | 2 +- enzyme.md | 12 ++++++------ heroku.md | 2 +- html-microformats.md | 4 ++-- jekyll.md | 36 ++++++++++++++++++------------------ jest.md | 32 ++++++++++++++++---------------- jshint.md | 8 ++++---- lua.md | 2 +- nodejs-fs.md | 2 +- rails-migrations.md | 2 +- ronn.md | 8 ++++---- semver.md | 2 +- travis.md | 6 +++--- vim-diff.md | 6 +++--- 20 files changed, 83 insertions(+), 83 deletions(-) diff --git a/_sass/2015/base/utils.sass b/_sass/2015/base/utils.sass index 97373fb74..b1df4309b 100644 --- a/_sass/2015/base/utils.sass +++ b/_sass/2015/base/utils.sass @@ -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" diff --git a/ansible-modules.md b/ansible-modules.md index ebf407d8a..1bfdb6328 100644 --- a/ansible-modules.md +++ b/ansible-modules.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 %} diff --git a/appcache.md b/appcache.md index 76676641f..9997a881f 100644 --- a/appcache.md +++ b/appcache.md @@ -11,7 +11,7 @@ CACHE MANIFEST # version CACHE: -http://www.google.com/jsapi +https://www.google.com/jsapi /assets/app.js /assets/bg.png diff --git a/awscli.md b/awscli.md index d89912e67..7a628bc98 100644 --- a/awscli.md +++ b/awscli.md @@ -56,15 +56,15 @@ aws configure --profile project2 eb config ``` -See: +See: ## ebextensions -* -* +* +* ## 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) diff --git a/capybara.md b/capybara.md index df5fad220..7f36939de 100644 --- a/capybara.md +++ b/capybara.md @@ -266,7 +266,7 @@ page.status_code == 200 page.response_headers ``` -See: +See: ### Poltergeist @@ -333,5 +333,5 @@ page.set_rack_session(foo: 'bar') ## See also {: .-one-column} -- -- +- +- diff --git a/css-flexbox.md b/css-flexbox.md index 5b6bddf72..6f65c6885 100644 --- a/css-flexbox.md +++ b/css-flexbox.md @@ -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) diff --git a/docker.md b/docker.md index eafad3fcb..f1c825c7a 100644 --- a/docker.md +++ b/docker.md @@ -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)_ diff --git a/enzyme.md b/enzyme.md index b8339b9bd..d5919b7fd 100644 --- a/enzyme.md +++ b/enzyme.md @@ -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)_ @@ -41,8 +41,8 @@ wrap = mount() 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 @@ -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} @@ -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 @@ -229,7 +229,7 @@ wrap.getElements() // → Array 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 diff --git a/heroku.md b/heroku.md index 726271e64..f7e6bf435 100644 --- a/heroku.md +++ b/heroku.md @@ -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 diff --git a/html-microformats.md b/html-microformats.md index 8e6205a83..ba0e73117 100644 --- a/html-microformats.md +++ b/html-microformats.md @@ -7,8 +7,8 @@ layout: 2017/sheet ### Author ``` html - diff --git a/jekyll.md b/jekyll.md index 68dcfa05e..6d65834a6 100644 --- a/jekyll.md +++ b/jekyll.md @@ -35,7 +35,7 @@ END bundle exec jekyll serve ``` -See: [Jekyll quickstart](http://jekyllrb.com/docs/quickstart/)
+See: [Jekyll quickstart](https://jekyllrb.com/docs/quickstart/)
See: [github/pages-gem](https://github.com/github/pages-gem) ### Directories @@ -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 @@ -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 ------ @@ -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 @@ -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) @@ -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 @@ -446,13 +446,13 @@ 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 @@ -460,7 +460,7 @@ See: [Image paths](http://jekyllrb.com/docs/posts/#including-images-and-resource 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 @@ -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 @@ -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 @@ -526,7 +526,7 @@ _data/members.yml {% endfor %} ``` -See: [Data](http://jekyllrb.com/docs/datafiles/) +See: [Data](https://jekyllrb.com/docs/datafiles/) ### Collections @@ -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 @@ -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} diff --git a/jest.md b/jest.md index 3143aaf74..b3b7c9028 100644 --- a/jest.md +++ b/jest.md @@ -33,7 +33,7 @@ npm install --save-dev jest babel-jest npm test -- --watch ``` -See: [Getting started](http://facebook.github.io/jest/docs/en/getting-started.html) +See: [Getting started](https://facebook.github.io/jest/docs/en/getting-started.html) ### Writing tests @@ -45,7 +45,7 @@ describe('My work', () => { }) ``` -See: [describe()](http://facebook.github.io/jest/docs/en/api.html#describename-fn), [test()](http://facebook.github.io/jest/docs/en/api.html#testname-fn), [expect()](http://facebook.github.io/jest/docs/en/expect.html#content) +See: [describe()](https://facebook.github.io/jest/docs/en/api.html#describename-fn), [test()](https://facebook.github.io/jest/docs/en/api.html#testname-fn), [expect()](https://facebook.github.io/jest/docs/en/expect.html#content) ### BDD syntax @@ -58,7 +58,7 @@ describe('My work', () => { ``` `it` is an alias for `test`. -See: [test()](http://facebook.github.io/jest/docs/en/api.html#testname-fn) +See: [test()](https://facebook.github.io/jest/docs/en/api.html#testname-fn) ### Setup @@ -72,7 +72,7 @@ beforeAll(() => { ... }) afterAll(() => { ... }) ``` -See: [afterAll() and more](http://facebook.github.io/jest/docs/en/api.html#afterallfn) +See: [afterAll() and more](https://facebook.github.io/jest/docs/en/api.html#afterallfn) ### Focusing tests @@ -81,7 +81,7 @@ describe.only(···) it.only(···) // alias: fit() ``` -See: [test.only](http://facebook.github.io/jest/docs/en/api.html#testonlyname-fn) +See: [test.only](https://facebook.github.io/jest/docs/en/api.html#testonlyname-fn) ### Skipping tests @@ -91,7 +91,7 @@ describe.skip(···) it.skip(···) // alias: xit() ``` -See: [test.skip](http://facebook.github.io/jest/docs/en/api.html#testskipname-fn) +See: [test.skip](https://facebook.github.io/jest/docs/en/api.html#testskipname-fn) ### Optional flags @@ -117,7 +117,7 @@ expect(value) ``` Note that `toEqual` is a deep equality check. -See: [expect()](http://facebook.github.io/jest/docs/en/expect.html#expectvalue) +See: [expect()](https://facebook.github.io/jest/docs/en/expect.html#expectvalue) ### Snapshots @@ -218,7 +218,7 @@ test('works with async/await', async () => { {: data-line="2"} Return promises, or use async/await. -See: [Async tutorial](http://facebook.github.io/jest/docs/en/tutorial-async.html) +See: [Async tutorial](https://facebook.github.io/jest/docs/en/tutorial-async.html) ### Snapshots @@ -231,7 +231,7 @@ it('works', () => { {: data-line="3"} First run creates a snapshot. Subsequent runs match the saved snapshot. -See: [Snapshot testing](http://facebook.github.io/jest/docs/en/snapshot-testing.html) +See: [Snapshot testing](https://facebook.github.io/jest/docs/en/snapshot-testing.html) ### React test renderer @@ -243,7 +243,7 @@ import renderer from 'react-test-renderer' ```jsx it('works', () => { const tree = renderer.create( - Facebook + Facebook ).toJSON() expect(tree).toMatchSnapshot() @@ -252,7 +252,7 @@ it('works', () => { {: data-line="2,3,4"} React's test renderer can be used for Jest snapshots. -See: [Snapshot test](http://facebook.github.io/jest/docs/en/tutorial-react-native.html#snapshot-test) +See: [Snapshot test](https://facebook.github.io/jest/docs/en/tutorial-react-native.html#snapshot-test) ### Timers @@ -268,7 +268,7 @@ it('works', () => { }) ``` -See: [Timer Mocks](http://facebook.github.io/jest/docs/en/timer-mocks.html) +See: [Timer Mocks](https://facebook.github.io/jest/docs/en/timer-mocks.html) ## Mock functions @@ -282,7 +282,7 @@ const fn = jest.fn() const fn = jest.fn(n => n * n) ``` -See: [Mock functions](http://facebook.github.io/jest/docs/en/mock-functions.html#using-a-mock-function) +See: [Mock functions](https://facebook.github.io/jest/docs/en/mock-functions.html#using-a-mock-function) ### Assertions @@ -319,7 +319,7 @@ Fn.mock.instances ``` {: data-line="1"} -See: [.mock property](http://facebook.github.io/jest/docs/en/mock-functions.html#mock-property) +See: [.mock property](https://facebook.github.io/jest/docs/en/mock-functions.html#mock-property) ### Calls @@ -336,7 +336,7 @@ fn.mock.calls[1][0] // → 456 ``` {: data-line="1,2,3"} -See: [.mock property](http://facebook.github.io/jest/docs/en/mock-functions.html#mock-property) +See: [.mock property](https://facebook.github.io/jest/docs/en/mock-functions.html#mock-property) ### Return values @@ -368,5 +368,5 @@ fn() // → 2 ## References {: .-one-column} -- +- {: .-also-see} diff --git a/jshint.md b/jshint.md index c5d75bbd1..bb0ce8c7c 100644 --- a/jshint.md +++ b/jshint.md @@ -8,7 +8,7 @@ updated: 2017-09-12 ### Relaxing Enable these options to *not* throw errors in these conditions. -See: [Relaxing](http://www.jshint.com/docs/options/#relaxing-options) +See: [Relaxing](https://www.jshint.com/docs/options/#relaxing-options) {: .-setup} ```js @@ -70,7 +70,7 @@ process.env['name_here'] ### Enforcing Enable these options to catch more errors. -See: [Enforcing](http://www.jshint.com/docs/options/#enforcing-options) +See: [Enforcing](https://www.jshint.com/docs/options/#enforcing-options) {: .-setup} ```js @@ -150,9 +150,9 @@ function() { ... } // err: need "use strict" /* jshint jquery: true */ jQuery, $ ``` -See: [Environments](http://www.jshint.com/docs/options/#environments) +See: [Environments](https://www.jshint.com/docs/options/#environments) ### Also see -* +* * diff --git a/lua.md b/lua.md index bf4aea9b4..ab95424e0 100644 --- a/lua.md +++ b/lua.md @@ -296,5 +296,5 @@ title: Lua ## Reference - http://www.lua.org/pil/13.html + https://www.lua.org/pil/13.html http://lua-users.org/wiki/ObjectOrientedProgramming diff --git a/nodejs-fs.md b/nodejs-fs.md index 5b3e7b12a..84d4f393c 100644 --- a/nodejs-fs.md +++ b/nodejs-fs.md @@ -52,4 +52,4 @@ category: Node.js ### References -- http://nodejs.org/api/fs.html +- https://nodejs.org/api/fs.html diff --git a/rails-migrations.md b/rails-migrations.md index 557a3d900..b1b4392fa 100644 --- a/rails-migrations.md +++ b/rails-migrations.md @@ -119,4 +119,4 @@ Use `ActiveRecord::Migration`. ### References - * http://apidock.com/rails/ActiveRecord/ConnectionAdapters/SchemaStatements/add_index + * https://apidock.com/rails/ActiveRecord/ConnectionAdapters/SchemaStatements/add_index diff --git a/ronn.md b/ronn.md index a23d6fe9b..a3367659a 100644 --- a/ronn.md +++ b/ronn.md @@ -6,7 +6,7 @@ updated: 2017-10-15 weight: -1 prism_languages: [bash, ruby, json, markdown] intro: | - Ronn generates Man pages. See [ronn(1)](http://rtomayko.github.io/ronn/ronn.1.html), [ronn-format(7)](http://rtomayko.github.com/ronn/ronn-format.7.html). Also see it on GitHub: [rtomayko/ronn](https://github.com/rtomayko/ronn). + Ronn generates Man pages. See [ronn(1)](https://rtomayko.github.io/ronn/ronn.1.html), [ronn-format(7)](https://rtomayko.github.com/ronn/ronn-format.7.html). Also see it on GitHub: [rtomayko/ronn](httpss://github.com/rtomayko/ronn). --- ## Getting started @@ -110,8 +110,8 @@ markdown(7) #### URL links ``` -[URL link](http://github.com/rstacruz) - +[URL link](https://github.com/rstacruz) + ``` ## Frequently-used sections @@ -174,7 +174,7 @@ markdown(7) | `7` | Misc | | `8` | System administration commands and procedures | -See [Man page sections](http://www.december.com/unix/ref/mansec.html) (december.com). +See [Man page sections](https://www.december.com/unix/ref/mansec.html) (december.com). ## Using with npm diff --git a/semver.md b/semver.md index 58a30e56c..94c598419 100644 --- a/semver.md +++ b/semver.md @@ -92,5 +92,5 @@ When the left is partial (eg, `1.2`), missing pieces are assumed to be `0` (eg, ## References {: .-one-column} - * + * * diff --git a/travis.md b/travis.md index 8ce0ea46b..5939fb8cf 100644 --- a/travis.md +++ b/travis.md @@ -109,6 +109,6 @@ gemfile: ### References -- http://about.travis-ci.org/docs/user/build-configuration/ -- http://about.travis-ci.org/docs/user/languages/javascript-with-nodejs/ -- http://about.travis-ci.org/docs/user/languages/ruby/ +- https://about.travis-ci.org/docs/user/build-configuration/ +- https://about.travis-ci.org/docs/user/languages/javascript-with-nodejs/ +- https://about.travis-ci.org/docs/user/languages/ruby/ diff --git a/vim-diff.md b/vim-diff.md index 4b073f1f0..69f9ef95b 100644 --- a/vim-diff.md +++ b/vim-diff.md @@ -5,7 +5,7 @@ layout: 2017/sheet updated: 2018-12-06 weight: -10 intro: | - [Vim](http://www.vim.org/) is a very efficient text editor. This reference was made for Vim 8.0. + [Vim](https://www.vim.org/) is a very efficient text editor. This reference was made for Vim 8.0. --- Getting started @@ -56,5 +56,5 @@ Also see -------- - [Vim cheatsheet](https://vim.rtorr.com/) _(vim.rotrr.com)_ -- [Vim documentation](http://vimdoc.sourceforge.net/htmldoc/) _(vimdoc.sourceforge.net)_ -- [Interactive Vim tutorial](http://openvim.com/) _(openvim.com)_ +- [Vim documentation](https://vimdoc.sourceforge.net/htmldoc/) _(vimdoc.sourceforge.net)_ +- [Interactive Vim tutorial](https://openvim.com/) _(openvim.com)_