Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to Github and dockerhub #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
---
---

<h1>Errbit</h1>

<h2>The open source, self-hosted error catcher</h2>

Errbit is a tool for collecting and managing errors from other applications. It
is Airbrake API compliant, so if you are already using Airbrake, you can just
point the airbrake gem to your Errbit server.
<p>
Errbit is a tool for collecting and managing errors from other applications.
It is Airbrake API compliant, so if you are already using Airbrake, you can
just point the airbrake gem to your Errbit server.
</p>
<p>
Documentation is available for all released versions of Errbit and master. It
is built directly from whatever documentation was available in the ./docs
folder at the time of release.
</p>

Documentation is available for all released versions of Errbit and master. It
is built directly from whatever documentation was available in the ./docs
folder at the time of release.
<a href="https://github.com/errbit/errbit">GitHub</a> |
<a href="https://hub.docker.com/r/errbit/errbit/">Docker Hub</a>