Skip to content

Commit ff3812d

Browse files
committed
Update git repository url
1 parent 3301074 commit ff3812d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CONTRIBUTING.md

+1-1
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/fosslight/fosslight_source/fork" data-icon="octicon-repo-forked" aria-label="Fork fosslight/fosslight_source on GitHub">```Fork```</a> and clone the repository
7+
1. <a class="github-button" href="https://github.com/fosslight/fosslight_source_scanner/fork" data-icon="octicon-repo-forked" aria-label="Fork fosslight/fosslight_source_scanner 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

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Copyright (c) 2021 LG Electronics
33
SPDX-License-Identifier: Apache-2.0
44
-->
55
<p align='right'>
6-
<a href="https://github.com/fosslight/fosslight_source/blob/main/docs/README_Kor.md">
6+
<a href="https://github.com/fosslight/fosslight_source_scanner/blob/main/docs/README_Kor.md">
77
[Korean]
88
</a>
99
</p>
1010

1111
# FOSSLight Source Scanner
1212

13-
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source Scanner is released under the Apache-2.0 License." /> <img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_source" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_source)](https://api.reuse.software/info/github.com/fosslight/fosslight_source)
13+
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source Scanner is released under the Apache-2.0 License." /> <img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_source" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_source_scanner)](https://api.reuse.software/info/github.com/fosslight/fosslight_source_scanner)
1414
</p>
1515

1616
```note
@@ -42,7 +42,7 @@ For windows, you need to install [Microsoft Visual C++ Build Tools][ms_build].
4242

4343
## 🎉 How to install
4444

45-
It can be installed using pip3. It is recommended to install it in the [python 3.6 + virtualenv](https://github.com/fosslight/fosslight_source/blob/main/docs/Guide_virtualenv.md) environment.
45+
It can be installed using pip3. It is recommended to install it in the [python 3.6 + virtualenv](https://github.com/fosslight/fosslight_source_scanner/blob/main/docs/Guide_virtualenv.md) environment.
4646

4747
```
4848
$ pip3 install fosslight_source
@@ -102,10 +102,10 @@ $ tree
102102

103103
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.
104104

105-
[repo]: https://github.com/fosslight/fosslight_source/issues
105+
[repo]: https://github.com/fosslight/fosslight_source_scanner/issues
106106

107107
## 📄 License
108108

109109
FOSSLight Source Scanner is Apache-2.0, as found in the [LICENSE][l] file.
110110

111-
[l]: https://github.com/fosslight/fosslight_source/blob/main/LICENSE
111+
[l]: https://github.com/fosslight/fosslight_source_scanner/blob/main/LICENSE

docs/README_Kor.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align='right'>
2-
<a href="https://github.com/fosslight/fosslight_source/blob/main/README.md">
2+
<a href="https://github.com/fosslight/fosslight_source_scanner/blob/main/README.md">
33
[English]
44
</a>
55
</p>
66

77
# FOSSLight Source Scanner
88

9-
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source is released under the Apache-2.0 License." /> <img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_source" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_source)](https://api.reuse.software/info/github.com/fosslight/fosslight_source)
9+
<img src="https://img.shields.io/pypi/l/fosslight_source" alt="FOSSLight Source is released under the Apache-2.0 License." /> <img src="https://img.shields.io/pypi/v/fosslight_source" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_source" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_source_scanner)](https://api.reuse.software/info/github.com/fosslight/fosslight_source_scanner)
1010
</p>
1111

1212
```note
@@ -96,10 +96,10 @@ $ tree
9696

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

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

101101
## 📄 License
102102

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

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

setup.py

+2-2
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/fosslight/fosslight_source',
26-
download_url='https://github.com/fosslight/fosslight_source',
25+
url='https://github.com/fosslight/fosslight_source_scanner',
26+
download_url='https://github.com/fosslight/fosslight_source_scanner',
2727
classifiers=['License :: OSI Approved :: Apache Software License',
2828
"Programming Language :: Python :: 3",
2929
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)