From 8698e3bcc3a9690508b329b98407f2fb9df8e65c Mon Sep 17 00:00:00 2001
From: sophiebremer <44302338+sophiebremer@users.noreply.github.com>
Date: Sat, 17 Dec 2022 09:03:26 +0100
Subject: [PATCH] Update GitHub links in about-configuring-jsdoc
---
about-configuring-jsdoc.html | 6 +++---
content/en/about-configuring-jsdoc.md | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/about-configuring-jsdoc.html b/about-configuring-jsdoc.html
index 6e4418f6..5e65619d 100644
--- a/about-configuring-jsdoc.html
+++ b/about-configuring-jsdoc.html
@@ -80,7 +80,7 @@
For a more comprehensive example of a JSON configuration file, see the file
- conf.json.EXAMPLE
.
+ conf.json.EXAMPLE
.
Default configuration options
If you do not specify a configuration file, JSDoc uses the following configuration options:
@@ -136,7 +136,7 @@ Configuring plugins
See the plugin reference for further information, and look in JSDoc's plugins
+ href="https://github.com/jsdoc/jsdoc/tree/main/packages/jsdoc/plugins">JSDoc's plugins
directory 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 for details.
@@ -343,7 +343,7 @@
- Copyright © 2011-2017 the
+ Copyright © 2011-2019 the
contributors to the
JSDoc 3 documentation project.
diff --git a/content/en/about-configuring-jsdoc.md b/content/en/about-configuring-jsdoc.md
index b2e195c5..ec22c7b6 100644
--- a/content/en/about-configuring-jsdoc.md
+++ b/content/en/about-configuring-jsdoc.md
@@ -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
@@ -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