From 6d421b7f07672e9d9b13534e406c23d09428669e Mon Sep 17 00:00:00 2001 From: ruvata-code Date: Thu, 26 Jun 2014 09:38:11 +0400 Subject: [PATCH] Update windows8.rst missed double backslash (UTP specifics shielded characters) at "The default location of Redis Server is" path --- docs/installing/os/windows8.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing/os/windows8.rst b/docs/installing/os/windows8.rst index 274254f45a..4ae24d4584 100644 --- a/docs/installing/os/windows8.rst +++ b/docs/installing/os/windows8.rst @@ -21,7 +21,7 @@ Start Redis Server The default location of Redis Server is - **C:\Program Files (x86)\Redis\StartRedisServer.cmd** + **C:\\Program Files (x86)\\Redis\\StartRedisServer.cmd** Open Git Shell, and type the following commands. Clone NodeBB repo: @@ -79,4 +79,4 @@ And run NodeBB on "watch" mode: ./nodebb watch -It will launch NodeBB in development mode, and watch files that change and automatically restart your forum. \ No newline at end of file +It will launch NodeBB in development mode, and watch files that change and automatically restart your forum.