Skip to content

Commit c513bea

Browse files
committed
[fix] broken links in the chart and integration docs
1 parent 907595f commit c513bea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/chart/api/chart_series_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ series: [
441441
</tr>
442442
<tr>
443443
<td><b>dateFormat</b></td>
444-
<td>(optional) defines the <a href="../../../calendar_dateformat_config/">format of dates</a> in the tooltips ("%d/%m/%y" by default). In this format, you can specify dates in the data set </td>
444+
<td>(optional) defines the <a href="../../../calendar/api/calendar_dateformat_config/">format of dates</a> in the tooltips ("%d/%m/%y" by default). In this format, you can specify dates in the data set </td>
445445
</tr>
446446
<tr>
447447
<td><b>days</b></td>

docs/integration/suite_and_angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Install the DHTMLX Suite library to get access to Suite widgets. Refer to the fo
5151

5252
## Create Angular component
5353

54-
Now you can create Angular components (wrappers) based on Suite widgets. For each complex Suite widget you can create a separate file (for instance [***grid.component.ts***](https://github.com/DHTMLX/angular-suite-demo/blob/master/src/app/MainContainer/Content/LeftContent/Grid/grid.component.ts)) in the [***src/***](https://github.com/DHTMLX/angular-suite-demo/tree/master/src) directory.
54+
Now you can create Angular components (wrappers) based on Suite widgets. For each complex Suite widget you can create a separate file (for instance ***grid.component.ts***) in the [***src/***](https://github.com/DHTMLX/angular-suite-demo/tree/master/src) directory.
5555

5656
### Import source files
5757

docs/integration/suite_and_vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default {
118118
119119
### Load data
120120
121-
To add data into a Suite widget, you need to provide a data set. You can create the [***data.js***](https://github.com/DHTMLX/vue-suite-demo/blob/master/src/store.js) file in the ***src/*** directory and add required data sets:
121+
To add data into a Suite widget, you need to provide a data set. You can create the [***data.js***](https://github.com/DHTMLX/vue-suite-demo/blob/master/src/data.js) file in the ***src/*** directory and add required data sets:
122122
123123
~~~jsx {2,27,29} title="data.js"
124124
export function getData() {

0 commit comments

Comments
 (0)