Skip to content

Commit

Permalink
Merge pull request kubernetes#12554 from RichieEscarez/fixwalkthrough…
Browse files Browse the repository at this point in the history
…link

Fixed broken link (was pointing to content in a file that has since been moved).
  • Loading branch information
wojtek-t committed Aug 13, 2015
2 parents 24de961 + e72c042 commit 9c8014b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/walkthrough/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
A pod definition is a declaration of a _desired state_. Desired state is a very important concept in the Kubernetes model. Many things present a desired state to the system, and it is Kubernetes' responsibility to make sure that the current state matches the desired state. For example, when you create a Pod, you declare that you want the containers in it to be running. If the containers happen to not be running (e.g. program failure, ...), Kubernetes will continue to (re-)create them for you in order to drive them to the desired state. This process continues until the Pod is deleted.
See the [design document](../../../DESIGN.md) for more details.
See the [design document](../../design/README.md) for more details.
#### Pod Management
Expand Down

0 comments on commit 9c8014b

Please sign in to comment.