Skip to content

Commit 408538a

Browse files
authored
Merge pull request #62 from JBNU-JEduTools/jinseok1006-patch-1
Update image path in gettingStarted.mdx
2 parents e0bb6bd + 6d2643f commit 408538a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/JHelper/gettingStarted.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ slug: 'JHelper/1gettingStarted'
1616
외부 기여자는 먼저 원본 프로젝트를 자신의 GitHub 계정으로 'Fork'해야 합니다. Fork는 다른 사람의 프로젝트를 내 저장소로 복사하여 자유롭게 수정할 수 있게 해주는 기능입니다.
1717

1818
Fork를 통해, 원본 레포지토리를 내 레포지토리로 복사합니다.
19-
![작업 시작](../../images/CONTRIBUTING/contributing_1.png)
19+
![작업 시작](../Images/contributing_1.png)
2020

2121
Fork가 완료되면, **내 계정에 생성된 저장소**를 로컬 컴퓨터로 복제(Clone)합니다.
2222

@@ -65,4 +65,4 @@ yarn develop
6565
<img src="./Images/codespace-3.png"/>
6666

6767
2.4) 개인계정에 할당된 codespace는 월별 사용량이 정해져 있으므로 작업을 완료한 이후에는 다음과 같이 codespace를 삭제합니다.
68-
<img src="./Images/codespace-4.png" width="10px"/>
68+
<img src="./Images/codespace-4.png" width="10px"/>

0 commit comments

Comments
 (0)