Skip to content

Commit

Permalink
doc(main): Updated documentation (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox authored Mar 30, 2024
1 parent 796ec47 commit 1f95eb1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/demos/grpc-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It provides:

### Layout

This demo application is following the [recommended project layout](https://go.dev/doc/modules/layout):
This demo application is following the [recommended project layout](https://go.dev/doc/modules/layout#server-project):

- `cmd/`: entry points
- `configs/`: configuration files
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/http-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It provides:

### Layout

This demo application is following the [recommended project layout](https://go.dev/doc/modules/layout):
This demo application is following the [recommended project layout](https://go.dev/doc/modules/layout#server-project):

- `cmd/`: entry points
- `configs/`: configuration files
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/worker-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It provides:

### Layout

This demo application is following the [recommended project layout](https://go.dev/doc/modules/layout):
This demo application is following the [recommended project layout](https://go.dev/doc/modules/layout#server-project):

- `cmd/`: entry points
- `configs/`: configuration files
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/grpc-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [gRPC application template](https://github.com/ankorstore/yokai-grpc-templat

### Layout

This template is following the [recommended project layout](https://go.dev/doc/modules/layout):
This template is following the [recommended project layout](https://go.dev/doc/modules/layout#server-project):

- `cmd/`: entry points
- `configs/`: configuration files
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/http-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [HTTP application template](https://github.com/ankorstore/yokai-http-templat

### Layout

This template is following the [recommended project layout](https://go.dev/doc/modules/layout):
This template is following the [recommended project layout](https://go.dev/doc/modules/layout#server-project):

- `cmd/`: entry points
- `configs/`: configuration files
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/worker-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [worker application template](https://github.com/ankorstore/yokai-worker-tem

### Layout

This template is following the [recommended project layout](https://go.dev/doc/modules/layout):
This template is following the [recommended project layout](https://go.dev/doc/modules/layout#server-project):

- `cmd/`: entry points
- `configs/`: configuration files
Expand Down

0 comments on commit 1f95eb1

Please sign in to comment.