Skip to content

Commit 5b646d4

Browse files
committed
fix: fix broken link
1 parent 0adbcf2 commit 5b646d4

29 files changed

+123
-102
lines changed

docs/Backend/npm/package_json/dependencies_flieds.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114

115115
**author note:** Related note in this repo
116116

117-
- [package.json 환경 배포 설정 필드 정리](./env_publish_fields.md)
118-
- [package.json 기본 메타 필드 정리](./meta_fields.md)
119-
- [package.json 실행 입출력 필드 정리](./runtime_io_fields.md)
117+
- [package.json 환경 배포 설정 필드 정리](./env_publish_fields.mdx)
118+
- [package.json 기본 메타 필드 정리](./meta_fields.mdxx)
119+
- [package.json 실행 입출력 필드 정리](./runtime_io_fields.mdxx)
120120

121121
**link:** External reference
122122

docs/Backend/npm/package_json/env_publish_fields.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Node.js 및 npm 버전 제약, 지원 운영체제, private 패키지 설정,
108108

109109
**author note:** Related note in this repo
110110

111-
- [package.json 의존성 필드 정리](./dependencies_flieds.md)
112-
- [package.json 기본 메타 필드 정리](./meta_fields.md)
113-
- [package.json 실행 입출력 필드 정리](./runtime_io_fields.md)
111+
- [package.json 의존성 필드 정리](./dependencies_flieds.mdx)
112+
- [package.json 기본 메타 필드 정리](./meta_fields.mdx)
113+
- [package.json 실행 입출력 필드 정리](./runtime_io_fields.mdx)
114114

115115
**link:** External reference
116116

docs/Backend/npm/package_json/meta_fields.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ Semantic Versioning(SemVer)을 따르는 패키지 버전이다.
139139

140140
**author note:** Related note in this repo
141141

142-
- [package.json 의존성 필드 정리](./dependencies_flieds.md)
143-
- [package.json 환경 배포 설정 필드 정리](./env_publish_fields.md)
144-
- [package.json 실행 입출력 필드 정리](./runtime_io_fields.md)
142+
- [package.json 의존성 필드 정리](./dependencies_flieds.mdxx)
143+
- [package.json 환경 배포 설정 필드 정리](./env_publish_fields.mdx)
144+
- [package.json 실행 입출력 필드 정리](./runtime_io_fields.mdxx)
145145

146146
**link:** External reference
147147

docs/Backend/npm/package_json/runtime_io_fields.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ Webpack에서 사용하는 필드로, tree-shaking 시 부수효과가 있는
157157

158158
**author note:** Related note in this repo
159159

160-
- [package.json 의존성 필드 정리](./dependencies_flieds.md)
161-
- [package.json 환경 배포 설정 필드 정리](./env_publish_fields.md)
162-
- [package.json 기본 메타 필드 정리](./meta_fields.md)
160+
- [package.json 의존성 필드 정리](./dependencies_flieds.mdxx)
161+
- [package.json 환경 배포 설정 필드 정리](./env_publish_fields.mdx)
162+
- [package.json 기본 메타 필드 정리](./meta_fields.mdxx)
163163

164164
**link:** External reference
165165

docs/DevGeneral/Principle/Two_Hats.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ ex) 버블 정렬에 대해 설명하기 위해, Array 자료형을 설명해야
2828

2929
**author note:** Related note in this repo
3030

31-
- [리팩터링 정의](../Refactoring/Definition_of_Refactoring.md)
32-
- [리팩터링의 필요성](../Refactoring/Reasons_for_Refactoring.md)
33-
- [언제 리팩터링해야 할까?](../Refactoring/When_to_Refactoring.md)
31+
- [리팩터링 정의](../Refactoring/Definition_of_Refactoring.mdx)
32+
- [리팩터링의 필요성](../Refactoring/Reasons_for_Refactoring.mdx)
33+
- [언제 리팩터링해야 할까?](../Refactoring/When_to_Refactoring.mdx)
3434

3535
**link:** External reference
3636

docs/DevGeneral/Refactoring/Definition_of_Refactoring.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ ex) 버블 정렬에 대해 설명하기 위해, Array 자료형을 설명해야
3838

3939
**author note:** Related note in this repo
4040

41-
- [리팩터링의 필요성](./Reasons_for_Refactoring.md)
42-
- [언제 리팩터링해야 할까?](./When_to_Refactoring.md)
43-
- [두개의 모자](../Principle/Two_Hats.md)
41+
- [리팩터링의 필요성](./Reasons_for_Refactoring.mdx)
42+
- [언제 리팩터링해야 할까?](./When_to_Refactoring.mdx)
43+
- [두개의 모자](../Principle/Two_Hats.mdx)
4444

4545
**link:** External reference
4646

docs/DevGeneral/Refactoring/Reasons_for_Refactoring.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232

3333
**author note:** Related note in this repo
3434

35-
- [리팩터링 정의](./Definition_of_Refactoring.md)
36-
- [언제 리팩터링해야 할까?](./When_to_Refactoring.md)
37-
- [두개의 모자](../Principle/Two_Hats.md)
35+
- [리팩터링 정의](./Definition_of_Refactoring.mdx)
36+
- [언제 리팩터링해야 할까?](./When_to_Refactoring.mdx)
37+
- [두개의 모자](../Principle/Two_Hats.mdx)
3838

3939
**link:** External reference
4040

docs/DevGeneral/Refactoring/When_to_Refactoring.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383

8484
**author note:** Related note in this repo
8585

86-
- [리팩터링의 정의](./Definition_of_Refactoring.md)
87-
- [리팩터링을 해야하는 이유](./Reasons_for_Refactoring.md)
88-
- [두개의 모자](../Principle/Two_Hats.md)
86+
- [리팩터링의 정의](./Definition_of_Refactoring.mdx)
87+
- [리팩터링을 해야하는 이유](./Reasons_for_Refactoring.mdx)
88+
- [두개의 모자](../Principle/Two_Hats.mdx)

docs/DevOps/Pulumi/Project.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ pulumi config set aws:region us-east-1 --stack prod
112112

113113
**author note:** Related note in this repo
114114

115-
- [Pulumi](./Pulumi.md)
116-
- [Stack](./Stack.md)
115+
- [Pulumi](./Pulumi.mdx)
116+
- [Stack](./Stack.mdx)
117117

118118
**link:** External reference
119119

docs/DevOps/Pulumi/Pulumi.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Pulumi는 다음과 같은 장점을 제공한다.
7171

7272
**author note:** Related note in this repo
7373

74-
- [Pulumi Project](./Project.md)
75-
- [Pulumi Stack](./Stack.md)
74+
- [Pulumi Project](./Project.mdx)
75+
- [Pulumi Stack](./Stack.mdx)
7676

7777
**link:** External reference
7878

0 commit comments

Comments
 (0)