Skip to content

Commit d0fef7d

Browse files
committed
Fix path to apidocs
1 parent d8588d3 commit d0fef7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/nginx/jruby.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ server {
4848
}
4949

5050
location /apidocs {
51-
alias /data/ci.jruby.org/jobs/jruby-dist/javadoc/;
51+
alias /data/ci.jruby.org/job/jruby-dist/javadoc/;
5252
}
5353

5454
location / {

0 commit comments

Comments
 (0)