Skip to content

Commit 13f25f4

Browse files
committed
Update to use single directory structure instead
1 parent 1956fc8 commit 13f25f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The operator creates and manages all necessary Kubernetes resources for these co
3030
### Code
3131

3232
```
33-
ROOT/src/multigres-operator/
33+
multigres-operator/
3434
├── api/v1alpha1/ # CRD definitions
3535
├── cmd/multigres-operator/ # Main entry point
3636
└── internal/ # Controller and resource builders
@@ -39,7 +39,7 @@ ROOT/src/multigres-operator/
3939
### Documentation and Configuration
4040

4141
```
42-
ROOT
42+
multigres-operator/
4343
├── config/ # Kubernetes manifests
4444
├── docs/ # Architecture and guides
4545
└── plans/ # Planning documents

0 commit comments

Comments
 (0)