Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): markdown links #9878

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/customization/plugin-api.md
Expand Up @@ -390,7 +390,7 @@ const MyWrapComponentPlugin = function(system) {

**Note:**

If you have multiple plugins wrapping the same component, you may want to change the [`pluginsOptions.pluginLoadType`](/docs/usage/configuration.md#Plugins-options) parameter to `chain`.
If you have multiple plugins wrapping the same component, you may want to change the [`pluginsOptions.pluginLoadType`](/docs/open-source-tools/swagger-ui/usage/configuration#plugins-options) parameter to `chain`.

#### `rootInjects`

Expand Down
4 changes: 2 additions & 2 deletions docs/usage/configuration.md
Expand Up @@ -34,7 +34,7 @@ Parameter name | Docker variable | Description

##### Plugin system

Read more about the plugin system in the [Customization documentation](/docs/customization/overview.md).
Read more about the plugin system in the [Customization documentation](/docs/open-source-tools/swagger-ui/customization/overview).

Parameter name | Docker variable | Description
--- | --- | -----
Expand Down Expand Up @@ -65,7 +65,7 @@ Parameter name | Docker variable | Description
<td><code>DEEP_LINKING</code></td>
<td><code>Boolean=false</code>. If set to <code>true</code>, enables
deep linking for tags and operations. See the <a
href="/docs/usage/deep-linking.md">Deep Linking
href="/docs/open-source-tools/swagger-ui/usage/deep-linking">Deep Linking
documentation</a> for more information.
</td>
</tr>
Expand Down