Skip to content

Commit

Permalink
#1350 - update link references for init.py and scan.NOTICE in scancodeio
Browse files Browse the repository at this point in the history
Signed-off-by: Chin Yeung Li <[email protected]>
  • Loading branch information
chinyeungli committed Aug 14, 2024
1 parent fed1b2c commit 15e41f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scancodeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
SCAN_NOTICE = PROJECT_DIR.joinpath("scan.NOTICE").read_text()
GITHUB_URL = "https://github.com/nexB/scancode.io"
GITHUB_URL = "https://github.com/aboutcode-org/scancode.io"


def get_version(version):
Expand Down
2 changes: 1 addition & 1 deletion scancodeio/scan.NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Consult an Attorney for any legal advice.
ScanCode.io is a free software code scanning tool from nexB Inc. and others
licensed under the Apache License version 2.0.
ScanCode is a trademark of nexB Inc.
Visit https://github.com/nexB/scancode.io for support and download.
Visit https://github.com/aboutcode-org/scancode.io for support and download.

0 comments on commit 15e41f6

Please sign in to comment.