From 69540b367e644a1e911196288740a8965cf0c3c9 Mon Sep 17 00:00:00 2001 From: Curious Team Date: Sat, 11 Jan 2025 15:51:03 +0600 Subject: [PATCH] Update running.rst to fix the reference for adding host alias in windows. Reference shows in the user guide like "c:WindowsSystem32driversetchosts" without any backslash. Used double backslash to fix the reference. --- user_guide_src/source/installation/running.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/installation/running.rst b/user_guide_src/source/installation/running.rst index 919173c3e050..5b39f13f3df9 100644 --- a/user_guide_src/source/installation/running.rst +++ b/user_guide_src/source/installation/running.rst @@ -218,7 +218,7 @@ Adding Host Alias ----------------- Add a host alias in your "hosts" file, typically **/etc/hosts** on unix-type platforms, -or **c:\Windows\System32\drivers\etc\hosts** on Windows. +or **c:\\Windows\\System32\\drivers\\etc\\hosts** on Windows. Add a line to the file. This could be ``myproject.local`` or ``myproject.test``, for instance::