Skip to content

Commit 077a45e

Browse files
๐Ÿ“ updated shard key singlestore documentation link (#14)
* ๐Ÿ“ updated shard key singlestore documentation link
1 parent 2dd7415 commit 077a45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Schema::create('table', function (Blueprint $table) {
150150

151151
### Shard Keys
152152

153-
You can add a [shard key](https://docs.singlestore.com/managed-service/en/getting-started-with-managed-service/about-managed-service/sharding.html) to your tables using the standalone `shardKey` method, or fluently by appending `shardKey` to the column definition.
153+
You can add a [shard key](https://docs.singlestore.com/managed-service/en/developer-resources/porting-tables-to-singlestoredb-cloud/shard-keys.html) to your tables using the standalone `shardKey` method, or fluently by appending `shardKey` to the column definition.
154154

155155
```php
156156
Schema::create('table', function (Blueprint $table) {

0 commit comments

Comments
ย (0)