Skip to content

Commit 2818f75

Browse files
committed
v1.9.8
1 parent 7ae5e9b commit 2818f75

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ export default MyPage;
6666

6767
## API 문서
6868

69-
라이브러리의 주요 API들에 대한 문서를 [Docs](https://shinyongjun.com/library/react-fullpage/docs)에서 확인할 수 있습니다.
69+
라이브러리의 주요 API들에 대한 문서를 [Docs](https://www.shinyongjun.com/library/react-fullpage/docs/Getting%20Started/Overview)에서 확인할 수 있습니다.
7070

7171
## 실제 사용 사례
7272

73-
라이브러리의 사용 예시는 [Demo](https://shinyongjun.com/library/react-fullpage/demo)에서 확인할 수 있습니다.
73+
라이브러리의 사용 예시는 [Demo](https://www.shinyongjun.com/library/react-fullpage/demo)에서 확인할 수 있습니다.
7474

7575
## 피드백 및 지원
7676

package/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ export default MyPage;
6666

6767
## API 문서
6868

69-
라이브러리의 주요 API들에 대한 문서를 [Docs](https://shinyongjun.com/library/react-fullpage/docs)에서 확인할 수 있습니다.
69+
라이브러리의 주요 API들에 대한 문서를 [Docs](https://www.shinyongjun.com/library/react-fullpage/docs/Getting%20Started/Overview)에서 확인할 수 있습니다.
7070

7171
## 실제 사용 사례
7272

73-
라이브러리의 사용 예시는 [Demo](https://shinyongjun.com/library/react-fullpage/demo)에서 확인할 수 있습니다.
73+
라이브러리의 사용 예시는 [Demo](https://www.shinyongjun.com/library/react-fullpage/demo)에서 확인할 수 있습니다.
7474

7575
## 피드백 및 지원
7676

package/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shinyongjun/react-fullpage",
3-
"version": "1.9.7",
3+
"version": "1.9.8",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"source": "./src/index.tsx",
@@ -21,15 +21,15 @@
2121
"fullpage",
2222
"scroll"
2323
],
24-
"homepage": "https://shinyongjun.gitbook.io/react-fullpage",
24+
"homepage": "https://www.shinyongjun.com/library",
2525
"bugs": {
2626
"url": "https://github.com/flamecommit/react-fullpage/issues",
2727
"email": "shinyj1991@gmail.com"
2828
},
2929
"author": {
3030
"name": "shinyongjun",
3131
"email": "shinyj1991@gmail.com",
32-
"url": "https://shinyongjun.com"
32+
"url": "https://www.shinyongjun.com"
3333
},
3434
"repository": {
3535
"type": "git",

0 commit comments

Comments
 (0)