Skip to content

Commit cb86166

Browse files
committed
Use correct link to CSV issue #3043
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 39cf2d4 commit cb86166

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Outputs:
292292

293293
- The CSV output format --csv option is now deprecated. It will be replaced by
294294
new CSV and tabular output formats in the next ScanCode release.
295-
Visit https://github.com/nexB/scancode-toolkit/issues/3047 to provide inputs
295+
Visit https://github.com/nexB/scancode-toolkit/issues/3043 to provide inputs
296296
and feedback.
297297

298298

src/formattedcode/output_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def logger_debug(*args):
4242
DEPRECATED_MSG = (
4343
'The --csv option is deprecated and will be replaced by new CSV and '
4444
'tabular output formats in the next ScanCode release. '
45-
'Visit https://github.com/nexB/scancode-toolkit/issues/3047 to provide inputs and feedback.'
45+
'Visit https://github.com/nexB/scancode-toolkit/issues/3043 to provide inputs and feedback.'
4646
)
4747

4848

tests/scancode/data/help/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Options:
4949
--csv option is deprecated and will be replaced by new
5050
CSV and tabular output formats in the next ScanCode
5151
release. Visit https://github.com/nexB/scancode-
52-
toolkit/issues/3047 to provide inputs and feedback.
52+
toolkit/issues/3043 to provide inputs and feedback.
5353
--html FILE Write scan output as HTML to FILE.
5454
--custom-output FILE Write scan output to FILE formatted with the custom
5555
Jinja template file.

0 commit comments

Comments
 (0)