From 03b081137aa7a3170fdcf81f90917eba8caec5c2 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Mon, 5 Oct 2020 20:38:31 +0000 Subject: [PATCH] Correct screenshot paths in documentation These have been wrong since https://github.com/OpenMW/openmw/pull/2787 got merged --- docs/source/reference/modding/paths.rst | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/source/reference/modding/paths.rst b/docs/source/reference/modding/paths.rst index ea9b6c416..97cfe37a5 100644 --- a/docs/source/reference/modding/paths.rst +++ b/docs/source/reference/modding/paths.rst @@ -43,16 +43,16 @@ Savegames Screenshots ----------- -+--------------+-----------------------------------------------------------------------------------------------+ -| OS | Location | -+==============+===============================================================================================+ -| Linux | ``$HOME/.local/share/openmw`` | -+--------------+-----------------------------------------------------------------------------------------------+ -| Mac | ``$HOME/Library/Application\ Support/openmw`` | -+--------------+---------------+-------------------------------------------------------------------------------+ -| Windows | File Explorer | ``Documents\My Games\OpenMW`` | -| | | | -| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW"`` | -| | | | -| | Example | ``C:\Users\Username\Documents\My Games\OpenMW`` | -+--------------+---------------+-------------------------------------------------------------------------------+ ++--------------+-----------------------------------------------------------------------------------------------------------+ +| OS | Location | ++==============+===========================================================================================================+ +| Linux | ``$HOME/.local/share/openmw/screenshots`` | ++--------------+-----------------------------------------------------------------------------------------------------------+ +| Mac | ``$HOME/Library/Application\ Support/openmw/screenshots`` | ++--------------+---------------+-------------------------------------------------------------------------------------------+ +| Windows | File Explorer | ``Documents\My Games\OpenMW\screenshots`` | +| | | | +| | PowerShell | ``Join-Path ([environment]::GetFolderPath("mydocuments")) "My Games\OpenMW\screenshots"`` | +| | | | +| | Example | ``C:\Users\Username\Documents\My Games\OpenMW\screenshots`` | ++--------------+---------------+-------------------------------------------------------------------------------------------+