Skip to content

Commit 55e5ec4

Browse files
committed
Fix minor issues.
1 parent 25cbd38 commit 55e5ec4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/machine-learning/how-to-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ In this article, learn how to connect to data sources located outside of Azure,
4242
>
4343
> If you have an older SDK package or CLI extension, please remove the old one and install the new one with the code shown in the tab section. Choose the code version that covers your situation:
4444
45-
## Code versions
45+
### Code versions
4646

47-
# [Version 1.5.0](#tab/version-1.5.0)
47+
# [Version 1.5.0](#tab/version-1-5-0)
4848

4949
```python
5050
pip uninstall azure-ai-ml
5151
pip install azure-ai-ml
5252
pip show azure-ai-ml
5353
```
5454

55-
# [Version 2.15.1](#tab/version-2.15.1-or-later)
55+
# [Version 2.15.1](#tab/version-2-15-1-or-later)
5656

5757
```cli
5858
az extension remove -n ml

articles/machine-learning/how-to-import-data-assets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ To create and work with data assets, you need:
4848
>
4949
> If you have an older SDK package or CLI extension, please remove the old one and install the new one with the code shown in the tab section. Choose the code version that covers your situation:
5050
51-
## Code versions
51+
### Code versions
5252

53-
# [Version 1.5.0](#tab/version-1.5.0)
53+
# [Version 1.5.0](#tab/version-1-5-0)
5454

5555
```python
5656
pip uninstall azure-ai-ml
5757
pip install azure-ai-ml
5858
pip show azure-ai-ml
5959
```
6060

61-
# [Version 2.15.1 or later](#tab/version-2.15.1-or-later)
61+
# [Version 2.15.1 or later](#tab/version-2-15-1-or-later)
6262

6363
```cli
6464
az extension remove -n ml

0 commit comments

Comments
 (0)