Skip to content

Commit 0779d89

Browse files
authored
fix(documentation): Fix some broken links in the index.md (#214)
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 68f3b82 commit 0779d89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: package
66

77
<div align="center">
88
<br>
9-
<img src=".github/images/stackit-logo.svg" alt="STACKIT logo" width="50%"/>
9+
<img src="https://raw.githubusercontent.com/stackitcloud/pulumi-stackit/refs/heads/main/.github/images/stackit-logo.svg" alt="STACKIT logo" width="50%"/>
1010
<br>
1111
<br>
1212
</div>
@@ -34,7 +34,7 @@ Apache 2.0
3434
> [!NOTE]
3535
> 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.
3636
> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for Node.js is supported.
37-
> E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md).
37+
> 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).
3838
3939
### Node.js (JavaScript/TypeScript)
4040

@@ -69,10 +69,10 @@ const exampleWithName = new stackit.Network("example_with_name", {
6969
{{% /choosable %}}
7070
{{< /chooser >}}
7171

72-
For more examples, please have a look at the [Examples](./examples/).
72+
For more examples, please have a look at the [Examples](https://github.com/stackitcloud/pulumi-stackit/blob/main/examples).
7373

74-
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).
74+
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).
7575

7676
## Reference
7777

78-
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/stackit/api-docs/).
78+
For detailed reference documentation, please visit [the Pulumi registry](./api-docs/).

0 commit comments

Comments
 (0)