]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/24_lua-scripting/01_brain_dump.html
text tweaks
[ardour-manual] / _manual / 24_lua-scripting / 01_brain_dump.html
index fe3820b0418ce23e7464ec46db8cccc29aa90b7e..529b70f7a960d63e34e2dc38b6f2dc44c81f68d0 100644 (file)
@@ -4,7 +4,7 @@ title: Scripting Documentation
 ---
 
 <p class="warning">
-This Documention is Work in Progress and far from complete. Also the documented API may be subject to change.
+This Documentation is Work in Progress and far from complete. Also the documented API may be subject to change.
 </p>
 
 <h2>Preface</h2>
@@ -95,9 +95,9 @@ There are is also a special mode:
 Ardour searches for Lua scripts in the <code>scripts</code> folder in <code>$ARDOUR_DATA_PATH</code>,
 Apart from scripts included directly with Ardour, this includes</p>
 <table>
-       <tr><th>GNU/Linux</th><td><code>$HOME/.config/ardour4/scripts</code></td></tr>
-       <tr><th>Mac OS X</th><td><code>$HOME/Library/Preferences/Ardour4/scripts</code></td></tr>
-       <tr><th>Windows</th><td><code>%localappdata%\ardour4\scripts</code></td></tr>
+       <tr><th>GNU/Linux</th><td><code>$HOME/.config/ardour5/scripts</code></td></tr>
+       <tr><th>Mac OS X</th><td><code>$HOME/Library/Preferences/Ardour5/scripts</code></td></tr>
+       <tr><th>Windows</th><td><code>%localappdata%\ardour5\scripts</code></td></tr>
 </table>
 
 <p>Files must end with <code>.lua</code> file extension.</p>