Skip to content

Commit cdbcfe5

Browse files
authored
Merge pull request #10 from scikit-learn/new-circle
Update Circle CI paths
2 parents 15c6ccc + c4a470f commit cdbcfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: circle/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
path += '/index.html';
1616
}
1717
}
18-
window.location.href = 'https://' + ci_id + '-843222-gh.circle-artifacts.com/0/home/ubuntu/scikit-learn/doc/_build/html/stable' + path;
18+
window.location.href = 'https://' + ci_id + '-843222-gh.circle-artifacts.com/0/doc' + path;
1919
} else {
2020
var href_sans_query = window.location.href.substring(0, window.location.href.length - window.location.search.length);
2121
document.write('<p>Expected numeric query string and optional path to redirect to scikit-learn documentation build on CircleCI, e.g. <tt>' + href_sans_query + '?12345/modules/classes.html</tt>.</p>');

0 commit comments

Comments
 (0)