Skip to content

Commit ba5eff4

Browse files
authored
Merge pull request kubernetes-sigs#9972 from lunarwhite/fix-doc
📖 Fix function link reference and heading level
2 parents 9f124ad + a3bea8b commit ba5eff4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [Proposal process (CAEP)](#proposal-process-caep)
1919
- [Triaging E2E test failures](#triaging-e2e-test-failures)
2020
- [Reviewing a Patch](#reviewing-a-patch)
21-
- [Reviews](#reviews)
21+
- [Reviews](#reviews)
2222
- [Approvals](#approvals)
2323
- [Features and bugs](#features-and-bugs)
2424
- [Experiments](#experiments)
@@ -314,7 +314,7 @@ In case you want to run E2E test locally, please refer to the [Testing](https://
314314

315315
## Reviewing a Patch
316316

317-
## Reviews
317+
### Reviews
318318

319319
> Parts of the following content have been adapted from https://google.github.io/eng-practices/review.
320320

docs/book/src/developer/e2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The following recommendations should be followed to write portable E2E tests:
164164

165165
- Create different [E2E config file], one for each target infrastructure provider,
166166
providing different sets of env variables and timeout intervals.
167-
- Use the [InitManagementCluster method] for setting up the management cluster.
167+
- Use the [InitManagementClusterAndWatchControllerLogs method] for setting up the management cluster.
168168
- Use the [ClusterTemplate method] and the [Apply method]
169169
for creating objects in the cluster using `cluster-templates.yaml` files instead
170170
of hard coding object creation.

0 commit comments

Comments
 (0)