diff --git a/README.md b/README.md
index 6480ea6..65892c8 100644
--- a/README.md
+++ b/README.md
@@ -92,12 +92,12 @@ marked:
- **external_link**
* **enable** - Open external links in a new tab.
* **exclude** - Exclude hostname. Specify subdomain when applicable, including `www`.
- - Example: `[foo](http://bar.com)` becomes `foo`
+ - Example: `[foo](https://example.com)` becomes `foo`
* **nofollow** - Add `rel="noopener external nofollow noreferrer"` to all external links for security, privacy and SEO. [Read more](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types). _This can be enabled regardless of `external_link.enable`_
- - Example: `[foo](http://bar.com)` becomes `foo`
+ - Example: `[foo](https://example.com)` becomes `foo`
- **disableNunjucks**: If true, Nunjucks tags `{{ }}` or `{% %}` (usually used by [tag plugins](https://hexo.io/docs/tag-plugins)) will not be rendered.
- **descriptionLists**: Enable support for [description lists syntax](https://kramdown.gettalong.org/syntax.html#definition-lists).
- * Currently description lists syntax is not in neither [CommonMark](http://commonmark.org/) or [GFM](https://github.github.com/gfm/#task-list-items-extension-), `hexo-renderer-marked` only provides the option for backward compatibility.
+ * Currently description lists syntax is not in neither [CommonMark](https://commonmark.org/) or [GFM](https://github.github.com/gfm/#task-list-items-extension-), `hexo-renderer-marked` only provides the option for backward compatibility.
* By disabling the `descriptionLists`, markdown rendering performance will be improved by **a lot**.
For more options, see [Marked](https://marked.js.org/using_advanced#options). Due to the customizations implemented by this plugin, some of the Marked's options may not work as expected. Feel free to raise an [issue](https://github.com/hexojs/hexo-renderer-marked/issues) to us for clarification.
diff --git a/package.json b/package.json
index 168f8d6..ac83f8d 100644
--- a/package.json
+++ b/package.json
@@ -22,9 +22,9 @@
"marked",
"renderer"
],
- "author": "Tommy Chen (http://zespia.tw)",
+ "author": "Tommy Chen (https://zespia.tw)",
"maintainers": [
- "Abner Chou (http://abnerchou.me)"
+ "Abner Chou (https://abnerchou.me)"
],
"license": "MIT",
"dependencies": {