Skip to content

Commit 9519668

Browse files
Fixed broken links
1 parent 4dd1b6c commit 9519668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sharding/provisioning/scale_out_add_shards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ In this use case, the existing Oracle Database sharding topology is having:
1212
In this example, we are using pre-built Oracle Database and Global Data Services container images available on [Oracle Container Registry](https://container-registry.oracle.com/)
1313
* To pull the above images from Oracle Container Registry, create a Kubernetes secret named `ocr-reg-cred` using your credentials with type set to `kubernetes.io/dockerconfigjson` in the namespace `shns`.
1414
* If you plan to use images built by you, you need to change `dbImage` and `gsmImage` tag with the images you have built in your enviornment in file `shard_prov.yaml`.
15-
* To understand the Pre-requisite of Database and Global Data Services docker images, refer [Oracle Database and Global Data Services Docker Images](../ORACLE_SHARDING_CONTROLLER_README.md#3-oracle-database-and-global-data-services-docker-images)
15+
* To understand the Pre-requisite of Database and Global Data Services docker images, refer [Oracle Database and Global Data Services Docker Images](../README.md#3-oracle-database-and-global-data-services-docker-images)
1616

1717
This use case adds three new shards `shard3`,`shard4`,`shard4` to above Sharding Topology.
1818

19-
Use the file: [shard_prov_extshard.yaml](./doc/sharding/provisioning/shard_prov_extshard.yaml) for this use case as below:
19+
Use the file: [shard_prov_extshard.yaml](./shard_prov_extshard.yaml) for this use case as below:
2020

2121
1. Deploy the `shard_prov_extshard.yaml` file:
2222
```sh

0 commit comments

Comments
 (0)