We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4da894e + c4bf502 commit d15610dCopy full SHA for d15610d
samples/apps/review/src/doc.erl
@@ -37,4 +37,4 @@ search(Pid,Q) ->
37
case re:run(Bin,re(Q),[unicode,global,{capture,[1,2],binary},dotall,caseless]) of
38
{match,Match} -> sections(Path,Match,Pid);
39
nomatch -> [] end end) end,
40
- filelib:wildcard(application:get_env(n2o,search,"/var/www/sites/synrc.com/apps/*/doc/web/*.htm"))).
+ filelib:wildcard(application:get_env(n2o,search,"/var/www/sites/synrc.space/apps/*/doc/web/*.htm"))).
0 commit comments