From 48aa1821e0075e7991fdc37eab205a4a8c65503e Mon Sep 17 00:00:00 2001 From: Jeremy Tammik Date: Fri, 29 Oct 2021 20:26:01 +0200 Subject: [PATCH] rm backslash --- Doc/Readme_2005-05-11.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/Readme_2005-05-11.md b/Doc/Readme_2005-05-11.md index ad3a9b4cf..4f8db2c7b 100644 --- a/Doc/Readme_2005-05-11.md +++ b/Doc/Readme_2005-05-11.md @@ -88,11 +88,11 @@ The Revit API now offers the ability to register API applications via an .addin Manifest files will be read automatically by Revit when they are places in one of two locations on a user's system: - In a non-user specific location in "application data" - - For Windows XP – C:\Documents and Settings\All Users\Application Data\Autodesk\Revit\Addins\2012\ - - For Vista/Windows 7 – C:\ProgramData\Autodesk\Revit\Addins\2012\ + - For Windows XP – C:\Documents and Settings\All Users\Application Data\Autodesk\Revit\Addins\2012 + - For Vista/Windows 7 – C:\ProgramData\Autodesk\Revit\Addins\2012 - In a user specific location in "application data" - - For Windows XP – C:\Documents and Settings\\Application Data\Autodesk\Revit\Addins\2012\ - - For Vista/Windows 7 – C:\Users\\AppData\Roaming\Autodesk\Revit\Addins\2012\ + - For Windows XP – C:\Documents and Settings\\Application Data\Autodesk\Revit\Addins\2012 + - For Vista/Windows 7 – C:\Users\\AppData\Roaming\Autodesk\Revit\Addins\2012 All files named `.addin` in these locations will be read and processed by Revit during startup.