Skip to content
Snippets Groups Projects
Commit 7eef9b3f authored by Brian Moe's avatar Brian Moe
Browse files

Data URL now on gracedb.ligo.org, not ldas-jobs

parent e5512027
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,8 @@ class Event(models.Model):
return "G%04d" % self.id
def weburl(self):
# XXX Not good. But then, it never was.
return "https://gracedb.ligo.org/gracedb-files/%s" % self.graceid()
return "https://ldas-jobs.phys.uwm.edu/gracedb/data/%s" % self.graceid()
def clusterurl(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment