1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00

Update Links to Documentation in settings.cfg files (#1523)

* Update settings-default.cfg

* Update settings.cpp
This commit is contained in:
David Walley 2017-10-28 17:05:30 +01:00 committed by scrawl
parent d61fc6e8f0
commit 41dc82abad
2 changed files with 3 additions and 3 deletions

View File

@ -292,7 +292,7 @@ public:
ostream << "# to its default, simply remove it from this file. For available" << std::endl;
ostream << "# settings, see the file 'settings-default.cfg' or the documentation at:" << std::endl;
ostream << "#" << std::endl;
ostream << "# https://wiki.openmw.org/index.php?title=Settings" << std::endl;
ostream << "# http://openmw.readthedocs.io/en/master/reference/modding/settings/index.html" << std::endl;
}
// We still have one more thing to do before we're completely done writing the file.

View File

@ -6,9 +6,9 @@
# ranges of recommended values. For detailed explanations of the
# significance of each setting, interaction with other settings, hard
# limits on value ranges and more information in general, please read
# the detailed documentation at the OpenMW Wiki page:
# the detailed documentation at:
#
# https://wiki.openmw.org/index.php?title=Settings
# http://openmw.readthedocs.io/en/master/reference/modding/settings/index.html
#
[Camera]