Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit c00a831

Browse files
backjodraffensperger
authored andcommitted
Fix link to bundle with zone-peer-dep (#162)
1 parent ecb66c7 commit c00a831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ trace sample rate via an `ocSampleRate` global variable as well.
258258
- If your application uses the `Zone.js` library, the case for `Angular` apps:
259259
```html
260260
...
261-
<script src="https://unpkg.com/@opencensus/web-scripts@0.0.5/dist/tracing-all-with-zone-peer-dep.js"
262-
integrity="sha384-VPY9XX7tiXeLekDPFXkfO2AqNpLTCNOzfXxVghzoVP05PXrG+wtHOW2kOP2ggO9o"
261+
<script src="https://unpkg.com/@opencensus/web-scripts@0.0.5/dist/tracing-all-zone-peer-dep.js"
262+
integrity="sha384-IPZy89j7zcXj4WDrW+XWl2mRrN7tqhdMcHgRsvK+dVNrofnyxPvI5OcX1kni4FWt"
263263
async crossorigin="anonymous">
264264
</script>
265265
</body>
@@ -461,4 +461,4 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
461461
[tsickle-url]: https://github.com/angular/tsickle
462462
[zipkin-url]: https://zipkin.io/
463463
[history-api-url]: https://developer.mozilla.org/en-US/docs/Web/API/History
464-
[cors-preflight-url]: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Preflighted_requests
464+
[cors-preflight-url]: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Preflighted_requests

0 commit comments

Comments
 (0)