Skip to content

Commit 1a3979b

Browse files
Fix URLs in CHANGELOG
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent cef3d0d commit 1a3979b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ License detection:
162162
Similarly ``spdx_license_expressions`` was removed and replaced by
163163
``detected_license_expression_spdx``.
164164

165-
- See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#change-in-license-data-format-resource>`_
165+
- See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#change-in-license-data-format-resource>`_
166166
for examples and details.
167167

168168
- The data structure of license attributes in ``package_data`` and the codebase
@@ -182,15 +182,15 @@ License detection:
182182
original extracted license statement. Previously this used to be nested
183183
python objects lists/dicts/string, but now this is always a YAML string.
184184

185-
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#change-in-license-data-format-package>`_
185+
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#change-in-license-data-format-package>`_
186186
for examples and details.
187187

188188
- The license matches structure has changed: we used to report one match for each
189189
license ``key`` of a matched license expression. We now report instead one
190190
single match for each matched license expression, and list the license keys
191191
as a ``licenses`` attribute. This avoids data duplication.
192192
Inside each match, we list each match and matched rule attributred directly
193-
avoiding nesting. See `license updates doc <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#licensematch-result-data>`_
193+
avoiding nesting. See `license updates doc <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#licensematch-result-data>`_
194194
for examples and details.
195195

196196
- There are new and codebase level attributes with ``--license-references`` to report
@@ -201,7 +201,7 @@ License detection:
201201
in all levels i.e. from codebase, package and resource level license detections and
202202
resource level license clues, irrespective of this CLI option being used, i.e. default
203203
with ``--licenses``.
204-
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#comparision-before-after-license-references>`_
204+
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#comparision-before-after-license-references>`_
205205

206206
- We replaced the ``scancode --reindex-licenses`` command line option with a
207207
new separate command named ``scancode-reindex-licenses``.

0 commit comments

Comments
 (0)