Skip to content

Commit

Permalink
docs: Fix a few redirects (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Dec 27, 2020
1 parent 71d2aaf commit 2ae9b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="https://travis-ci.org/cheeriojs/cheerio">
<img src="https://travis-ci.org/cheeriojs/cheerio.svg?branch=main" alt="Travis CI" />
</a>
<a href="https://coveralls.io/r/cheeriojs/cheerio">
<a href="https://coveralls.io/github/cheeriojs/cheerio">
<img src="https://img.shields.io/coveralls/cheeriojs/cheerio.svg?branch=main&style=flat" alt="Coverage" />
</a>
<a href="https://gitter.im/cheeriojs/cheerio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
Expand Down
4 changes: 2 additions & 2 deletions lib/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ exports.root = function () {
*
* @param {Node} container - Potential parent node.
* @param {Node} contained - Potential child node.
* @see {@link https://api.jquery.com/jQuery.contains}
* @see {@link https://api.jquery.com/jQuery.contains/}
*
* @alias Cheerio.contains
* @returns {boolean} Indicates if the nodes contain one another.
Expand Down Expand Up @@ -250,7 +250,7 @@ exports.contains = function (container, contained) {
*
* @param {Array | Cheerio} arr1 - First array.
* @param {Array | Cheerio} arr2 - Second array.
* @see {@link https://api.jquery.com/jQuery.merge}
* @see {@link https://api.jquery.com/jQuery.merge/}
*
* @alias Cheerio.merge
* @returns {Array | Cheerio} `arr1`, with elements of `arr2` inserted.
Expand Down

0 comments on commit 2ae9b14

Please sign in to comment.