Skip to content

Commit 42d956e

Browse files
authored
Fix the broken link in blog post
1 parent 17e1ed2 commit 42d956e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2023-11-24-sig-testing-spotlight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ started using it. For E2E testing, that was
5454
[Ginkgo+Gomega](https://github.com/onsi/ginkgo). Some hacks were
5555
necessary, for example around cleanup after a test run and for
5656
categorising tests. Eventually this led to Ginkgo v2 and [revised best
57-
practices for E2E testing](/blog/2023/04/12/e2e-testing-best-practices-reloaded/).
57+
practices for E2E testing](https://www.kubernetes.dev/blog/2023/04/12/e2e-testing-best-practices-reloaded/).
5858
Regarding unit testing opinions are pretty diverse: some maintainers
5959
prefer to use just the Go standard library with hand-written
6060
checks. Others use helper packages like stretchr/testify. That

0 commit comments

Comments
 (0)