From 53250c46bb4621a23199e62a6707dcaac61702bd Mon Sep 17 00:00:00 2001 From: Will <28876888+willtsai@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:29:16 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jonathan Smith --- samples/README.md | 2 +- samples/kubernetes/guestbook/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/README.md b/samples/README.md index bca12942..5c1bd27e 100644 --- a/samples/README.md +++ b/samples/README.md @@ -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 | |---------------|-------------| diff --git a/samples/kubernetes/guestbook/README.md b/samples/kubernetes/guestbook/README.md index ca3e74a7..34b0c930 100644 --- a/samples/kubernetes/guestbook/README.md +++ b/samples/kubernetes/guestbook/README.md @@ -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). \ No newline at end of file +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). \ No newline at end of file