Skip to content

Commit

Permalink
Merge pull request #5 from urlstechie/update/logo
Browse files Browse the repository at this point in the history
adding updated logo and testing out travis build
  • Loading branch information
vsoch authored Mar 21, 2020
2 parents 93d7fcb + a0146aa commit 97a4c3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
branches:
only:
- master

language: python
python:
- "3.5"
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/license-MIT-brightgreen)](https://github.com/urlstechie/urlchecker-python/blob/master/LICENSE)

![docs/urlstechie.png](docs/urlstechie.png)
![docs/urlchecker.png](docs/urlchecker.png)

This is a python module to collect urls over static files (code and documentation)
and then test for and report broken links.
Expand Down Expand Up @@ -203,3 +203,10 @@ In the "client" folder, for example, the commands that are exposed for the clien
(e.g., check) would named accordingly, e.g., `client/check.py`.
Functions for Github are be provided in `main/github.py`. This organization should
be fairly straight forward to always find what you are looking for.
## Support
If you need help, or want to suggest a project for the organization,
please [open an issue](https://github.com/urlstechie/urlchecker-python)
![docs/urlstechie.png](docs/urlstechie.png)
Binary file added docs/urlchecker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97a4c3f

Please sign in to comment.