Skip to content

Commit 19fa512

Browse files
author
mmahipal
committed
Changed SIDB readme
1 parent b20ed50 commit 19fa512

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

PREREQUISITES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Note: You must provision persistent storage if you intend to deploy containerize
2222

2323
### Prerequites for Oracle Autonomous Database (ADB)
2424

25-
If you intent to use `OraOperator` to handle Oracle Autonomous Database lifecycles, then read [Oracle Autonomous Database prerequisites](./doc/adb/ADB_PREREQUISITES.md)
25+
If you intent to use `OraOperator` to handle Oracle Autonomous Database lifecycles, then read [Oracle Autonomous Database prerequisites](./docs/adb/ADB_PREREQUISITES.md)
2626

2727
### Prerequites for Single Instance Databases (SIDB)
2828

29-
If you intent to use `OraOperator` to handle Oracle Database Single Instance lifecycles, then read [Single Instance Database Prerequisites](./doc/sidb/SIDB_PREREQUISITES.md)
29+
If you intent to use `OraOperator` to handle Oracle Database Single Instance lifecycles, then read [Single Instance Database Prerequisites](./docs/sidb/SIDB_PREREQUISITES.md)
3030

3131
### Prerequites for Sharded Databases (SHARDING)
3232

33-
If you intent to use OraOperator to handle the lifecycle of Oracle Database deployed with Oracle Sharding, then read [Sharded Database Prerequisites](./doc/sharding/README.md#prerequsites-for-running-oracle-sharding-database-controller)
33+
If you intent to use OraOperator to handle the lifecycle of Oracle Database deployed with Oracle Sharding, then read [Sharded Database Prerequisites](./docs/sharding/README.md#prerequsites-for-running-oracle-sharding-database-controller)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
7575

7676
You should see that the operator is up and running, along with the shipped controllers.
7777

78-
For more details, see [Oracle Database Operator Installation Instrunctions](./doc/installation/OPERATOR_INSTALLATION_README.md).
78+
For more details, see [Oracle Database Operator Installation Instrunctions](./docs/installation/OPERATOR_INSTALLATION_README.md).
7979

8080
## Getting Started with the Operator (Quickstart)
8181

8282
The quickstarts are designed for specific database configurations, including:
8383

84-
* [Oracle Autonomous Database](./doc/adb/README.md)
85-
* [Oracle Database Single Instance configuration](./doc/sidb/README.md)
86-
* [Oracle Database configured with Oracle Sharding](./doc/sharding/README.md)
84+
* [Oracle Autonomous Database](./docs/adb/README.md)
85+
* [Oracle Database Single Instance configuration](./docs/sidb/README.md)
86+
* [Oracle Database configured with Oracle Sharding](./docs/sharding/README.md)
8787

8888
YAML file templates are available under [`/config/samples`](./config/samples/). You can copy and edit these template files to configure them for your use cases.
8989

0 commit comments

Comments
 (0)