Skip to content

Commit

Permalink
Merge pull request #132 from sot/readme_path
Browse files Browse the repository at this point in the history
Update location of chandra_models readme
  • Loading branch information
jeanconn authored Nov 14, 2022
2 parents f48594f + e60447b commit 375ce92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xija/tests/test_get_model_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

try:
# Fast request to see if GitHub is available
req = requests.get('https://raw.githubusercontent.com/sot/chandra_models/master/README',
req = requests.get('https://raw.githubusercontent.com/sot/chandra_models/master/README.md',
timeout=5)
HAS_GITHUB = req.status_code == 200
except Exception:
Expand Down

0 comments on commit 375ce92

Please sign in to comment.