Skip to content

Commit 5767cce

Browse files
Fixed links
1 parent 1a213f9 commit 5767cce

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ ono (Oh No!)
1313
[![Bower](http://img.shields.io/bower/v/ono.svg)](#bower)
1414
[![License](https://img.shields.io/npm/l/ono.svg)](LICENSE)
1515

16-
[![Browser Compatibility](https://saucelabs.com/browser-matrix/bigstickcarpet-ono.svg)](http://bigstickcarpet.github.io/ono)
16+
[![Browser Compatibility](https://saucelabs.com/browser-matrix/bigstickcarpet-ono.svg)](https://saucelabs.com/u/bigstickcarpet-ono)
1717

1818
Features
1919
--------------------------
2020
* Formatted error messages, using Node's [`util.format()`](https://nodejs.org/api/util.html#util_util_format_format) or your own custom formatter
2121
* Wrap and re-throw an error _without_ losing the original error's message and stack trace
2222
* Add custom properties to your errors — great for error codes, support numbers, help URLs, etc.
2323
* Errors can be serialized as JSON, including all native and custom properties
24+
* [Tested](http://bigstickcarpet.github.io/ono/tests/index.html) in Node, IO.js, and all modern web browsers on Mac, Windows, Linux, iOS, and Android
2425

2526

2627
Example

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<html>
22
<head>
3-
<meta http-equiv="refresh" content="0; url=tests">
3+
<meta http-equiv="refresh" content="0; url=tests/index.html">
44
</head>
55
<body>
66
<script>
7-
window.location = 'tests';
7+
window.location = 'tests/index.html';
88
</script>
99
</body>
1010
</html>

0 commit comments

Comments
 (0)