Skip to content

Commit 4dd1b6c

Browse files
Fixed broken links
1 parent fce36d8 commit 4dd1b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sharding/provisioning/scale_in_delete_an_existing_shard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ In this use case, the existing database Sharding is having:
1414
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/)
1515
* 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`.
1616
* 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`.
17-
* 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)
17+
* 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)
1818

1919
NOTE: Use tag `isDelete: true` to delete the shard you want.
2020

2121
This use case deletes the shard `shard2` from the above Sharding Topology.
2222

23-
Use the file: [shard_prov_delshard.yaml](./doc/sharding/provisioning/shard_prov_delshard.yaml) for this use case as below:
23+
Use the file: [shard_prov_delshard.yaml](./shard_prov_delshard.yaml) for this use case as below:
2424

2525
1. Deploy the `shard_prov_delshard.yaml` file:
2626
```sh

0 commit comments

Comments
 (0)