Skip to content

Commit ff4127e

Browse files
gracecheungkattrali
authored andcommitted
Fix website links in the readme (#74)
1 parent 3ede340 commit ff4127e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.bugsnag.com/platforms/java)
33
[![Build status](https://travis-ci.org/bugsnag/bugsnag-java.svg?branch=master)](https://travis-ci.org/bugsnag/bugsnag-java)
44

5-
The Bugsnag exception reporter for Java automatically detects and reports errors and exceptions in your Java code.
5+
The Bugsnag exception reporter for Java automatically detects and reports errors and exceptions in your Java code. Learn more about [reporting Java exceptions](https://www.bugsnag.com/platforms/java/) with Bugsnag.
66

77
## Features
88

@@ -14,14 +14,14 @@ The Bugsnag exception reporter for Java automatically detects and reports errors
1414

1515
### Spring
1616

17-
1. [Create a Bugsnag account](https://bugsnag.com)
17+
1. [Create a Bugsnag account](https://www.bugsnag.com)
1818
2. Complete the instructions in the [integration guide](https://docs.bugsnag.com/platforms/java/spring)
1919
3. Report handled exceptions using [`Bugsnag.notify()`](https://docs.bugsnag.com/platforms/java/spring/#reporting-handled-exceptions)
2020
4. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/java/spring/configuration-options/)
2121

2222
### Other Java apps
2323

24-
1. [Create a Bugsnag account](https://bugsnag.com)
24+
1. [Create a Bugsnag account](https://www.bugsnag.com)
2525
2. Complete the instructions in the [integration guide](https://docs.bugsnag.com/platforms/java/other)
2626
3. Report handled exceptions using [`Bugsnag.notify()`](https://docs.bugsnag.com/platforms/java/other/#reporting-handled-exceptions)
2727
4. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/java/other/configuration-options/)

0 commit comments

Comments
 (0)