Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshrahim committed Jul 24, 2023
1 parent bce157b commit e2bf749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/deploy-apps/deploy-applications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: ["deployments"]

## Deploy a Radius applications

Once you have authored an application, you can deploy it to an environment via rad CLI using the [`rad deploy`]({{< ref rad_deploy>}})
Once you have [Authored an application]({{< ref author-apps >}}), you can deploy it to an environment via rad CLI using the [`rad deploy`]({{< ref rad_deploy>}})

```bash
rad deploy app.bicep
Expand All @@ -30,7 +30,7 @@ You can also deploy an application with parameters using the [`rad deploy`]({{<

## Run an application

You can run an application locally using the `rad run` command.
You can run an application locally using the [`rad run`]({{< ref rad_run >}}) command. command.

```bash
rad run app.bicep
Expand Down

0 comments on commit e2bf749

Please sign in to comment.