Skip to content

Commit

Permalink
rm backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytammik committed Oct 29, 2021
1 parent 442964d commit 48aa182
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/Readme_2005-05-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &ndash; <i>C:\Documents and Settings\All Users\Application Data\Autodesk\Revit\Addins\2012\</i>
- For Vista/Windows 7 &ndash; <i>C:\ProgramData\Autodesk\Revit\Addins\2012\</i>
- For Windows XP &ndash; <i>C:\Documents and Settings\All Users\Application Data\Autodesk\Revit\Addins\2012</i>
- For Vista/Windows 7 &ndash; <i>C:\ProgramData\Autodesk\Revit\Addins\2012</i>
- In a user specific location in "application data"
- For Windows XP &ndash; <i>C:\Documents and Settings\<user>\Application Data\Autodesk\Revit\Addins\2012\</i>
- For Vista/Windows 7 &ndash; <i>C:\Users\<user>\AppData\Roaming\Autodesk\Revit\Addins\2012\</i>
- For Windows XP &ndash; <i>C:\Documents and Settings\<user>\Application Data\Autodesk\Revit\Addins\2012</i>
- For Vista/Windows 7 &ndash; <i>C:\Users\<user>\AppData\Roaming\Autodesk\Revit\Addins\2012</i>

All files named `.addin` in these locations will be read and processed by Revit during startup.

Expand Down

0 comments on commit 48aa182

Please sign in to comment.