From 276c16afc85bddc2c68592a002a96eb4cf3521cc Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 16 Apr 2020 16:00:55 +0800 Subject: [PATCH] Use HTTPS links --- docs/08-common-pitfalls.md | 2 +- docs/recipes/endpoint-testing-with-mongoose.md | 2 +- docs/recipes/isolated-mongodb-integration-tests.md | 2 +- docs/recipes/react.md | 2 +- maintaining.md | 2 +- readme.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/08-common-pitfalls.md b/docs/08-common-pitfalls.md index de3056485..d793475ef 100644 --- a/docs/08-common-pitfalls.md +++ b/docs/08-common-pitfalls.md @@ -2,7 +2,7 @@ Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/08-common-pitfalls.md) -If you use [ESLint](http://eslint.org/), you can install [eslint-plugin-ava](https://github.com/avajs/eslint-plugin-ava). It will help you use AVA correctly and avoid some common pitfalls. +If you use [ESLint](https://eslint.org), you can install [eslint-plugin-ava](https://github.com/avajs/eslint-plugin-ava). It will help you use AVA correctly and avoid some common pitfalls. ## AVA in Docker diff --git a/docs/recipes/endpoint-testing-with-mongoose.md b/docs/recipes/endpoint-testing-with-mongoose.md index cebb149dd..4b02971a9 100644 --- a/docs/recipes/endpoint-testing-with-mongoose.md +++ b/docs/recipes/endpoint-testing-with-mongoose.md @@ -10,7 +10,7 @@ This recipe uses the following libraries: 1. [`mongodb-memory-server`](https://github.com/nodkz/mongodb-memory-server) (A MongoDB in-memory Server) 2. [SuperTest](https://github.com/visionmedia/supertest) (An endpoint testing library) -3. [Mongoose](http://mongoosejs.com) +3. [Mongoose](https://mongoosejs.com) Install the first two libraries by running the following code: diff --git a/docs/recipes/isolated-mongodb-integration-tests.md b/docs/recipes/isolated-mongodb-integration-tests.md index 3e76f5e25..fc6924e9e 100644 --- a/docs/recipes/isolated-mongodb-integration-tests.md +++ b/docs/recipes/isolated-mongodb-integration-tests.md @@ -58,6 +58,6 @@ If the server does not seem to start, you can set the `MongoDBServer.debug = tru ## Extra: Setup and use in Mongoose -[Mongoose](http://mongoosejs.com) is a robust Object-Document-Mapper (ODM) for MongoDB. Refer to its documentation to get started with Mongoose. +[Mongoose](https://mongoosejs.com) is a robust Object-Document-Mapper (ODM) for MongoDB. Refer to its documentation to get started with Mongoose. To use Mongoose effectively with AVA, check out the [Mongoose integration docs](endpoint-testing-with-mongoose.md). diff --git a/docs/recipes/react.md b/docs/recipes/react.md index c875bce4d..4037a5514 100644 --- a/docs/recipes/react.md +++ b/docs/recipes/react.md @@ -78,7 +78,7 @@ Enzyme also has a `mount` and `render` helper to test in an actual browser envir To see an example of AVA working together with Enzyme set up for browser testing, have a look at [this sample project](https://github.com/adriantoine/ava-enzyme-demo). -This is a basic example on how to integrate Enzyme with AVA. For more information about using Enzyme for unit testing React component, have a look at [Enzyme's documentation](http://airbnb.io/enzyme/). +This is a basic example on how to integrate Enzyme with AVA. For more information about using Enzyme for unit testing React component, have a look at [Enzyme's documentation](https://enzymejs.github.io/enzyme/). ## Using JSX helpers diff --git a/maintaining.md b/maintaining.md index d21a6b734..c2c98fd4f 100644 --- a/maintaining.md +++ b/maintaining.md @@ -46,5 +46,5 @@ Speaking of, using newer TypeScript features could be considered a breaking chan * If [necessary](docs/support-statement.md), update the `engines` field in `package.json`. * Remove unsupported (or soon to be) Node.js versions. * When doing a major version bump, make sure to require the latest releases of each supported Node.js version. -* Publish a new version using [`np`](https://github.com/sindresorhus/np) with a version number according to [SemVer](http://semver.org). +* Publish a new version using [`np`](https://github.com/sindresorhus/np) with a version number according to [SemVer](https://semver.org). * Write a [release note](https://github.com/avajs/ava/releases/new) following the style of previous release notes. diff --git a/readme.md b/readme.md index 6ea211047..9fa651888 100644 --- a/readme.md +++ b/readme.md @@ -213,7 +213,7 @@ It's the [Andromeda galaxy](https://simple.wikipedia.org/wiki/Andromeda_galaxy). [![Mark Wubben](https://github.com/novemberborn.png?size=100)](https://github.com/novemberborn) | [![Sindre Sorhus](https://github.com/sindresorhus.png?size=100)](https://github.com/sindresorhus) | [![Vadim Demedes](https://github.com/vadimdemedes.png?size=100)](https://github.com/vadimdemedes) ---|---|--- -[Mark Wubben](https://novemberborn.net) | [Sindre Sorhus](http://sindresorhus.com) | [Vadim Demedes](https://github.com/vadimdemedes) +[Mark Wubben](https://novemberborn.net) | [Sindre Sorhus](https://sindresorhus.com) | [Vadim Demedes](https://github.com/vadimdemedes) ###### Former