Skip to content

Commit

Permalink
Merge pull request #68 from cverstege/cverstege-patch-1
Browse files Browse the repository at this point in the history
Update XSDB url
  • Loading branch information
vkuznet authored Oct 1, 2024
2 parents fd40de8 + deaed13 commit b029338
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 b029338

Please sign in to comment.