Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Smith <[email protected]>
  • Loading branch information
willtsai and jonvsm authored Oct 18, 2023
1 parent c5513fc commit 53250c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reference applications

Reference apps are templates that show a complete app. You are able to clone and deploy any of these apps to try out various Project Radius functionality.
Clone and deploy reference applications to learn more about Radius.

| Reference app | Description |
|---------------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion samples/kubernetes/guestbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This is an example containerized Guestbook application originally authored by the Kubernetes community for use in their own tutorial. The application's Kubernetes deployment manifests copied over from the Kubernetes source [repo](https://github.com/kubernetes/examples/tree/master/guestbook) are contained in the `deploy` directory.

The Guestbook application consists of a web front end along with primary and secondary Redis containers for storage, all deployed with Kubernetes. For more information about the application and access its source code, see the [Kubernetes tutorial](https://kubernetes.io/docs/tutorials/stateless-application/guestbook/) and their [examples repo](https://github.com/kubernetes/examples/tree/master/guestbook).
The Guestbook application consists of a web front end along with primary and secondary Redis containers for storage, all deployed with Kubernetes. For more information about the application and accessing its source code, see the [Kubernetes tutorial](https://kubernetes.io/docs/tutorials/stateless-application/guestbook/) and their [examples repo](https://github.com/kubernetes/examples/tree/master/guestbook).

0 comments on commit 53250c4

Please sign in to comment.