Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4a470f

Browse files
authored
Update Circle CI paths
We changed the paths when introducing Circle testing on Python 2.
1 parent 2ffc854 commit c4a470f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle/index.html

Lines changed: 1 addition & 1 deletion
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)