Skip to content

Commit 9b8e8e8

Browse files
authored
Merge pull request #3836 from OpenShot/ferdnyc-patch-1
CONTRIBUTING: Fix Windows paths (backslash)
2 parents 73f9431 + afe5429 commit 9b8e8e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
##### Windows
3030
* OpenShot stores its logs in your user profile directory (`%USERPROFILE%`, e.g. `C:\Users\username\`)
31-
* **<code><var>%USERPROFILE%</var>\.openshot_qt\openshot-qt.log</code>**
32-
* **<code><var>%USERPROFILE%</var>\.openshot_qt\libopenshot.log</code>**
31+
* **<code><var>%USERPROFILE%</var>\\.openshot_qt\openshot-qt.log</code>**
32+
* **<code><var>%USERPROFILE%</var>\\.openshot_qt\libopenshot.log</code>**
3333

3434
##### Linux/MacOS
3535
* OpenShot stores its logs in your home directory (`$HOME`, e.g. `/home/username/`)

0 commit comments

Comments
 (0)