Skip to content

Commit

Permalink
Merge pull request #807 from HEPData/rivet-endpoint-update
Browse files Browse the repository at this point in the history
Update Rivet `analyses.json` in `config.py`
  • Loading branch information
GraemeWatt authored Jul 3, 2024
2 parents 8f27b5a + e95d270 commit 31d8052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hepdata/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _(x):
# ANALYSES_ENDPOINTS
ANALYSES_ENDPOINTS = {
'rivet': {
'endpoint_url': 'http://rivet.hepforge.org/analyses.json',
'endpoint_url': 'https://cedar-tools.web.cern.ch/rivet/analyses.json',
'url_template': 'http://rivet.hepforge.org/analyses/{0}'
},
'MadAnalysis': {
Expand Down

0 comments on commit 31d8052

Please sign in to comment.