Skip to content

Commit 4c31265

Browse files
committed
fix extension typo
1 parent 6354f30 commit 4c31265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/mysql/howto-configure-server-parameters-using-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CALL mysql.az_load_timezone();
5959
```
6060

6161
> [!IMPORTANT]
62-
> You should restart the server to ensure the time zone tables are properly populated. To restart the server, use the [Azure portal](howto-restart-server-portal.md) or [CLI](howto-restart-server-cli.ms).
62+
> You should restart the server to ensure the time zone tables are properly populated. To restart the server, use the [Azure portal](howto-restart-server-portal.md) or [CLI](howto-restart-server-cli.md).
6363
6464
To view available time zone values, run the following command:
6565

articles/mysql/howto-server-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ CALL mysql.az_load_timezone();
7373
```
7474

7575
> [!IMPORTANT]
76-
> You should restart the server to ensure the time zone tables are properly populated. To restart the server, use the [Azure portal](howto-restart-server-portal.md) or [CLI](howto-restart-server-cli.ms).
76+
> You should restart the server to ensure the time zone tables are properly populated. To restart the server, use the [Azure portal](howto-restart-server-portal.md) or [CLI](howto-restart-server-cli.md).
7777
7878
To view available time zone values, run the following command:
7979

0 commit comments

Comments
 (0)