Skip to content

Commit d15610d

Browse files
authored
Merge pull request synrc#309 from Oniry/patch-3
Update doc.erl
2 parents 4da894e + c4bf502 commit d15610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/apps/review/src/doc.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ search(Pid,Q) ->
3737
case re:run(Bin,re(Q),[unicode,global,{capture,[1,2],binary},dotall,caseless]) of
3838
{match,Match} -> sections(Path,Match,Pid);
3939
nomatch -> [] end end) end,
40-
filelib:wildcard(application:get_env(n2o,search,"/var/www/sites/synrc.com/apps/*/doc/web/*.htm"))).
40+
filelib:wildcard(application:get_env(n2o,search,"/var/www/sites/synrc.space/apps/*/doc/web/*.htm"))).

0 commit comments

Comments
 (0)