Skip to content

Commit 1f95eb1

Browse files
authored
doc(main): Updated documentation (#197)
1 parent 796ec47 commit 1f95eb1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/demos/grpc-application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It provides:
1717

1818
### Layout
1919

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

2222
- `cmd/`: entry points
2323
- `configs/`: configuration files

docs/demos/http-application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It provides:
1818

1919
### Layout
2020

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

2323
- `cmd/`: entry points
2424
- `configs/`: configuration files

docs/demos/worker-application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It provides:
1919

2020
### Layout
2121

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

2424
- `cmd/`: entry points
2525
- `configs/`: configuration files

docs/getting-started/grpc-application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [gRPC application template](https://github.com/ankorstore/yokai-grpc-templat
1717

1818
### Layout
1919

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

2222
- `cmd/`: entry points
2323
- `configs/`: configuration files

docs/getting-started/http-application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [HTTP application template](https://github.com/ankorstore/yokai-http-templat
1717

1818
### Layout
1919

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

2222
- `cmd/`: entry points
2323
- `configs/`: configuration files

docs/getting-started/worker-application.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [worker application template](https://github.com/ankorstore/yokai-worker-tem
1717

1818
### Layout
1919

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

2222
- `cmd/`: entry points
2323
- `configs/`: configuration files

0 commit comments

Comments
 (0)