Skip to content

Commit 41efdbc

Browse files
authored
Fix Windows path formatting in community.md
1 parent 1af168f commit 41efdbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accelerate/community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ Due to a general limitation of .NET tools, license data is not automatically rem
206206

207207
Delete the following directory:
208208
```
209-
%LocalAppData%/AvaloniaUI/Licensing
209+
%LOCALAPPDATA%\AvaloniaUI\Licensing
210210
```
211211

212212
To delete this folder:
213213
1. Press `Win + R` to open the Run dialog
214-
2. Type `%LocalAppData%/AvaloniaUI/Licensing` and press Enter
214+
2. Type `%LocalAppData%\AvaloniaUI\Licensing` and press Enter
215215
3. Delete the entire `Licensing` folder
216216

217217
**macOS:**

0 commit comments

Comments
 (0)