From efc660a9c0d763d1945bd1c19744ce551c24ade7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=28Yeet=29=20Uyan?= Date: Sun, 9 May 2021 03:03:51 -0700 Subject: [PATCH] Fix Arduino path on Windows in version notes (#1283) - Fixed arduino-cli path for Windows specified in the v 0.15.0 changes in UPGRADING.md file --- docs/UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UPGRADING.md b/docs/UPGRADING.md index bbd660f07ed..ba3c8ce5867 100644 --- a/docs/UPGRADING.md +++ b/docs/UPGRADING.md @@ -415,7 +415,7 @@ The default folders for the `arduino-cli.yaml` are: - Linux: `/home//.arduino15/arduino-cli.yaml` - OS X: `/Users//Library/Arduino15/arduino-cli.yaml` -- Windows: `C:\Users\\AppData\Arduino15\arduino-cli.yaml` +- Windows: `C:\Users\\AppData\Local\Arduino15\arduino-cli.yaml` ## 0.14.0