We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635e52e commit e7da906Copy full SHA for e7da906
src/output/markdown.js
@@ -3,7 +3,7 @@ const markdownAST = require('./markdown_ast');
3
4
/**
5
* Formats documentation as
6
- * [Markdown](http://daringfireball.net/projects/markdown/).
+ * [Markdown](https://daringfireball.net/projects/markdown/).
7
*
8
* @param {Array<Object>} comments parsed comments
9
* @param {Object} args Options that can customize the output
0 commit comments