Skip to content

Commit 39c0534

Browse files
nnobelissschuberth
authored andcommitted
docs(README): Update links
Signed-off-by: Nicolas Nobelis <[email protected]>
1 parent ff77e61 commit 39c0534

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ To print the active configuration use:
237237
ort config --show-active
238238
```
239239

240-
#### [Copyright garbage file](./docs/config-file-copyright-garbage-yml.md)
240+
#### [Copyright garbage file](./website/docs/configuration/copyright-garbage.md)
241241

242242
A list of copyright statements that are considered garbage, for example statements that were incorrectly classified as
243243
copyrights by the scanner.
@@ -246,39 +246,39 @@ copyrights by the scanner.
246246
|-------------|--------|-----------------------------------------|
247247
| YAML / JSON | Global | `$ORT_CONFIG_DIR/copyright-garbage.yml` |
248248

249-
#### [Curations file](./docs/config-file-curations-yml.md)
249+
#### [Curations file](./website/docs/configuration/package-curations.md)
250250

251251
A file to correct invalid or missing package metadata, and to set the concluded license for packages.
252252

253253
| Format | Scope | Default location |
254254
|-------------|--------|---------------------------------|
255255
| YAML / JSON | Global | `$ORT_CONFIG_DIR/curations.yml` |
256256

257-
#### [Custom license texts dir](./docs/dir-custom-license-texts.md)
257+
#### [Custom license texts dir](./website/docs/configuration/license-texts.md)
258258

259259
A directory that contains license texts which are not provided by ORT.
260260

261261
| Format | Scope | Default location |
262262
|--------|--------|-----------------------------------------|
263263
| Text | Global | `$ORT_CONFIG_DIR/custom-license-texts/` |
264264

265-
#### [How to fix text provider script](./docs/scripts/how-to-fix-text-provider-kts.md)
265+
#### [How to fix text provider script](./website/docs/configuration/how-to-fix-text-provider.md)
266266

267267
A Kotlin script that enables the injection of how-to-fix texts in Markdown format for ORT issues into the reports.
268268

269269
| Format | Scope | Default location |
270270
|---------------|--------|---------------------------------------------------------|
271271
| Kotlin script | Global | `$ORT_CONFIG_DIR/reporter.how-to-fix-text-provider.kts` |
272272

273-
#### [License classifications file](docs/config-file-license-classifications-yml.md)
273+
#### [License classifications file](./website/docs/configuration/license-classifications.md)
274274

275275
A file that contains user-defined categorization of licenses.
276276

277277
| Format | Scope | Default location |
278278
|-------------|--------|-----------------------------------------------|
279279
| YAML / JSON | Global | `$ORT_CONFIG_DIR/license-classifications.yml` |
280280

281-
#### [Resolution file](./docs/config-file-resolutions-yml.md)
281+
#### [Resolution file](./website/docs/configuration/resolutions.md)
282282

283283
Configurations to resolve any issues or rule violations by providing a mandatory reason, and an optional comment to
284284
justify the resolution on a global scale.
@@ -287,7 +287,7 @@ justify the resolution on a global scale.
287287
|-------------|--------|-----------------------------------|
288288
| YAML / JSON | Global | `$ORT_CONFIG_DIR/resolutions.yml` |
289289

290-
#### [Repository configuration file](./docs/config-file-ort-yml.md)
290+
#### [Repository configuration file](./website/docs/configuration/ort-yml.md)
291291

292292
A configuration file, usually stored in the project's repository, for license finding curations, exclusions, and issues
293293
or rule violations resolutions in the context of the repository.
@@ -296,7 +296,7 @@ or rule violations resolutions in the context of the repository.
296296
|-------------|----------------------|---------------------------------|
297297
| YAML / JSON | Repository (project) | `[analyzer-input-dir]/.ort.yml` |
298298

299-
#### [Package configuration file / directory](./docs/config-file-package-configuration-yml.md)
299+
#### [Package configuration file / directory](./website/docs/configuration/package-configurations.md)
300300

301301
A single file or a directory with multiple files containing configurations to set provenance-specific path excludes and
302302
license finding curations for dependency packages to address issues found within a scan result. `helper-cli`'s
@@ -307,7 +307,7 @@ can be used to populate a directory with template package configuration files.
307307
|-------------|----------------------|-------------------------------------------|
308308
| YAML / JSON | Package (dependency) | `$ORT_CONFIG_DIR/package-configurations/` |
309309

310-
#### [Policy rules file](./docs/scripts/rules-kts.md)
310+
#### [Policy rules file](./website/docs/configuration/evaluator-rules.md)
311311

312312
The file containing any policy rule implementations to be used with the *evaluator*.
313313

0 commit comments

Comments
 (0)