From 34c6192f4a5d0471da5655ebcf111653fd920172 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Tue, 27 Dec 2022 11:19:37 +0200 Subject: [PATCH] chore: update links (http=https) (#12911) --- .github/CODE_OF_CONDUCT.md | 2 +- .github/CONTRIBUTING.md | 2 +- examples/classic/todomvc/index.html | 4 ++-- examples/classic/todomvc/readme.md | 4 ++-- src/compiler/parser/html-parser.ts | 2 +- src/platforms/web/util/element.ts | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index b39f08e2d..82effcdc8 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -10,4 +10,4 @@ Project maintainers have the right and responsibility to remove, edit, or reject Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. -This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/) +This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3f3302a57..e4ecadaea 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -36,7 +36,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before ## Development Setup -You will need [Node.js](http://nodejs.org) **version 12+** and [pnpm](https://pnpm.io/). +You will need [Node.js](https://nodejs.org) **version 12+** and [pnpm](https://pnpm.io/). After cloning the repo, run: diff --git a/examples/classic/todomvc/index.html b/examples/classic/todomvc/index.html index 504d93597..3d9557edf 100644 --- a/examples/classic/todomvc/index.html +++ b/examples/classic/todomvc/index.html @@ -54,8 +54,8 @@