Skip to content

Commit

Permalink
Merge pull request #1 from AccelByte/fix-incorrect-docs-link
Browse files Browse the repository at this point in the history
fix incorrect docs link
  • Loading branch information
fadhillahentino authored Mar 20, 2020
2 parents 8689f2c + fe3196f commit deb5d97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
- Stop reconnecting when lobby server disconnects client because token revoked, expired or another session for the same user connecting
- Integration Test
- Fix user test
- Readme
- Fix accelbyte documentation link

## Changed
- Statistic API Standardization
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ using AccelByte.Models;
using AccelByte.Core;
```

After that, you can freely uses AccelByte SDK. Please see [tutorial](docs/tutorial.md) on how to use AccelByte SDK.
After that, you can freely uses AccelByte SDK. Please see [tutorial](https://docs.accelbyte.io/docs/sdk/getting-started-unity/) on how to use AccelByte SDK.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "2.6.0"}
{"version": "2.6.1"}

0 comments on commit deb5d97

Please sign in to comment.