Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
Signed-off-by: TasdidurRahman <[email protected]>
  • Loading branch information
TasdidurRahman committed Dec 12, 2022
1 parent bd30aa4 commit b242f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/proxysql/concepts/proxysql-version/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
### .metadata.name
`.metadata.name` is a required field that specifies the name of the `ProxySQLVersion` object. You have to specify this name in `.spec.version` field of [ProxySQL](/docs/guides/proxysql/concepts/proxysql.md) object.
`.metadata.name` is a required field that specifies the name of the `ProxySQLVersion` object. You have to specify this name in `.spec.version` field of [ProxySQL](/docs/guides/proxysql/concepts/proxysql/index.md) object.

We follow this convention for naming ProxySQLVersion object:

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/proxysql/concepts/proxysql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
### .spec.version
`.spec.version` is a required field specifying the name of the [ProxySQLVersion](/docs/guides/proxysql/concepts/proxysqlversion/index.md) CRD where the docker images are specified. Currently, when you install KubeDB, it creates the following `ProxySQLVersion` resources,
`.spec.version` is a required field specifying the name of the [ProxySQLVersion](/docs/guides/proxysql/concepts/proxysql-version/index.md) CRD where the docker images are specified. Currently, when you install KubeDB, it creates the following `ProxySQLVersion` resources,

- `2.3.2-debian`
- `2.3.2-centos`
Expand Down

0 comments on commit b242f32

Please sign in to comment.