fix link to point at default licensee branch

This commit is contained in:
Jon Ruskin 2022-03-03 16:01:10 -07:00
Родитель d58637040b
Коммит 4d2afc649a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,6 +8,6 @@ Licensed uses [Licensee](https://github.com/licensee/licensee) to detect and eva
licensee:
# the confidence threshold is an integer between 1 and 100. the value represents
# the minimum percentage confidence that Licensee must have to report a matched license
# https://github.com/licensee/licensee/blob/jonabc-patch-1/docs/customizing.md#adjusting-the-confidence-threshold
# https://github.com/licensee/licensee/blob/master/docs/customizing.md#adjusting-the-confidence-threshold
confidence_threshold: 90 # default value: 98
```