Skip to content

Commit 276c16a

Browse files
committed
Use HTTPS links
1 parent 18aeac6 commit 276c16a

6 files changed

+6
-6
lines changed

Diff for: docs/08-common-pitfalls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/08-common-pitfalls.md)
44

5-
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.
5+
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.
66

77
## AVA in Docker
88

Diff for: docs/recipes/endpoint-testing-with-mongoose.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This recipe uses the following libraries:
1010

1111
1. [`mongodb-memory-server`](https://github.com/nodkz/mongodb-memory-server) (A MongoDB in-memory Server)
1212
2. [SuperTest](https://github.com/visionmedia/supertest) (An endpoint testing library)
13-
3. [Mongoose](http://mongoosejs.com)
13+
3. [Mongoose](https://mongoosejs.com)
1414

1515
Install the first two libraries by running the following code:
1616

Diff for: docs/recipes/isolated-mongodb-integration-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ If the server does not seem to start, you can set the `MongoDBServer.debug = tru
5858

5959
## Extra: Setup and use in Mongoose
6060

61-
[Mongoose](http://mongoosejs.com) is a robust Object-Document-Mapper (ODM) for MongoDB. Refer to its documentation to get started with Mongoose.
61+
[Mongoose](https://mongoosejs.com) is a robust Object-Document-Mapper (ODM) for MongoDB. Refer to its documentation to get started with Mongoose.
6262

6363
To use Mongoose effectively with AVA, check out the [Mongoose integration docs](endpoint-testing-with-mongoose.md).

Diff for: docs/recipes/react.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Enzyme also has a `mount` and `render` helper to test in an actual browser envir
7878

7979
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).
8080

81-
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/).
81+
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/).
8282

8383
## Using JSX helpers
8484

Diff for: maintaining.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Speaking of, using newer TypeScript features could be considered a breaking chan
4646
* If [necessary](docs/support-statement.md), update the `engines` field in `package.json`.
4747
* Remove unsupported (or soon to be) Node.js versions.
4848
* When doing a major version bump, make sure to require the latest releases of each supported Node.js version.
49-
* Publish a new version using [`np`](https://github.com/sindresorhus/np) with a version number according to [SemVer](http://semver.org).
49+
* Publish a new version using [`np`](https://github.com/sindresorhus/np) with a version number according to [SemVer](https://semver.org).
5050
* Write a [release note](https://github.com/avajs/ava/releases/new) following the style of previous release notes.

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ It's the [Andromeda galaxy](https://simple.wikipedia.org/wiki/Andromeda_galaxy).
213213

214214
[![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)
215215
---|---|---
216-
[Mark Wubben](https://novemberborn.net) | [Sindre Sorhus](http://sindresorhus.com) | [Vadim Demedes](https://github.com/vadimdemedes)
216+
[Mark Wubben](https://novemberborn.net) | [Sindre Sorhus](https://sindresorhus.com) | [Vadim Demedes](https://github.com/vadimdemedes)
217217

218218
###### Former
219219

0 commit comments

Comments
 (0)