Skip to content

Commit e5a2d83

Browse files
committed
수정: API 메인 페이지 링크 텍스트 한글 적용
1 parent 669f3d3 commit e5a2d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ko-KR/src/api/ApiIndex.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function slugify(text: string): string {
9595
<h3>{{ item.text }}</h3>
9696
<ul>
9797
<li v-for="h of item.headers" :key="h.anchor">
98-
<a :href="item.link + '.html#' + slugify(h.anchor)">{{ h.anchor }}</a>
98+
<a :href="item.link + '.html#' + slugify(h.anchor)">{{ h.text }}</a>
9999
</li>
100100
</ul>
101101
</div>

0 commit comments

Comments
 (0)