Skip to content

Commit 44d4c57

Browse files
authored
update documentation with new shorter path
1 parent 37f230c commit 44d4c57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## How to run AzUrlShortener locally
1616

17-
You will need .NET 9, Docker or Podman installed on your machine. From the `scr` directory, run the following command `dotnet run --project Cloud5mins.ShortenerTools.AppHost`. You can also open the solution in Visual Studio or Visual studio Code and use F5, make sure the `Cloud5mins.ShortenerTools.AppHost` project is set as starting project.
17+
You will need .NET 9, Docker or Podman installed on your machine. From the `scr` directory, run the following command `dotnet run --project AppHost`. You can also open the solution in Visual Studio or Visual studio Code and use F5, make sure the `Cloud5mins.ShortenerTools.AppHost` project is set as starting project.
1818

1919

2020
## Update/ redeploy AzUrlShortener

doc/how-to-set-api-public.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ When the solution is running locally the API is accessible so you can call it fr
55
> **Note:** The API is not password protected, so anyone with the URL can use it.
66
77
## Before deployment
8-
In the `src\Cloud5mins.ShortenerTools.AppHost` project open the `program.cs` file and uncomment the line
8+
In the `src\AppHost` project open the `program.cs` file and uncomment the line
99

1010
![Uncomment this line](../images/uncomment-public-endpoints.png)
1111

doc/security-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is open-source software and delivered as a Proof-of-concept. Please conside
44

55
## Current Implementation
66

7-
The [TinyBlazorAdmin](../src/Cloud5mins.ShortenerTools.TinyBlazorAdmin/) is secured using the built-in authentication feature of Azure Container Apps (ACA) is a simple and powerful way to add authentication your applications with minimal effort. Here are some key points to remember:
7+
The [TinyBlazorAdmin](../src/TinyBlazorAdmin/) is secured using the built-in authentication feature of Azure Container Apps (ACA) is a simple and powerful way to add authentication your applications with minimal effort. Here are some key points to remember:
88

99
- You don't need to change the existing app code to add this authentication feature.
1010
- This built-in authentication feature of ACA protects your entire application, not individual pages.

0 commit comments

Comments
 (0)