Skip to content

Commit

Permalink
get versions from github
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jan 16, 2020
1 parent 646889f commit 726e13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_themes/exoplanet/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
$.ajax({
dataType: "json",
url: "/versions.json",
url: "https://raw.githubusercontent.com/dfm/exoplanet/gh-pages/versions.json",
success: function (data) {
var versions = Object.keys(data).sort();
$(function render() {
Expand Down

0 comments on commit 726e13c

Please sign in to comment.