Skip to content

Commit

Permalink
docs(snippet-choice): Fix link to SnippetChoiceReason.kt
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed Mar 9, 2024
1 parent ff6a5be commit afcad47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/configuration/snippet-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Three properties are required to identify the recipients of the snippet choice:

There is also another mandatory property:

* `choices.choice.reason` enum member of [SnippetChoiceReason](https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/config/SnippetChoiceReason.kt).
* `choices.choice.reason` enum member of [SnippetChoiceReason](https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/config/snippet/SnippetChoiceReason.kt).

Finally, one property is *informative* and aims at making the snippet choice configuration more maintainable:

Expand Down Expand Up @@ -154,7 +154,7 @@ Three properties are required to mark all the snippets for a given location as f

There is also another mandatory property:

* `choices.choice.reason` always [SnippetChoiceReason.NO_RELEVANT_FINDING](https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/config/SnippetChoiceReason.kt#L26).
* `choices.choice.reason` always [SnippetChoiceReason.NO_RELEVANT_FINDING](https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/config/snippet/SnippetChoiceReason.kt#L26).

And an optional one:

Expand Down

0 comments on commit afcad47

Please sign in to comment.