Skip to content

Commit

Permalink
Update git repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
soimkim committed Jun 17, 2021
1 parent 3301074 commit ff3812d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Hi! I'm really appreciate that you'd like to contribute to this project. Your he

## Submitting a pull request

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
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
2. Create a new branch: `git checkout -b my-branch-name`
3. Make your change and make sure it works properly.
4. Push to your fork and submit a pull request.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Copyright (c) 2021 LG Electronics
SPDX-License-Identifier: Apache-2.0
-->
<p align='right'>
<a href="https://github.com/fosslight/fosslight_source/blob/main/docs/README_Kor.md">
<a href="https://github.com/fosslight/fosslight_source_scanner/blob/main/docs/README_Kor.md">
[Korean]
</a>
</p>

# FOSSLight Source Scanner

<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)
<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)
</p>

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

## 🎉 How to install

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

```
$ pip3 install fosslight_source
Expand Down Expand Up @@ -102,10 +102,10 @@ $ tree

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.

[repo]: https://github.com/fosslight/fosslight_source/issues
[repo]: https://github.com/fosslight/fosslight_source_scanner/issues

## 📄 License

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

[l]: https://github.com/fosslight/fosslight_source/blob/main/LICENSE
[l]: https://github.com/fosslight/fosslight_source_scanner/blob/main/LICENSE
8 changes: 4 additions & 4 deletions docs/README_Kor.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<p align='right'>
<a href="https://github.com/fosslight/fosslight_source/blob/main/README.md">
<a href="https://github.com/fosslight/fosslight_source_scanner/blob/main/README.md">
[English]
</a>
</p>

# FOSSLight Source Scanner

<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)
<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)
</p>

```note
Expand Down Expand Up @@ -96,10 +96,10 @@ $ tree

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

[repo]: https://github.com/fosslight/fosslight_source/issues
[repo]: https://github.com/fosslight/fosslight_source_scanner/issues

## 📄 License

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

[l]: https://github.com/fosslight/fosslight_source/blob/main/LICENSE
[l]: https://github.com/fosslight/fosslight_source_scanner/blob/main/LICENSE
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
long_description_content_type='text/markdown',
license='Apache-2.0',
author='LG Electronics',
url='https://github.com/fosslight/fosslight_source',
download_url='https://github.com/fosslight/fosslight_source',
url='https://github.com/fosslight/fosslight_source_scanner',
download_url='https://github.com/fosslight/fosslight_source_scanner',
classifiers=['License :: OSI Approved :: Apache Software License',
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit ff3812d

Please sign in to comment.