From 5e8ec1779d0447dd8a97e6a43c37c10fd0ec35fe Mon Sep 17 00:00:00 2001 From: Ndricim Date: Tue, 28 May 2024 12:27:20 +0200 Subject: [PATCH] Fix docu link typo (#3756) --- container/typings/LuigiCompoundContainer.svelte.d.ts | 2 +- docs/luigi-compound-container-api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container/typings/LuigiCompoundContainer.svelte.d.ts b/container/typings/LuigiCompoundContainer.svelte.d.ts index 57650117ae..0b176709e9 100644 --- a/container/typings/LuigiCompoundContainer.svelte.d.ts +++ b/container/typings/LuigiCompoundContainer.svelte.d.ts @@ -12,7 +12,7 @@ export default class LuigiCompoundContainer extends HTMLElement { /** * The configuration for the compound microfrontend - * Take a look at https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound + * Take a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details. * @since 1.0.0 * */ diff --git a/docs/luigi-compound-container-api.md b/docs/luigi-compound-container-api.md index 5a805eca29..d011d712ce 100644 --- a/docs/luigi-compound-container-api.md +++ b/docs/luigi-compound-container-api.md @@ -31,7 +31,7 @@ Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa ### compoundConfig The configuration for the compound microfrontend -Take a look at +Take a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details. Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)