Skip to content

Commit

Permalink
chore: use https:// for links wherever possible (bootstrap-vue#4952)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmllr95 authored Mar 15, 2020
1 parent 7b778cc commit d36b05f
Showing 10 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ temporary or permanent repercussions as determined by other members of the proje
## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at
[http://contributor-covenant.org/version/1/4][version]
[https://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
[homepage]: https://contributor-covenant.org
[version]: https://contributor-covenant.org/version/1/4/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
<a href="https://codecov.io/gh/bootstrap-vue/bootstrap-vue">
<img src="https://flat.badgen.net/codecov/c/github/bootstrap-vue/bootstrap-vue" alt="Coverage">
</a>
<a href="http://packagequality.com/#?package=bootstrap-vue">
<a href="https://packagequality.com/#?package=bootstrap-vue">
<img src="https://npm.packagequality.com/shield/bootstrap-vue.svg?style=flat-square" alt="Package quality">
</a>
<a href="https://www.npmjs.com/package/bootstrap-vue">
2 changes: 1 addition & 1 deletion src/components/breadcrumb/README.md
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ element is automatically set if it is `undefined`.
const items = [
{
text: 'Home',
href: 'http://google.com'
href: 'https://google.com'
},
{
text: 'Posts',
2 changes: 1 addition & 1 deletion src/components/dropdown/README.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
`<b-dropdown>` (or known by its shorter alias of `<b-dd>`) components are toggleable, contextual
overlays for displaying lists of links and more. They're toggled by clicking (or pressing space or
enter when focused), not by hovering; this is an
[intentional design decision](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/).
[intentional design decision](https://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/).

```html
<div>
2 changes: 1 addition & 1 deletion src/components/form-file/README.md
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ type(s). To specify more than one type, separate the values with a comma.
To accept any file type, leave `accept` as null (default). You can mix and match IANA media types
and extensions.

Refer to [IANA Media Types](http://www.iana.org/assignments/media-types/) for a complete list of
Refer to [IANA Media Types](https://www.iana.org/assignments/media-types/) for a complete list of
standard media types.

**Note:** Not all browsers support or respect the `accept` attribute on file inputs.
2 changes: 1 addition & 1 deletion src/components/form-file/form-file.js
Original file line number Diff line number Diff line change
@@ -251,7 +251,7 @@ export const BFormFile = /*#__PURE__*/ Vue.extend({
}
},
traverseFileTree(item, path) /* istanbul ignore next: not supported in JSDOM */ {
// Based on http://stackoverflow.com/questions/3590058
// Based on https://stackoverflow.com/questions/3590058
return new Promise(resolve => {
path = path || ''
if (item.isFile) {
2 changes: 1 addition & 1 deletion src/components/form-group/README.md
Original file line number Diff line number Diff line change
@@ -257,7 +257,7 @@ the `<b-form-group>` _as well as_ the input.
Feedback will be shown if the parent `<b-form>` component does _not_ have the `novalidate` prop set
(or set to `false`) along with the `validated` prop set (and the input fails or passes native
browser validation constraints such as `required`). Refer to Bootstrap v4's
[Form component](http://getbootstrap.com/docs/4.0/components/forms/#validation) documentation for
[Form component](https://getbootstrap.com/docs/4.4/components/forms/#validation) documentation for
details on validation methods.

You should always provide content via the `invalid-feedback` prop (or slot) to aid users using
8 changes: 4 additions & 4 deletions src/components/table/README.md
Original file line number Diff line number Diff line change
@@ -827,7 +827,7 @@ information on the `busy` state.
## Custom data rendering

Custom rendering for each data field in a row is possible using either
[scoped slots](http://vuejs.org/v2/guide/components.html#Scoped-Slots) or a formatter callback
[scoped slots](https://vuejs.org/v2/guide/components.html#Scoped-Slots) or a formatter callback
function, or a combination of both.

### Scoped field slots
@@ -1766,8 +1766,8 @@ default).

The props `sort-by` and `sort-desc` can be turned into _two-way_ (syncable) props by adding the
`.sync` modifier. Your bound variables will then be updated accordingly based on the current sort
criteria. See the [Vue docs](http://vuejs.org/v2/guide/components.html#sync-Modifier) for details on
the `.sync` prop modifier.
criteria. See the [Vue docs](https://vuejs.org/v2/guide/components.html#sync-Modifier) for details
on the `.sync` prop modifier.

Setting `sort-by` to a column that is not defined in the fields as `sortable` will result in the
table not being sorted.
@@ -1915,7 +1915,7 @@ sorting, as well as pass sort options via the `sort-compare-options` prop.

The `sort-compare-locale` prop defaults to `undefined`, which uses the browser (or Node.js runtime)
default locale. The prop `sort-compare-locale` can either accept a
[BCP 47 language tag](http://tools.ietf.org/html/rfc5646) string or an _array_ of such tags. For
[BCP 47 language tag](https://tools.ietf.org/html/rfc5646) string or an _array_ of such tags. For
more details on locales, please see
[Locale identification and negotiation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation)
on MDN.
2 changes: 1 addition & 1 deletion src/components/toast/README.md
Original file line number Diff line number Diff line change
@@ -597,7 +597,7 @@ provides general guidelines when using toasts.
### Internet Explorer screen reader support

Unfortunately, IE 11 when used with [NVDA](https://github.com/nvaccess/nvda) or
[JAWS](http://www.freedomscientific.com/products/software/jaws/) screen readers, will not properly
[JAWS](https://www.freedomscientific.com/products/software/jaws/) screen readers, will not properly
announce/voice toasts when they appear. If you have a large non-sighted user-base using IE 11, you
may want to create an additional off-screen `aria-live` region for IE 11 browsers only (created on
page load) where copies of toast message text are placed dynamically, in addition to displaying
2 changes: 1 addition & 1 deletion src/utils/observe-dom.js
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import { warnNoMutationObserverSupport } from './warn'
* @param {Element} el The DOM element to observe
* @param {Function} callback callback to be called on change
* @param {object} [options={childList: true, subtree: true}] observe options
* @see http://stackoverflow.com/questions/3219758
* @see https://stackoverflow.com/questions/3219758
*/
const observeDom = (
el,

0 comments on commit d36b05f

Please sign in to comment.