Skip to content

Commit

Permalink
doc: update dead link in API-reference.md (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
omodai authored and iamkun committed May 13, 2019
1 parent 977d305 commit 1761eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `Dayjs` object is immutable, that is, all API operations that change the `Da

- [API Reference](#api-reference)
- [Parsing](#parsing)
- [Constructor `dayjs(existing?: string | number | Date | Dayjs)`](#constructor-dayjsexisting-string--number--date--dayjs)
- [Constructor `dayjs(dateType?: string | number | Date | Dayjs)`](#constructor-dayjsdateType-string--number--date--dayjs)
- [ISO 8601 string](#iso-8601-string)
- [Native Javascript Date object](#native-javascript-date-object)
- [Unix Timestamp (milliseconds)](#unix-timestamp-milliseconds)
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Day.js는 네이티브 `Date.prototype`을 수정하는 대신 `Dayjs` 오브젝

- [API Reference](#api-reference)
- [Parsing](#parsing)
- [Constructor `dayjs(existing?: string | number | Date | Dayjs)`](#constructor-dayjsexisting--string-number-date-dayjs)
- [Constructor `dayjs(existing?: string | number | Date | Dayjs)`](#constructor-dayjsexisting-string--number--date--dayjs)
- [ISO 8601 string](#iso-8601https---enwikipediaorg-wiki-iso-8601-string)
- [Native Javascript Date object](#native-javascript-date-object)
- [Unix Timestamp (milliseconds)](#unix-timestamp-milliseconds)
Expand Down

0 comments on commit 1761eba

Please sign in to comment.