Skip to content

Commit 10797e4

Browse files
authored
Fixed broken links in landing page under development (#921)
1 parent 530e917 commit 10797e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,31 +82,31 @@ highlights:
8282
- title: Java
8383
icon: devicon:java
8484
details: Build event-driven Java applications using the gRPC Java SDK
85-
link: /client/Java
85+
link: /clients/java/
8686
- title: Python
8787
icon: devicon:python
8888
details: Build scripts or applications using our async Python client
89-
link: /client/Python
89+
link: /clients/python/
9090
- title: NodeJS
9191
icon: logos:nodejs-icon
9292
details: Use JavaScript or TypeScript to connect via the NodeJS SDK
93-
link: /client/TypeScript
93+
link: /clients/node/
9494
- title: Go
9595
icon: skill-icons:golang
9696
details: Connect KurrentDB to Go-based applications with our official SDK
97-
link: /client/Go
97+
link: /clients/golang/
9898
- title: Rust
9999
icon: skill-icons:rust
100100
details: Use the Rust client for high-performance native event apps
101-
link: /client/Rust
101+
link: /clients/rust/
102102
- title: C#
103103
icon: devicon:csharp
104104
details: Build .NET apps using the .NET or legacy .NET Framework clients
105-
link: /client/csharp
105+
link: /clients/dotnet/
106106
- title: HTTP API
107107
icon: catppuccin:http
108108
details: Interact with KurrentDB from any stack using the REST-style HTTP API
109-
link: /http-api/v25.0/introduction.html
109+
link: /server/v25.0/http-api/introduction.html
110110

111111
- header: 🔌 Connect and Manage
112112
description: Manage and integrate KurrentDB

0 commit comments

Comments
 (0)