Skip to content

Commit 2ae9b14

Browse files
authored
docs: Fix a few redirects (#1603)
1 parent 71d2aaf commit 2ae9b14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://travis-ci.org/cheeriojs/cheerio">
77
<img src="https://travis-ci.org/cheeriojs/cheerio.svg?branch=main" alt="Travis CI" />
88
</a>
9-
<a href="https://coveralls.io/r/cheeriojs/cheerio">
9+
<a href="https://coveralls.io/github/cheeriojs/cheerio">
1010
<img src="https://img.shields.io/coveralls/cheeriojs/cheerio.svg?branch=main&style=flat" alt="Coverage" />
1111
</a>
1212
<a href="https://gitter.im/cheeriojs/cheerio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">

lib/static.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ exports.root = function () {
222222
*
223223
* @param {Node} container - Potential parent node.
224224
* @param {Node} contained - Potential child node.
225-
* @see {@link https://api.jquery.com/jQuery.contains}
225+
* @see {@link https://api.jquery.com/jQuery.contains/}
226226
*
227227
* @alias Cheerio.contains
228228
* @returns {boolean} Indicates if the nodes contain one another.
@@ -250,7 +250,7 @@ exports.contains = function (container, contained) {
250250
*
251251
* @param {Array | Cheerio} arr1 - First array.
252252
* @param {Array | Cheerio} arr2 - Second array.
253-
* @see {@link https://api.jquery.com/jQuery.merge}
253+
* @see {@link https://api.jquery.com/jQuery.merge/}
254254
*
255255
* @alias Cheerio.merge
256256
* @returns {Array | Cheerio} `arr1`, with elements of `arr2` inserted.

0 commit comments

Comments
 (0)