Skip to content

Commit 5baf365

Browse files
Update mlpaths.md
1 parent b9374f2 commit 5baf365

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/mlpaths.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
```mermaid
77
flowchart LR;
8-
A@{shape:processes, label: "`**Data types**`"}-->B["`**Working with Numeric and Categorical Data**`"];
8+
A@{shape:processes, label: "Data types"}-->B["`**Working with Numeric and Categorical Data**`"];
99
A-->C["`**Computer Vision and Image-based Learning**`"];
1010
A-->D["`**Time Series Analysis and Forecasting**`"];
1111
A-->E["`**Natural Language Processing**`"];
1212
A-->F["`**Speech and Audio Processing**`"];
13-
click B href "paths/numeric.md" "Open this in a new tab" _blank
14-
click C href "paths/images.md" "Open this in a new tab" _blank
15-
click D href "paths/tseries.md" "Open this in a new tab" _blank
16-
click E href "paths/nlp.md" "Open this in a new tab" _blank
17-
click F href "paths/speech.md" "Open this in a new tab" _blank
13+
click B href "https://ua-datalab.github.io/mlpaths/paths/numeric.md" "Open this in a new tab" _blank
14+
click C href "https://ua-datalab.github.io/mlpaths/paths/images.md" "Open this in a new tab" _blank
15+
click D href "https://ua-datalab.github.io/mlpaths/paths/tseries.md" "Open this in a new tab" _blank
16+
click E href "https://ua-datalab.github.io/mlpaths/paths/nlp.md" "Open this in a new tab" _blank
17+
click F href "https://ua-datalab.github.io/mlpaths/paths/speech.md" "Open this in a new tab" _blank
1818
1919
```
2020

0 commit comments

Comments
 (0)