Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 4de144d

Browse files
1 parent 30bb51f commit 4de144d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/concepts/cluster-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To create a new [keyspace](/docs/sharding/keyspaces):
5353

5454
## Modify the VSchema of a keyspace via cluster configuration tab
5555

56-
**Note**: You can modify the VSchema on your development branch either in the cluster configuration tab, using the []`ALTER VSCHEMA` command](/docs/sharding/vschema#modifying-vschema), or with the pscale CLI using [`pscale keyspace vschema update`](/docs/reference/keyspace).
56+
**Note**: You can modify the VSchema on your development branch either in the cluster configuration tab, using the [`ALTER VSCHEMA` command](/docs/sharding/vschema#modifying-vschema), or with the pscale CLI using [`pscale keyspace vschema update`](/docs/reference/keyspace).
5757

5858
Once you have created your keyspace, you will see a new tab: **VSchema**. The VSchema contains information about how the keyspace is sharded, sequence tables, and other Vitess schema information. The VSchema tab allows you to configure the Vschema for your new keyspace or modify it for existing keyspaces.
5959

docs/sharding/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: '2024-09-20'
55
---
66

77
{% callout %}
8-
You can create sharded keyspaces on PlanetScale on the Scaler Pro plan via the cluster configuration page in your dashboard or through the CLI, however, you can only currently shard new tables.
8+
You can create sharded keyspaces on PlanetScale on the Scaler Pro plan via the [cluster configuration page](/docs/concepts/cluster-configuration) in your dashboard, however, you can only currently shard new tables.
99

1010
If you have existing tables that need sharding, or if you would like additional support from our expert team, our [Enterprise plan](/docs/concepts/planetscale-plans#planetscale-enterprise-plan) may be a good fit. [Get in touch](/contact) for a quick assessment.
1111
{% /callout %}

0 commit comments

Comments
 (0)