Skip to content

Commit b3faaba

Browse files
committed
Use relative path for alice QA example file
1 parent a56e2e1 commit b3faaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
416416
{ name:"folder", url: "?file=" + filepath + "folders.root&expand=RsnMgr;1/input/0/2/10", title: "TFolder class" },
417417
{ name:"task", url: "?file=" + filepath + "tasks.root&expand=run;1", title: "TTask class" },
418418
{ name:"alitask", url: "?file=" + filepath + "alitasks.root&expand=RsnMgr;1/input/1/3/9", title: "AliRoot TTask classes" },
419-
{ name:"aliQA", url: "?file=http://jsroot.gsi.de/files/QAresults_barrel.root&expand=TPC_PerformanceQA/TPCQA;1", title: "Alice QA file" }
419+
{ name:"aliQA", url: "?file=" + filepath + "QAresults_barrel.root&expand=TPC_PerformanceQA/TPCQA;1", title: "Alice QA file" }
420420
]
421421
};
422422

0 commit comments

Comments
 (0)