Skip to content

Commit f70bdf4

Browse files
Update Windows file paths in README (#385)
Because I REALLY hope people aren't still using `C:\Documents and Settings`, which was replaced by a symlink to `C:\Users` back in Vista :)
1 parent 510a4b0 commit f70bdf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ For example, if running on macOS, you should use::
2020

2121
If on Windows (at least English Win) that should be::
2222

23-
C:\Documents and Settings\<User>\Application Data\Local Settings\<AppAuthor>\<AppName>
23+
C:\Users\<User>\Application Data\Local Settings\<AppAuthor>\<AppName>
2424

2525
or possibly::
2626

27-
C:\Documents and Settings\<User>\Application Data\<AppAuthor>\<AppName>
27+
C:\Users\<User>\Application Data\<AppAuthor>\<AppName>
2828

2929
for `roaming profiles <https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-vista/cc766489(v=ws.10)>`_ but that is another story.
3030

0 commit comments

Comments
 (0)