Skip to content

Commit

Permalink
Merge pull request #1796 from izzyleung/fix-node-image-link
Browse files Browse the repository at this point in the history
Fix broken link in images/node
  • Loading branch information
BenTheElder authored Aug 20, 2020
2 parents 0f72f61 + b28e7c5 commit c5891e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## images/node

See: [`pkg/build/node/node.go`][pkg/build/node/node.go], this
See: [`pkg/build/nodeimage/build.go`][pkg/build/nodeimage/build.go]
and [`pkg/build/nodeimage/build_impl.go`][pkg/build/nodeimage/build_impl.go], this
image is built programmatically with docker run / exec / commit for performance
reasons with large artifacts.

Expand All @@ -11,5 +12,6 @@ Roughly this image is [the base image](./../base), with the addition of:

See [`node-image`][node-image.md] for more design details.

[pkg/build/node/node.go]: ./../../pkg/build/node/node.go
[pkg/build/nodeimage/build.go]: ./../../pkg/build/nodeimage/build.go
[pkg/build/nodeimage/build_impl.go]: ./../../pkg/build/nodeimage/build_impl.go
[node-image.md]: https://kind.sigs.k8s.io/docs/design/node-image

0 comments on commit c5891e6

Please sign in to comment.