diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-09-14 19:53:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-14 19:53:35 -0700 |
| commit | cacfbeedd2a5e0814eb0e24256430f077928f5f8 (patch) | |
| tree | 56fd49e5d0776eddf9407ba47edadee2ff873e67 | |
| parent | 1ef772672b30b968a582ef10ef9a906a00107adf (diff) | |
| parent | 2fe7cea58f2eb334d12527f3d581331a8a1d5c7f (diff) | |
Merge pull request #1074 from sakeven/fix/architecture_link
Automatic merge from submit-queue
fix architecture link
Signed-off-by: sakeven <jc5930@sina.cn>
The link of architecture is broken. Just fix it.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ If you want to work on a new idea of relatively small scope: 1. Submit a [pull request] containing a tested change. -[architecture]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture.md +[architecture]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/architecture.md [cmd]: https://github.com/kubernetes/kubernetes/tree/master/cmd [CLA]: CLA.md [Collaboration Guide]: contributors/devel/collab.md |
