Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: 2238a825c5aca59233eab1f221f7aefb
projectName: gopher-docs-preview
projectName: gopher-docs
directory: ./docs/build
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref || github.ref_name }}
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You can pass custom fetch options when initializing the context:
</SprinterContext>
```

## Docs
## Documentation
For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/react-sdk/).

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import { setBaseUrl } from '@chainsafe/sprinter-sdk';
setBaseUrl("https://api.sprinter.buildwithsygma.com");
```

## Docs
## Documentation
For more detailed docs you can check out [SDK docs page](https://docs.sprinter.tech/docs/sdk/).

## API Documentation
Expand Down
Loading