@@ -21,7 +21,7 @@ A separate [command line program](preprocess-cl.lua) is available too.
2121- [ Usage] ( #usage )
2222 - [Library](#preprocess-files-using-the-library)
2323 - [Command Line](#preprocess-files-from-the-command-line)
24- - [ Documentation] ( http://luapreprocess. refreezed.com/docs/ )
24+ - [ Documentation] ( http://refreezed.com/luapreprocess /docs/ )
2525- [ Help] ( #help )
2626
2727
138138print (" Lines of code processed: " .. info .lineCount )
139139```
140140
141- See the [ website] ( http://luapreprocess. refreezed.com/docs/ )
141+ See the [ website] ( http://refreezed.com/luapreprocess /docs/ )
142142or the top of [ preprocess.lua] ( preprocess.lua ) for documentation.
143143
144144
@@ -162,15 +162,15 @@ lua preprocess-cl.lua --outputpaths [options] inputpath1 outputpath1 [inputpath2
162162
163163If a filepath is, for example, ` C:/MyApp/app.lua2p ` then LuaPreprocess will write the processed file to ` C:/MyApp/app.lua ` .
164164
165- See the [ website] ( http://luapreprocess. refreezed.com/docs/command-line/ ) ,
165+ See the [ website] ( http://refreezed.com/luapreprocess /docs/command-line/ ) ,
166166or the top of [ preprocess-cl.lua] ( preprocess-cl.lua )
167167and [ preprocess.lua] ( preprocess.lua ) , for the options and more documentation.
168168
169169
170170
171171## Documentation
172172
173- - [ Website] ( http://luapreprocess. refreezed.com/docs/ )
173+ - [ Website] ( http://refreezed.com/luapreprocess /docs/ )
174174- Library: See the top of [ preprocess.lua] ( preprocess.lua )
175175- Command line: See the top of [ preprocess-cl.lua] ( preprocess-cl.lua )
176176
@@ -179,10 +179,10 @@ and [preprocess.lua](preprocess.lua), for the options and more documentation.
179179## Help
180180
181181Got a question?
182- If the [ documentation] ( http://luapreprocess. refreezed.com/docs/ ) doesn't have the answer,
182+ If the [ documentation] ( http://refreezed.com/luapreprocess /docs/ ) doesn't have the answer,
183183look if someone has asked the question in the [ issue tracker] ( https://github.com/ReFreezed/LuaPreprocess/issues?q=is%3Aissue ) ,
184184or [ create a new issue] ( https://github.com/ReFreezed/LuaPreprocess/issues/new ) .
185185
186- Also check out the online [ syntax highlighter] ( http://luapreprocess. refreezed.com/highlight/ ) tool to help visualize errors in code.
186+ Also check out the online [ syntax highlighter] ( http://refreezed.com/luapreprocess /highlight/ ) tool to help visualize errors in code.
187187
188188
0 commit comments