Skip to content

Commit 5c226dd

Browse files
committed
fix: add target blank to external a tags for new tab
1 parent a2b8fad commit 5c226dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

posts/grpc/why-using-grpc.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GET /index.html
5757

5858
웹의 인기가 폭발적으로 증가하며, 더 정형화된 명세의 필요성이 제기 되었고, 1996년 5월 IETF 에서 HTTP/1.0 을 공식 RFC 로 등록하게 되었다.
5959
:::note
60-
<a href = "https://datatracker.ietf.org/doc/html/rfc1945">RFC-1945: Hypertext Transfer Protocol -- HTTP/1.0</a>
60+
<a href = "https://datatracker.ietf.org/doc/html/rfc1945" target="_blank">RFC-1945: Hypertext Transfer Protocol -- HTTP/1.0</a>
6161
:::
6262

6363
<br />
@@ -162,7 +162,7 @@ GET /index.html
162162
2015년 5월 RFC-7540 으로 공식 표준화 되었다.
163163

164164
:::note
165-
<a href = "https://datatracker.ietf.org/doc/html/rfc7540">RFC-7540: Hypertext Transfer Protocol Version 2 (HTTP/2)</a>
165+
<a href = "https://datatracker.ietf.org/doc/html/rfc7540" target="_blank">RFC-7540: Hypertext Transfer Protocol Version 2 (HTTP/2)</a>
166166
:::
167167

168168
`HTTP 2.0` 은 아래와 같은 주요 특징을 가지고 있다.
@@ -312,8 +312,8 @@ MSA 구조에서 서버간 통신을 `HTTP/2` 로만 변경해도 성능을 향
312312

313313
:::warning
314314
<b>벤치 마크 결과</b>
315-
🏷️ <a href="https://github.com/eottabom/lego-piece/tree/main/benchmark">벤치 마크 결과 보기 (클릭)</a>
316-
🏷️ <a href="https://github.com/eottabom/lego-piece/tree/main/benchmark/src/main/java/lego/benchmark/serialization">벤치 마크 코드 보러가기 (클릭)</a>
315+
🏷️ <a href="https://github.com/eottabom/lego-piece/tree/main/benchmark" target="_blank">벤치 마크 결과 보기 (클릭)</a>
316+
🏷️ <a href="https://github.com/eottabom/lego-piece/tree/main/benchmark/src/main/java/lego/benchmark/serialization" target="_blank">벤치 마크 코드 보러가기 (클릭)</a>
317317
:::
318318

319319

@@ -463,7 +463,7 @@ public final class PersonClient {
463463
```
464464

465465
:::warning
466-
<a href="https://github.com/eottabom/lego-piece/tree/main/example/src/main/java/lego/example/grpc">예제 코드 보러가기 (클릭)</a>
466+
<a href="https://github.com/eottabom/lego-piece/tree/main/example/src/main/java/lego/example/grpc" target="_blank">예제 코드 보러가기 (클릭)</a>
467467
:::
468468

469469
---

0 commit comments

Comments
 (0)