Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgauffin authored May 14, 2018
1 parent 21b0eec commit f49df93
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Coderr Community Server
=============================

[![Build status](https://1tcompany.visualstudio.com/_apis/public/build/definitions/75570083-b1ef-4e78-88e2-5db4982f756c/6/badge)]() [![Github All Releases](https://img.shields.io/github/downloads/coderrapp/coderr.server/total.svg?style=flat-square)]()
[![Build status](https://1tcompany.visualstudio.com/_apis/public/build/definitions/75570083-b1ef-4e78-88e2-5db4982f756c/6/badge)]() [![Github All Releases](https://img.shields.io/github/downloads/coderrio/coderr.server/total.svg?style=flat-square)]()

# Skip logfiles - Use automated exception handling!

Expand All @@ -21,7 +21,7 @@ Too often, error detection and management involves relying on reports from users

## Getting started

Once you have [downloaded and installed the server](https://github.com/coderrapp/Coderr.Server/releases) you need to install and configure one of our nuget packages. You can read more about them [here](https://coderrapp.com/documentation/client/).
Once you have [downloaded and installed the server](https://github.com/coderrio/Coderr.Server/releases) you need to install and configure one of our nuget packages. You can read more about them [here](https://coderr.io/documentation/client/).

Unhandled exceptions will be picked up by the client libraries.

Expand All @@ -43,7 +43,7 @@ public void UpdatePost(int uid, ForumPost post)

The context information will in this case be attached as:

![](https://coderrapp.com/images/features/custom-context.png)
![](https://coderr.io/images/features/custom-context.png)

You can learn more about reporting errors [here](https://coderr.io/documentation/).

Expand All @@ -61,14 +61,14 @@ We are passionate about Open Source, Microsoft .NET and code quality. 1TCompany

## Community

* [Discussion board](http://discuss.coderrapp.com)
* [Report bugs](https://github.com/coderrapp/coderr.server/issues)
* [Documentation](https://coderrapp.com/documentation)
* [Commercial support](mailto:support@coderrapp.com?subject=Commercial%20support%20inquiry)
* [Discussion board](http://discuss.coderr.io)
* [Report bugs](https://github.com/coderr.io/coderr.server/issues)
* [Documentation](https://coderr.io/documentation)
* [Commercial support](mailto:support@coderr.io?subject=Commercial%20support%20inquiry)

## Licensing

* Community Server: [AGPL](License)
* Client libraries: [Apache 2.0](https://opensource.org/licenses/apache-2.0)
* [codeRR Live](https://coderrapp.com/live): Commercial
* [codeRR OnPremise](https://coderrapp.com/live): Commercial
* [Coderr Live](https://coderr.io/live): Commercial
* [Coderr OnPremise](https://coderr.io/features): Commercial

0 comments on commit f49df93

Please sign in to comment.