Skip to content

Commit f0ff0ac

Browse files
authored
Merge pull request #275 from KonkenBonken/patch-1
Updated expired url
2 parents e9fe5e5 + c3e6b0a commit f0ff0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Returns raw data direct from the underlying [jsdoc3](https://github.com/jsdoc3/j
8484
| [options.no-cache] | <code>boolean</code> | By default results are cached to speed up repeat invocations. Set to true to disable this. |
8585
| [options.files] | <code>string</code> \| <code>Array.&lt;string&gt;</code> | One or more filenames to process. Accepts globs (e.g. `*.js`). Either `files`, `source` or `data` must be supplied. |
8686
| [options.source] | <code>string</code> | A string containing source code to process. Either `files`, `source` or `data` must be supplied. |
87-
| [options.configure] | <code>string</code> | The path to the [jsdoc configuration file](http://usejsdoc.org/about-configuring-jsdoc.html). Default: path/to/jsdoc/conf.json. |
87+
| [options.configure] | <code>string</code> | The path to the [jsdoc configuration file](https://jsdoc.app/about-configuring-jsdoc.html). Default: path/to/jsdoc/conf.json. |
8888

8989
<a name="module_jsdoc-to-markdown--JsdocToMarkdown+clear"></a>
9090

0 commit comments

Comments
 (0)