diff --git a/docs/configuration/customizing_licensee.md b/docs/configuration/customizing_licensee.md index ff90a09b..b701d5bb 100644 --- a/docs/configuration/customizing_licensee.md +++ b/docs/configuration/customizing_licensee.md @@ -1,6 +1,6 @@ # Customize Licensee's behavior -Licensed uses [Licensee](https://github.com/licensee/licensee) to detect and evaluate OSS licenses for project dependencies found during source enumeration. Licensed can optionally [customize Licensee's behavior](https://github.com/licensee/licensee/blob/jonabc-patch-1/docs/customizing.md#customizing-licensees-behavior) based on options set in the configuration file. +Licensed uses [Licensee](https://github.com/licensee/licensee) to detect and evaluate OSS licenses for project dependencies found during source enumeration. Licensed can optionally [customize Licensee's behavior](https://github.com/licensee/licensee/blob/main/docs/customizing.md#customizing-licensees-behavior) based on options set in the configuration file. **NOTE** Matching licenses based on package manager metadata and README references is always enabled and cannot currently be configured. @@ -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/master/docs/customizing.md#adjusting-the-confidence-threshold + # https://github.com/licensee/licensee/blob/main/docs/customizing.md#adjusting-the-confidence-threshold confidence_threshold: 90 # default value: 98 ``` diff --git a/script/source-setup/bundler b/script/source-setup/bundler index 8d643112..1842bc24 100755 --- a/script/source-setup/bundler +++ b/script/source-setup/bundler @@ -2,7 +2,7 @@ set -e if [ -z "$(which bundle)" ]; then - echo "A local bundler instalation is required for bundler development." >&2 + echo "A local bundler installation is required for bundler development." >&2 exit 127 fi