Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Radius Samples

This repository contains the source code for quickstarts, reference apps, and tutorials for Project Radius.
This repository contains the source code for quickstarts, reference apps, and tutorials for Radius.

To try out one of these samples, visit https://radapp.dev

Expand All @@ -10,8 +10,8 @@ The samples repo is broken down into three categories:

| Sample category | Description | Docs |
|-----------------|-------------|------|
| [First app](demo/) | The main guide to try out and learn the breadth of Project Radius concepts and features | [First-app](https://radapp.dev/getting-started/first-app/) |
| [Quickstarts](quickstarts/) | Focused how-to guides on specific Project Radius scenarios and features | [Quickstarts](https://radapp.dev/getting-started/quickstarts/) |
| [First app](demo/) | The main guide to try out and learn the breadth of Radius concepts and features | [First-app](https://radapp.dev/getting-started/first-app/) |
| [Quickstarts](quickstarts/) | Focused how-to guides on specific Radius scenarios and features | [Quickstarts](https://radapp.dev/getting-started/quickstarts/) |
| [Reference apps](reference-apps/) | Templates showing "radified" applications that can be used as a starting point for your own apps | [Reference apps](https://radapp.dev/getting-started/reference-apps/) |

## Codespace
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quickstarts

Quickstarts provide a quick way to learn a key concept of Project Radius. Pick a quickstart topic and follow the instructions to learn more and get started.
Quickstarts provide a quick way to learn a key concept of Radius. Pick a quickstart topic and follow the instructions to learn more and get started.

| Quickstart | Description |
|------------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion reference-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reference applicatins

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.
Reference apps are templates that show a complete app. You are able to clone and deploy any of these apps to try out various Radius functionality.

| Reference app | Description |
|---------------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion reference-apps/container-app-store/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Container Apps Store reference application

Visit the [Project Radius docs](https://radapp.dev/getting-started/reference-apps/container-app-store/) to learn more and try it out.
Visit the [Radius docs](https://radapp.dev/getting-started/reference-apps/container-app-store/) to learn more and try it out.

## Source

Expand Down
2 changes: 1 addition & 1 deletion reference-apps/eshop-dapr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eShop on Dapr reference application

Visit the [Project Radius docs](https://radapp.dev/getting-started/reference-apps/eshop-dapr/) to learn more.
Visit the [Radius docs](https://radapp.dev/getting-started/reference-apps/eshop-dapr/) to learn more.

## Source

Expand Down
2 changes: 1 addition & 1 deletion reference-apps/eshop/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eShop on Radius reference application

Visit the [Project Radius docs](https://radapp.dev/getting-started/reference-apps/eshop/) to learn more and try it out.
Visit the [Radius docs](https://radapp.dev/getting-started/reference-apps/eshop/) to learn more and try it out.

## Source

Expand Down