Skip to content

Commit

Permalink
Fix incorrect document URL
Browse files Browse the repository at this point in the history
  • Loading branch information
donsonioc2010 authored and emeroad committed Jun 4, 2024
1 parent d677f44 commit 4b12261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h5 class="l-guide-language-text">English</h5>
<h5 class="l-guide-language-text">한국어</h5>
<ul class="l-guide-contents-list">
<li><a (click)="onStartGuideClick()" target="_blank"
href="http://helloworld.naver.com/helloworld/1194202"><i class="fas fa-file"></i>Pinpoint 개발자가
href="https://d2.naver.com/helloworld/1194202"><i class="fas fa-file"></i>Pinpoint 개발자가
작성한 Pinpoint 기술문서</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=hrvKaEaDEGs"><i class="fas fa-video"></i>설치
가이드 동영상 강좌 1</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const HelpDocument = () => {
ko: [
{
title: 'Pinpoint 개발자가 작성한 Pinpoint 기술문서',
href: 'http://helloworld.naver.com/helloworld/1194202',
href: 'https://d2.naver.com/helloworld/1194202',
},
{
title: '설치 가이드 동영상 강좌 1',
Expand Down

0 comments on commit 4b12261

Please sign in to comment.