Skip to content

Commit

Permalink
Use HTTPS links
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 16, 2020
1 parent 18aeac6 commit 276c16a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/08-common-pitfalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/endpoint-testing-with-mongoose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/isolated-mongodb-integration-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docs/recipes/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion maintaining.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 276c16a

Please sign in to comment.