Skip to content

Commit d4eaee6

Browse files
committed
Update repository link
1 parent 4ff01eb commit d4eaee6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hi! I'm really appreciate that you'd like to contribute to this project. Your he
44

55
## Submitting a pull request
66

7-
1. <a class="github-button" href="https://github.com/LGE-OSS/fosslight_source/fork" data-icon="octicon-repo-forked" aria-label="Fork LGE-OSS/fosslight_source on GitHub">```Fork```</a> and clone the repository
7+
1. <a class="github-button" href="https://github.com/fosslight/fosslight_source/fork" data-icon="octicon-repo-forked" aria-label="Fork fosslight/fosslight_source on GitHub">```Fork```</a> and clone the repository
88
2. Create a new branch: `git checkout -b my-branch-name`
99
3. Make your change and make sure it works properly.
1010
4. Push to your fork and submit a pull request.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://github.com/LGE-OSS/fosslight_source">
2+
<a href="https://github.com/fosslight/fosslight_source">
33
<img alt="fosslight" src="docs/img/fosslight_source.png">
44
</a>
55
</p>
@@ -96,10 +96,10 @@ $ tree
9696

9797
Please report any ideas or bugs to improve by creating an issue in [Git Repository][repo]. Then there will be quick bug fixes and upgrades. Ideas to improve are always welcome.
9898

99-
[repo]: https://github.com/LGE-OSS/fosslight_source/issues
99+
[repo]: https://github.com/fosslight/fosslight_source/issues
100100

101101
## 📄 License
102102

103103
FOSSLight Source is Apache-2.0, as found in the [LICENSE][l] file.
104104

105-
[l]: https://github.com/LGE-OSS/fosslight_source/blob/main/LICENSE
105+
[l]: https://github.com/fosslight/fosslight_source/blob/main/LICENSE

docs/README_Kor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://github.com/LGE-OSS/fosslight_source">
2+
<a href="https://github.com/fosslight/fosslight_source">
33
<img alt="fosslight" src="img/fosslight_source.png">
44
</a>
55
</p>
@@ -96,10 +96,10 @@ $ tree
9696

9797
개선 사항이나 버그는 [Git Repository][repo]에 이슈를 생성하여 리포트해주시기 바랍니다. 이슈 리포트는 FOSSLight Scanner 업그레이드에 많은 도움이 됩니다.
9898

99-
[repo]: https://github.com/LGE-OSS/fosslight_source/issues
99+
[repo]: https://github.com/fosslight/fosslight_source/issues
100100

101101
## 📄 License
102102

103103
FOSSLight Source는 Apache-2.0입니다. License 원문 파일 [LICENSE][l]를 참고하십시오.
104104

105-
[l]: https://github.com/LGE-OSS/fosslight_source/blob/main/LICENSE
105+
[l]: https://github.com/fosslight/fosslight_source/blob/main/LICENSE

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
long_description_content_type='text/markdown',
2323
license='Apache-2.0',
2424
author='LG Electronics',
25-
url='https://github.com/LGE-OSS/fosslight_source',
26-
download_url='https://github.com/LGE-OSS/fosslight_source',
25+
url='https://github.com/fosslight/fosslight_source',
26+
download_url='https://github.com/fosslight/fosslight_source',
2727
classifiers=['Programming Language :: Python :: 3.6',
2828
'License :: OSI Approved :: Apache Software License'],
2929
install_requires=required,

0 commit comments

Comments
 (0)