Skip to content

Commit

Permalink
Merge pull request #3176 from swastik959/docs_corr
Browse files Browse the repository at this point in the history
馃摉 [docs] : corrected layout of manually_migration_guide_gov3_to_gov4.md
  • Loading branch information
k8s-ci-robot committed Jan 21, 2023
2 parents 36bc3c4 + 9b69713 commit da54c08
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,16 @@ Note that if your project has multiple groups (`multigroup:true`) then the above

The PROJECT tracks the paths of all APIs used in your project. Ensure that they now point to `api/...` as the following example:

Before update:
**Before update:**
```
group: crew
kind: Captain
path: sigs.k8s.io/kubebuilder/testdata/project-v4/apis/crew/v1
```

After Update:
**After Update:**
```
group: crew
kind: Captain
path: sigs.k8s.io/kubebuilder/testdata/project-v4/api/crew/v1
Expand Down

0 comments on commit da54c08

Please sign in to comment.