Skip to content

Commit fe4ae78

Browse files
committed
fix links
1 parent 89fd671 commit fe4ae78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/sdk/web-components.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ The following HTML attributes are supported and correspond to [embed options](js
234234
| ---------------------- | --------- | --------------------------------------------------------------------------------------------------------------------- |
235235
| `app-url` | `string` | The URL of the LiveCodes app. |
236236
| `config` | `string` | A JSON string representing the [config object](../api/interfaces/Config.md). |
237-
| `import` | `string` | A resource to [import](https://livecodes.io/docs/features/import). |
237+
| `import` | `string` | A resource to [import](../features/import.mdx). |
238238
| `loading` | `string` | When to load the playground (`"click"`, `"lazy"`, or `"eager"`). |
239-
| `params` | `string` | A JSON string representing [URL Query parameters](../configuration/query-params.md). |
240-
| `template` | `string` | A [starter template](https://livecodes.io/docs/features/templates) to load. |
239+
| `params` | `string` | A JSON string representing [URL Query parameters](../configuration/query-params.mdx). |
240+
| `template` | `string` | A [starter template](../features/templates.mdx) to load. |
241241
| `view` | `string` | Deprecated! The `view` option has been moved to `config.view`. For headless mode use the `headless` attribute. |
242242
| `headless` | `boolean` | Whether to use the headless mode of LiveCodes. |
243243
| `lite` | `boolean` | Deprecated! Use `config.mode = "lite"` instead. |
@@ -274,7 +274,7 @@ For complex values it is recommended to use JavaScript properties on the element
274274

275275
Type: `object | string`.
276276

277-
The [config object](https://livecodes.io/docs/api/interfaces/Config) for the playground or the URL of the config file.
277+
The [config object](../api/interfaces/Config.md) for the playground or the URL of the config file.
278278

279279
Example:
280280

@@ -298,7 +298,7 @@ For complex values it is recommended to use JavaScript properties on the element
298298

299299
Type: `object`.
300300

301-
An object that represents [URL Query parameters](https://livecodes.io/docs/configuration/query-params).
301+
An object that represents [URL Query parameters](../configuration/query-params.mdx).
302302

303303
Example:
304304

0 commit comments

Comments
 (0)