Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 8065b42

Browse files
Matt Gauntjeffposnick
Matt Gaunt
authored andcommitted
Update README.md (#226)
Someone called out broken links - this was my fault.
1 parent 302bb35 commit 8065b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Service Worker Toolbox provides some simple helpers for use in creating your own service workers. Specifically, it provides common caching strategies for dynamic content, such as API calls, third-party resources, and large or infrequently used local resources that you don't want precached.
88

9-
Service Worker Toolbox provides an [expressive approach](https://googlechrome.github.io/sw-toolbox/docs/master/tutorial-api.html#expressive-approach) to using those strategies for runtime requests. If you're not sure what service workers are or what they are for, start with [the explainer doc](https://github.com/slightlyoff/ServiceWorker/blob/master/explainer.md).
9+
Service Worker Toolbox provides an [expressive approach](https://googlechrome.github.io/sw-toolbox/usage.html#express-style-routes) to using those strategies for runtime requests. If you're not sure what service workers are or what they are for, start with [the explainer doc](https://github.com/slightlyoff/ServiceWorker/blob/master/explainer.md).
1010

1111
## What if I need precaching as well?
1212

@@ -48,7 +48,7 @@ importScripts('bower_components/sw-toolbox/sw-toolbox.js'); // Update path to m
4848

4949
### Use the toolbox
5050

51-
To understand how to use the toolbox read the [Usage](https://googlechrome.github.io/sw-toolbox/docs/master/tutorial-usage) and [API](https://googlechrome.github.io/sw-toolbox/docs/master/tutorial-api) documentation.
51+
To understand how to use the toolbox read the [Usage](https://googlechrome.github.io/sw-toolbox/usage.html#main) and [API](https://googlechrome.github.io/sw-toolbox/api.html#main) documentation.
5252

5353
## Support
5454

0 commit comments

Comments
 (0)