Skip to content

Commit 72a97e2

Browse files
authored
fix links to local CCDB and QCG setups (#2091)
* fix links to local CCDB and QCG setups * fix "doc/" prefixes
1 parent 9c6142d commit 72a97e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/QuickStart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Whenever you want to work with O2 and QualityControl, do `alienv enter QualityCo
5252

5353
## Execution
5454

55-
To make sure that your system is correctly setup, we are going to run a basic QC workflow attached to a simple data producer. We will use central services for the repository and the GUI. If you want to set them up on your computer or in your lab, please have a look [here](#local-ccdb-setup) and [here](#local-qcg-setup).
55+
To make sure that your system is correctly setup, we are going to run a basic QC workflow attached to a simple data producer. We will use central services for the repository and the GUI. If you want to set them up on your computer or in your lab, please have a look [here](Advanced.md#local-ccdb-setup) and [here](Advanced.md#local-qcg-qc-gui-setup).
5656

5757
### Basic workflow
5858

@@ -97,7 +97,7 @@ __Configuration file__
9797

9898
In the example above, the devices are configured in the config file named `basic.json`. It is installed in `$QUALITYCONTROL_ROOT/etc`. Each time you rebuild the code, `$QUALITYCONTROL_ROOT/etc/basic.json` is overwritten by the file in the source directory (`~/alice/QualityControl/Framework/basic.json`).
9999

100-
The configuration for the QC is made of many parameters described in an [advanced section of the documentation](https://github.com/AliceO2Group/QualityControl/blob/master/doc/Advanced.md#configuration-files-details). For now we can just see below the definition of a task. `moduleName` and `className` specify respectively the library and the class to load and instantiate to do the actual job of the task.
100+
The configuration for the QC is made of many parameters described in an [advanced section of the documentation](Advanced.md#configuration-files-details). For now we can just see below the definition of a task. `moduleName` and `className` specify respectively the library and the class to load and instantiate to do the actual job of the task.
101101
```json
102102
(...)
103103
"tasks": {
@@ -153,7 +153,7 @@ The data sampling is configured to sample 1% of the data as the readout should r
153153

154154
#### Getting real data from readout
155155

156-
See [these instructions for readout](doc/ModulesDevelopment.md#readout) and [these for O2 utilities](doc/ModulesDevelopment.md#dpl-workflow).
156+
See [these instructions for readout](ModulesDevelopment.md#readout) and [these for O2 utilities](ModulesDevelopment.md#dpl-workflow).
157157

158158
#### Readout data format as received by the Task
159159

0 commit comments

Comments
 (0)