File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 " >
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments