Skip to content

Commit

Permalink
fix broken relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wirekang committed Feb 17, 2024
1 parent 254ff14 commit 2571c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hugo/content/docs/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Sprotty configuration and dependency injection'
---
{{< toc >}}
As seen in the [getting started](../getting-started) guide, Sprotty relies heavily on dependency injection (DI) through [InversifyJs](https://inversify.io/) for the configuration of its various components. This chapter will take a closer look at how to work with this.
As seen in the [getting started](/docs/getting-started) guide, Sprotty relies heavily on dependency injection (DI) through [InversifyJs](https://inversify.io/) for the configuration of its various components. This chapter will take a closer look at how to work with this.

## Why dependency injection?

Expand Down
2 changes: 1 addition & 1 deletion hugo/content/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Some selected features:

## Where to start?

If you are new with Sprotty, we recommend taking a look at our [Getting Started](./getting-started) section before diving further.
If you are new with Sprotty, we recommend taking a look at our [Getting Started](/docs/getting-started) section before diving further.

## Want to contribute?

Expand Down

0 comments on commit 2571c90

Please sign in to comment.