Skip to content

Commit

Permalink
fix(docs): links
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Dec 12, 2024
1 parent 93de658 commit ddec2e1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .web/docs/developers/api/go/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ go run .
}
```

This example project is located in the [`docs/developers/api/go`](https://github.com/minekube/gate/tree/main/.web/docs/developers/api/go) directory.
This example project is located in the [`docs/developers/api/go`](https://github.com/minekube/gate/tree/master/.web/docs/developers/api/go) directory.

::: info Learn More
For more details on using ConnectRPC with Go, check out the [ConnectRPC Documentation](https://connectrpc.com/docs/go/getting-started#make-requests).
Expand Down
2 changes: 1 addition & 1 deletion .web/docs/developers/api/java/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Here's a basic example of using the Gate Java API to connect to Gate and list se
## Running the Example

1. Run Gate with the API enabled
2. Navigate to the [docs/developers/api/java](https://github.com/minekube/gate/tree/main/.web/docs/developers/api/java) directory
2. Navigate to the [docs/developers/api/java](https://github.com/minekube/gate/tree/master/.web/docs/developers/api/java) directory
3. Run the following commands:

```bash
Expand Down
5 changes: 3 additions & 2 deletions .web/docs/developers/api/kotlin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,15 @@ Here's a basic example of using the Gate Kotlin API to connect to Gate and list
## Running the Example

1. Run Gate with the API enabled
2. Navigate to the [docs/developers/api/kotlin](https://github.com/minekube/gate/tree/main/.web/docs/developers/api/kotlin) directory
2. Navigate to the [docs/developers/api/kotlin](https://github.com/minekube/gate/tree/master/.web/docs/developers/api/kotlin) directory
3. Initialize the Gradle wrapper (only needed once):

```bash
gradle wrapper
```

4. Run one of the following commands:

```bash
# For Connect example (recommended)
./gradlew runConnect
Expand Down Expand Up @@ -193,7 +195,6 @@ servers {
For more details on using ConnectRPC with Kotlin, check out the [ConnectRPC Documentation](https://connectrpc.com/docs/kotlin/using-clients).
:::


<style>
.tech-icon {
width: 32px;
Expand Down
2 changes: 1 addition & 1 deletion .web/docs/developers/api/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cargo add tonic --features tls-roots # Enable the features we need
cargo add tokio --features macros,rt-multi-thread # Async runtime
```

This is the sample `Cargo.toml` file from the [`docs/developers/api/rust`](https://github.com/minekube/gate/tree/main/.web/docs/developers/api/rust) directory:
This is the sample `Cargo.toml` file from the [`docs/developers/api/rust`](https://github.com/minekube/gate/tree/master/.web/docs/developers/api/rust) directory:

```toml
<!--@include: ./Cargo.toml -->
Expand Down
2 changes: 1 addition & 1 deletion .web/docs/developers/api/typescript/bun/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use the Gate API in the browser, check out the [Web](/developers/api/typescri

## Sample project

This sample project is located in the [`docs/developers/api/typescript/bun`](https://github.com/minekube/gate/tree/main/.web/docs/developers/api/typescript/bun) directory.
This sample project is located in the [`docs/developers/api/typescript/bun`](https://github.com/minekube/gate/tree/master/.web/docs/developers/api/typescript/bun) directory.

To install dependencies:

Expand Down
2 changes: 1 addition & 1 deletion .web/docs/developers/api/typescript/node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import { GateService } from '@buf/minekube_gate.connectrpc_es/minekube/gate/v1/g

## Sample project

This sample project is located in the [`docs/developers/api/typescript/node`](https://github.com/minekube/gate/tree/main/.web/docs/developers/api/typescript/node) directory.
This sample project is located in the [`docs/developers/api/typescript/node`](https://github.com/minekube/gate/tree/master/.web/docs/developers/api/typescript/node) directory.

To install dependencies:

Expand Down
2 changes: 1 addition & 1 deletion .web/docs/developers/api/typescript/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import { GateService } from '@buf/minekube_gate.connectrpc_es/minekube/gate/v1/g

## Sample project

This sample project is located in the [`docs/developers/api/typescript/node`](https://github.com/minekube/gate/tree/main/.web/docs/developers/api/typescript/node) directory.
This sample project is located in the [`docs/developers/api/typescript/node`](https://github.com/minekube/gate/tree/master/.web/docs/developers/api/typescript/node) directory.

To install dependencies:

Expand Down

0 comments on commit ddec2e1

Please sign in to comment.