Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions about-configuring-jsdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2 id="configuration-file-formats">Configuration file formats</h2>
</code></pre>
</figure>
<p>For a more comprehensive example of a JSON configuration file, see the file
<a href="https://github.com/jsdoc3/jsdoc/blob/master/conf.json.EXAMPLE"><code>conf.json.EXAMPLE</code></a>.</p>
<a href="https://github.com/jsdoc/jsdoc/tree/main/packages/jsdoc/conf.json.EXAMPLE"><code>conf.json.EXAMPLE</code></a>.</p>
<h2 id="default-configuration-options">Default configuration options</h2>
<p>If you do not specify a configuration file, JSDoc uses the following configuration options:</p>
<figure>
Expand Down Expand Up @@ -136,7 +136,7 @@ <h2 id="configuring-plugins">Configuring plugins</h2>
</code></pre>
</figure>
<p>See the <a href="about-plugins.html">plugin reference</a> for further information, and look in <a
href="https://github.com/jsdoc3/jsdoc/tree/master/plugins">JSDoc&#39;s <code>plugins</code>
href="https://github.com/jsdoc/jsdoc/tree/main/packages/jsdoc/plugins">JSDoc&#39;s <code>plugins</code>
directory</a> for the plugins built into JSDoc.</p>
<p>You can configure the Markdown plugin by adding a <code>markdown</code> object to your configuration file. See
<a href="plugins-markdown.html">Configuring the Markdown Plugin</a> for details.</p>
Expand Down Expand Up @@ -343,7 +343,7 @@ <h2 id="related-links">Related Links</h2>
<a class="license-badge" href="http://creativecommons.org/licenses/by-sa/3.0/">
<img alt="Creative Commons License" class="license-badge" src="images/cc-by-sa.svg" width="80" height="15" /></a>
<br>
Copyright &#169; 2011-2017 the
Copyright &#169; 2011-2019 the
<a href="https://github.com/jsdoc3/jsdoc3.github.com/contributors">contributors</a> to the
JSDoc 3 documentation project.
<br>
Expand Down
4 changes: 2 additions & 2 deletions content/en/about-configuring-jsdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For a more comprehensive example of a JSON configuration file, see the file
[`conf.json.EXAMPLE`][conf-json-example].

[about-commandline]: about-commandline.html
[conf-json-example]: https://github.com/jsdoc3/jsdoc/blob/master/conf.json.EXAMPLE
[conf-json-example]: https://github.com/jsdoc/jsdoc/tree/main/packages/jsdoc/conf.json.EXAMPLE
[markdown]: plugins-markdown.html


Expand Down Expand Up @@ -127,7 +127,7 @@ directory][jsdoc-plugins] for the plugins built into JSDoc.
You can configure the Markdown plugin by adding a `markdown` object to your configuration file. See
[Configuring the Markdown Plugin][markdown] for details.

[jsdoc-plugins]: https://github.com/jsdoc3/jsdoc/tree/master/plugins
[jsdoc-plugins]: https://github.com/jsdoc/jsdoc/tree/main/packages/jsdoc/plugins
[markdown]: plugins-markdown.html
[plugins]: about-plugins.html

Expand Down