Skip to content

Commit b646017

Browse files
docs: replace slugs
1 parent 1175bb2 commit b646017

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/cldr/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Unicode CLDR is available as JSON at [https://github.com/unicode-cldr/](https://
3434

3535
## Loading CLDR Data
3636

37-
To load the CLDR data, use the [`load`]({% cldrapi_internalization %}#load) method.
37+
To load the CLDR data, use the [`load`](https://github.com/telerik/kendo-intl/blob/master/docs/cldr/api.md#load) method.
3838

3939
> Before other culture scripts, you have to load the supplemental data first. It requires you to load it just once.
4040
@@ -103,4 +103,4 @@ setData(data);
103103

104104
## Suggested Links
105105

106-
* [API Reference of the CLDR Module]({% slug cldrapi_internalization %})
106+
* [API Reference of the CLDR Module](https://github.com/telerik/kendo-intl/blob/master/docs/cldr/api.md)

docs/date-parsing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `parseDate` method supports the parsing of:
2020

2121
### Implicit Formats
2222

23-
In this case, the `parseDate` method tries to parse the string using both the locale [predefined formats]({% slug dateformatting_internalization %}#predefined) and the standard formats listed in the following table.
23+
In this case, the `parseDate` method tries to parse the string using both the locale [predefined formats](https://github.com/telerik/kendo-intl/blob/master/docs/date-formatting/index.md#predefined) and the standard formats listed in the following table.
2424

2525
| STANDARD FORMATS | EXAMPLE VALUE |
2626
| :--- | :--- |

docs/num-parsing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ It parses strings representing exponential numbers with the specific decimal sep
6161

6262
## Suggested Links
6363

64-
* [Number Parsing API Reference]({% slug numberparseapi_internalization %})
65-
* [Number Formatting]({% slug numbeformatting_internalization %})
64+
* [Number Parsing API Reference](https://github.com/telerik/kendo-intl/blob/master/docs/num-parsing/api.md)
65+
* [Number Formatting](https://github.com/telerik/kendo-intl/blob/master/docs/num-formatting/api.md)

0 commit comments

Comments
 (0)