aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/profile_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/profile_model.cpp')
-rw-r--r--ui/qt/models/profile_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/models/profile_model.cpp b/ui/qt/models/profile_model.cpp
index 750efb00e5..d06cabbfb1 100644
--- a/ui/qt/models/profile_model.cpp
+++ b/ui/qt/models/profile_model.cpp
@@ -828,7 +828,7 @@ bool ProfileModel::checkNameValidity(QString name, QString *msg)
QString msgChars;
#ifdef _WIN32
- /* According to https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file */
+ /* According to https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions */
QString invalid_dir_chars = "<>:\"/\\|?*";
#else
QString invalid_dir_chars = QDir::separator();