Skip to content

Commit 9aba78c

Browse files
committed
[fix] broken link in the angular integration guide
1 parent 4268c7f commit 9aba78c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/integrations/angular_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ body {
135135

136136
#### Loading data
137137

138-
To add data into Diagram Editor, you need to provide a [**data set**](https://github.com/DHTMLX/angular-diagram-demo/blob/master/src/app/diagram/data.ts). You can create the **data.ts** file in the **src/app/diagram-editor/** directory and add some data into it:
138+
To add data into Diagram Editor, you need to provide a [**data set**](https://github.com/DHTMLX/angular-diagram-demo/blob/master/src/app/diagram-editor/data.ts). You can create the **data.ts** file in the **src/app/diagram-editor/** directory and add some data into it:
139139

140140
~~~jsx title="data.ts"
141141
export function getData() {

0 commit comments

Comments
 (0)