Skip to content

Commit

Permalink
Update XSDB url
Browse files Browse the repository at this point in the history
  • Loading branch information
cverstege authored Oct 1, 2024
1 parent fd40de8 commit deaed13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ func PresentData(path string, dasquery dasql.DASQuery, data []mongo.DASRecord, p
arr := strings.Split(pval, "/")
if len(arr) > 1 {
primds := arr[1]
link := fmt.Sprintf("<a href=\"https://cms-gen-dev.cern.ch/xsdb/?searchQuery=DAS=%s\">XSDB</a>", primds)
link := fmt.Sprintf("<a href=\"https://xsecdb-xsdb-official.app.cern.ch/xsdb/?searchQuery=DAS=%s\">XSDB</a>", primds)
out = append(out, link)
if v, ok := dtypes[pval]; ok {
if v == "mc" {
Expand Down

0 comments on commit deaed13

Please sign in to comment.