Skip to content

Commit

Permalink
logo url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apls777 committed Oct 25, 2020
1 parent 2cc2638 commit 0acecc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you need help, please reach out to us by opening an issue.
## Report a bug

Reporting bugs is one of the best ways to contribute. Before creating a bug report,
please check that an [issue](https://github.com/apls777/spotty/issues) reporting the same problem does not already
please check that an [issue](https://github.com/spotty-cloud/spotty/issues) reporting the same problem does not already
exist. If there is such an issue, you may add your information as a comment.

To report a new bug you should open an issue that summarizes the bug and set the label to "bug".
Expand All @@ -24,21 +24,21 @@ described in section [Contribute Code](#contribute-code).

## Suggest a feature

To request a new feature you should open an [issue](https://github.com/apls777/spotty/issues/new) and summarize
To request a new feature you should open an [issue](https://github.com/spotty-cloud/spotty/issues/new) and summarize
the desired functionality and its use case. Set the issue label to "feature".

## Contribute code

This is a rough outline of what the workflow for code contributions looks like:
- Check the list of open [issues](https://github.com/apls777/spotty/issues). Either assign an existing issue to
- Check the list of open [issues](https://github.com/spotty-cloud/spotty/issues). Either assign an existing issue to
yourself or create a new one that you would like to work on and discuss your ideas and use cases. It is always best to
discuss your plans beforehand, to ensure that your contribution is in line with our goals for Spotty.
- Fork the repository on GitHub
- Create a topic branch from where you want to base your work. This is usually the master.
- Make commits of logical units
- Write good commit messages (see below)
- Push your changes to a topic branch in your fork of the repository
- Submit a pull request to [apls777/spotty](https://github.com/apls777/spotty)
- Submit a pull request to [spotty-cloud/spotty](https://github.com/spotty-cloud/spotty)

Thanks for your contributions!

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://spotty.cloud/assets/images/logo_740x240.png" width="370" height="120" />
<img src="https://spotty.cloud/_static/images/logo_740x240.png" width="370" height="120" />

[![Documentation](https://img.shields.io/badge/documentation-reference-brightgreen.svg)](https://spotty.cloud)
[![PyPI](https://img.shields.io/pypi/v/spotty.svg)](https://pypi.org/project/spotty/)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 id="main-page-title">
<a href="docs/user-guide/getting-started.html" class="btn btn-get-started">
<i class="fa fa-terminal"></i> Get started now
</a>
<a href="https://github.com/apls777/spotty" target="_blank" class="btn btn-neutral">
<a href="https://github.com/spotty-cloud/spotty" target="_blank" class="btn btn-neutral">
<i class="fa fa-github"></i> View it on GitHub
</a>
</div>
Expand Down

0 comments on commit 0acecc1

Please sign in to comment.