Skip to content

Commit 118cc31

Browse files
tiborsimkokatilp
andcommitted
cms-2016-collision-datasets: fix usage links
Co-authored-by: Kati Lassila-Perini <[email protected]>
1 parent 3a2095a commit 118cc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cms-2016-collision-datasets/code/create_cms_2016_collision_datasets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,11 +545,11 @@ def create_record(recid, run_period, version, dataset, aodformat):
545545
rec["usage"]["links"] = [
546546
{
547547
"description": "Running CMS analysis code using Docker",
548-
"url": "/docs/cms-guide-docker",
548+
"url": "/docs/cms-guide-docker#nanoaod" if aodformat == "NANOAOD" else "/docs/cms-guide-docker#images",
549549
},
550550
{
551551
"description": "How to install the CMS Virtual Machine",
552-
"url": "/docs/cms-virtual-machine-2016-2018",
552+
"url": "/docs/cms-virtual-machine-cc7",
553553
},
554554
{
555555
"description": "Getting started with CMS open data",

0 commit comments

Comments
 (0)