From f650102e43448d17ea47de723f7cf6062f8b8f46 Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Fri, 20 Feb 2026 07:52:53 +0100 Subject: [PATCH] fix(documentation): Fix some broken links in the index.md Signed-off-by: Alexander Dahmen --- docs/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_index.md b/docs/_index.md index 5f83f09..ec615e7 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -6,7 +6,7 @@ layout: package

-STACKIT logo +STACKIT logo

@@ -34,7 +34,7 @@ Apache 2.0 > [!NOTE] > Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated sdks directly. > Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for Node.js is supported. -> E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md). +> E.g. in order to create and install the TypeScript SDK you can use the following [guide](https://github.com/stackitcloud/pulumi-stackit/blob/main/examples/ts/README.md). ### Node.js (JavaScript/TypeScript) @@ -69,10 +69,10 @@ const exampleWithName = new stackit.Network("example_with_name", { {{% /choosable %}} {{< /chooser >}} -For more examples, please have a look at the [Examples](./examples/). +For more examples, please have a look at the [Examples](https://github.com/stackitcloud/pulumi-stackit/blob/main/examples). -A detailed authentication guide, information on how to use beta and experimental resources, and available configuration options can be found under [Installation Configuration](./docs/installation-configuration.md). +A detailed authentication guide, information on how to use beta and experimental resources, and available configuration options can be found under [Installation Configuration](./installation-configuration). ## Reference -For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/stackit/api-docs/). +For detailed reference documentation, please visit [the Pulumi registry](./api-docs/).