Skip to content

Commit 5110253

Browse files
change to blob/ in URL
1 parent 8cf3f73 commit 5110253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firestore-counter/POSTINSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ gcloud scheduler jobs create http firestore-sharded-counter-controller --schedul
3131

3232
#### Specify a document path and increment value in your app
3333

34-
1. Download and copy the [Counter SDK](https://github.com/firebase/extensions/tree/master/firestore-counter/clients/web/dist/sharded-counter.js) into your application project.
34+
1. Download and copy the [Counter SDK](https://github.com/firebase/extensions/blob/master/firestore-counter/clients/web/dist/sharded-counter.js) into your application project.
3535

36-
1. Use the Counter SDK library in your code to increment counters. The code snippet below shows an example of how to use the library. For more comprehensive API documentation, refer to the [source code](https://github.com/firebase/extensions/tree/master/firestore-counter/clients/web/src/index.ts).
36+
1. Use the Counter SDK library in your code to increment counters. The code snippet below shows an example of how to use the library. For more comprehensive API documentation, refer to the [source code](https://github.com/firebase/extensions/blob/master/firestore-counter/clients/web/src/index.ts).
3737

3838
```html
3939
<html>

0 commit comments

Comments
 (0)