Skip to content

Commit fe22322

Browse files
committed
chore: update README.md links to use master branch
- Updated links in the README.md to point to the master branch instead of main for consistency across documentation.
1 parent dfb911a commit fe22322

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
## Packages
66

7-
- [@filoz/synapse-sdk](https://github.com/FilOzone/synapse-sdk/tree/main/packages/synapse-sdk) - Synapse SDK for Filecoin Onchain Cloud
8-
<!-- - [@filoz/synapse-react](https://github.com/FilOzone/synapse-sdk/tree/main/packages/synapse-sdk) - Synapse for React
9-
- [@filoz/synapse-core](https://github.com/FilOzone/synapse-sdk/tree/main/packages/synapse-sdk) - Core Filecoin Onchain Cloud contract actions -->
7+
- [@filoz/synapse-sdk](https://github.com/FilOzone/synapse-sdk/tree/master/packages/synapse-sdk) - Synapse SDK for Filecoin Onchain Cloud
8+
<!-- - [@filoz/synapse-react](https://github.com/FilOzone/synapse-sdk/tree/master/packages/synapse-sdk) - Synapse for React
9+
- [@filoz/synapse-core](https://github.com/FilOzone/synapse-sdk/tree/master/packages/synapse-sdk) - Core Filecoin Onchain Cloud contract actions -->
1010

1111
## Docs
1212

@@ -16,8 +16,8 @@ Check the documentation [website](https://synapse.filecoin.services/)
1616

1717
The `examples` folder has many examples on how to start using Synapse in different environments and frameworks.
1818

19-
- [`script-tag`](https://github.com/FilOzone/synapse-sdk/tree/main/examples/script-tag) - Use Synapse with CDN script tag.
20-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/github/FilOzone/synapse-sdk/tree/main/examples/script-tag?title=Synapse%20Script%20Tag&hideExplorer=1&theme=dark)
19+
- [`script-tag`](https://github.com/FilOzone/synapse-sdk/tree/master/examples/script-tag) - Use Synapse with CDN script tag.
20+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/github/FilOzone/synapse-sdk/tree/master/examples/script-tag?title=Synapse%20Script%20Tag&hideExplorer=1&theme=dark)
2121

2222
To clone it locally:
2323

0 commit comments

Comments
 (0)