Skip to content

Commit 4b12261

Browse files
donsonioc2010emeroad
authored andcommitted
Fix incorrect document URL
1 parent d677f44 commit 4b12261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-angular/src/main/angular/src/app/core/components/configuration-help/configuration-help-container.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h5 class="l-guide-language-text">English</h5>
4343
<h5 class="l-guide-language-text">한국어</h5>
4444
<ul class="l-guide-contents-list">
4545
<li><a (click)="onStartGuideClick()" target="_blank"
46-
href="http://helloworld.naver.com/helloworld/1194202"><i class="fas fa-file"></i>Pinpoint 개발자가
46+
href="https://d2.naver.com/helloworld/1194202"><i class="fas fa-file"></i>Pinpoint 개발자가
4747
작성한 Pinpoint 기술문서</a></li>
4848
<li><a target="_blank" href="https://www.youtube.com/watch?v=hrvKaEaDEGs"><i class="fas fa-video"></i>설치
4949
가이드 동영상 강좌 1</a></li>

web-frontend/src/main/v3/packages/ui/src/components/Config/help/HelpDocument.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const HelpDocument = () => {
88
ko: [
99
{
1010
title: 'Pinpoint 개발자가 작성한 Pinpoint 기술문서',
11-
href: 'http://helloworld.naver.com/helloworld/1194202',
11+
href: 'https://d2.naver.com/helloworld/1194202',
1212
},
1313
{
1414
title: '설치 가이드 동영상 강좌 1',

0 commit comments

Comments
 (0)