Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributors/devel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ See the [kubernetes/release](https://github.com/kubernetes/release) repository f
* **Using Go Modules to Manage Dependencies** [vendor.md](sig-architecture/vendor.md)
This document only applies to Kubernetes development after 1.14.x. See [previous godep documentation for working with dependencies](sig-architecture/godep.md) for Kubernetes 1.14.x and earlier.

* **Using Go Modules to Manage Dependencies (for Kubernetes 1.14.x and earlier)** [godep.md](sig-architecture/godep.md)
* **Using godep to Manage Dependencies (for Kubernetes 1.14.x and earlier)** [godep.md](sig-architecture/godep.md)
See [current documentation for working with dependencies](sig-architecture/vendor.md) for master branch development.

* **Conformance Testing in Kubernetes** [conformance-tests.md](sig-architecture/conformance-tests.md)
Expand Down