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

Commit 2fb9a52

Browse files
author
Matt Gaunt
authored
Merge pull request #272 from GoogleChromeLabs/fix-gh-pages-links
Fixes gh-pages links in the README.
2 parents e00a09b + 1de9939 commit 2fb9a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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/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).
9+
Service Worker Toolbox provides an [expressive approach](https://googlechromelabs.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/usage.html#main) and [API](https://googlechrome.github.io/sw-toolbox/api.html#main) documentation.
51+
To understand how to use the toolbox read the [Usage](https://googlechromelabs.github.io/sw-toolbox/usage.html#main) and [API](https://googlechromelabs.github.io/sw-toolbox/api.html#main) documentation.
5252

5353
## Support
5454

0 commit comments

Comments
 (0)