diff --git a/Readme.md b/Readme.md
index 18d1d5c711..8f6d2baadd 100644
--- a/Readme.md
+++ b/Readme.md
@@ -6,7 +6,7 @@
-
+
diff --git a/lib/static.js b/lib/static.js
index 46175998e7..d8f87a1ac4 100644
--- a/lib/static.js
+++ b/lib/static.js
@@ -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.
@@ -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.