Skip to content

Commit 78377a4

Browse files
author
dmihaylo
committed
docs: fix broken links
1 parent 39c50b9 commit 78377a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ parseDate("Montag, 6.11.2000", "EEEE, d.MM.y", "de"); // Mon Nov 06 2000
5252
parseDate("2000-11-06T10:30Z"); // Mon Nov 06 2000 12:30
5353
```
5454

55-
For more examples and available configuration options, refer to the article on [date parsing](https://github.com/telerik/kendo-intl/blob/master/docs/dates/date-parsing.md).
55+
For more examples and available configuration options, refer to the article on [date parsing](https://github.com/telerik/kendo-intl/blob/master/docs/date-parsing/index.md).
5656

5757
### Date Formatting
5858

@@ -66,7 +66,7 @@ formatDate(new Date(2000, 10, 6), "yMd", "de"); // 6.11.2000
6666
formatDate(new Date(2000, 10, 6), "EEEE, d.MM.y", "bg"); // понеделник, 6.11.2000
6767
```
6868

69-
For more examples and available configuration options, refer to the article on [date formatting](https://github.com/telerik/kendo-intl/blob/master/docs/dates/date-formatting.md).
69+
For more examples and available configuration options, refer to the article on [date formatting](https://github.com/telerik/kendo-intl/blob/master/docs/date-formatting/index.md).
7070

7171
### Number Parsing
7272

@@ -81,7 +81,7 @@ parseNumber("10.22 %"); // 0.1022
8181
parseNumber("1,0000123e+4", "bg"); // 10000.123
8282
```
8383

84-
For more examples and available configuration options, refer to the article on [number parsing](https://github.com/telerik/kendo-intl/blob/master/docs/numbers/number-parsing.md).
84+
For more examples and available configuration options, refer to the article on [number parsing](https://github.com/telerik/kendo-intl/blob/master/docs/num-parsing/index.md).
8585

8686
### Number Formatting
8787

@@ -103,7 +103,7 @@ formatNumber(1234.567, {
103103
formatNumber(2345678, "##,#.00"); // 2,345,678.00
104104
```
105105

106-
For more examples and available configuration options, refer to the article on [number formatting](https://github.com/telerik/kendo-intl/blob/master/docs/numbers/number-formatting.md).
106+
For more examples and available configuration options, refer to the article on [number formatting](https://github.com/telerik/kendo-intl/blob/master/docs/num-formatting/index.md).
107107

108108
## Installation
109109

@@ -130,4 +130,4 @@ var numbers = require('@telerik/kendo-intl/number').numbers;
130130
var dates = require('@telerik/kendo-intl/dates').dates;
131131
```
132132

133-
> To install the npm package, it is recommended that you use Node.js 5.0.0 or later versions.
133+
> To install the npm package, you use Node.js 5.0.0 or later versions.

0 commit comments

Comments
 (0)