Skip to content

Commit 8dd72a2

Browse files
authored
Apply suggestions from code review
1 parent 0c06ee2 commit 8dd72a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/en/client/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This section deals with how to get Spring to connect to a grpc server and manage
2626

2727
Before we start adding the dependencies lets start with some of our recommendation for your project setup.
2828

29-
![project setup](https://grpc-ecosystem.github.io/grpc-spring/assets/images/client-project-setup.svg)
29+
![project setup](/grpc-spring/assets/images/client-project-setup.svg)
3030

3131
We recommend splitting your project into 2-3 separate modules.
3232

docs/en/server/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This section describes the steps necessary to convert your application into a gr
2828

2929
Before we start adding the dependencies lets start with some of our recommendation for your project setup.
3030

31-
![project setup](https://grpc-ecosystem.github.io/grpc-spring/assets/images/server-project-setup.svg)
31+
![project setup](/grpc-spring/assets/images/server-project-setup.svg)
3232

3333
We recommend splitting your project into 2-3 separate modules.
3434

docs/zh-CN/client/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
在我们开始添加依赖关系之前,让我们项目的一些设置建议开始。
2828

29-
![项目创建](https://grpc-ecosystem.github.io/grpc-spring/assets/images/client-project-setup.svg)
29+
![项目创建](/grpc-spring/assets/images/client-project-setup.svg)
3030

3131
我们建议将您的项目分为2至3个不同的模块。
3232

docs/zh-CN/server/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
在我们开始添加依赖关系之前,让我们项目的一些设置建议开始。
3030

31-
![项目创建](https://grpc-ecosystem.github.io/grpc-spring/assets/images/server-project-setup.svg)
31+
![项目创建](/grpc-spring/assets/images/server-project-setup.svg)
3232

3333
我们建议将您的项目分为2至3个不同的模块。
3434

0 commit comments

Comments
 (0)