@@ -21,7 +21,7 @@ A separate [command line program](preprocess-cl.lua) is available too.
21
21
- [ Usage] ( #usage )
22
22
- [Library](#preprocess-files-using-the-library)
23
23
- [Command Line](#preprocess-files-from-the-command-line)
24
- - [ Documentation] ( http://luapreprocess. refreezed.com/docs/ )
24
+ - [ Documentation] ( http://refreezed.com/luapreprocess /docs/ )
25
25
- [ Help] ( #help )
26
26
27
27
138
138
print (" Lines of code processed: " .. info .lineCount )
139
139
```
140
140
141
- See the [ website] ( http://luapreprocess. refreezed.com/docs/ )
141
+ See the [ website] ( http://refreezed.com/luapreprocess /docs/ )
142
142
or the top of [ preprocess.lua] ( preprocess.lua ) for documentation.
143
143
144
144
@@ -162,15 +162,15 @@ lua preprocess-cl.lua --outputpaths [options] inputpath1 outputpath1 [inputpath2
162
162
163
163
If a filepath is, for example, ` C:/MyApp/app.lua2p ` then LuaPreprocess will write the processed file to ` C:/MyApp/app.lua ` .
164
164
165
- See the [ website] ( http://luapreprocess. refreezed.com/docs/command-line/ ) ,
165
+ See the [ website] ( http://refreezed.com/luapreprocess /docs/command-line/ ) ,
166
166
or the top of [ preprocess-cl.lua] ( preprocess-cl.lua )
167
167
and [ preprocess.lua] ( preprocess.lua ) , for the options and more documentation.
168
168
169
169
170
170
171
171
## Documentation
172
172
173
- - [ Website] ( http://luapreprocess. refreezed.com/docs/ )
173
+ - [ Website] ( http://refreezed.com/luapreprocess /docs/ )
174
174
- Library: See the top of [ preprocess.lua] ( preprocess.lua )
175
175
- Command line: See the top of [ preprocess-cl.lua] ( preprocess-cl.lua )
176
176
@@ -179,10 +179,10 @@ and [preprocess.lua](preprocess.lua), for the options and more documentation.
179
179
## Help
180
180
181
181
Got 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,
183
183
look if someone has asked the question in the [ issue tracker] ( https://github.com/ReFreezed/LuaPreprocess/issues?q=is%3Aissue ) ,
184
184
or [ create a new issue] ( https://github.com/ReFreezed/LuaPreprocess/issues/new ) .
185
185
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.
187
187
188
188
0 commit comments