Skip to content

Commit df5731a

Browse files
Fix url for parameter sample (#10679)
* Fixing url from microsoft aspire to aspire gh * rename parametere2e program.cs to apphost.cs
1 parent e8c0a9d commit df5731a

File tree

1 file changed

+1
-1
lines changed
  • playground/ParameterEndToEnd/ParameterEndToEnd.AppHost

1 file changed

+1
-1
lines changed

playground/ParameterEndToEnd/ParameterEndToEnd.AppHost/Program.cs renamed to playground/ParameterEndToEnd/ParameterEndToEnd.AppHost/AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ And has another paragraph.
3636
3737
And a list:
3838
- Item 1
39-
- Item 2 (and a [hyperlink](https://aka.ms/aspire))
39+
- Item 2 (and a [hyperlink](https://github.com/dotnet/aspire))
4040
- Item 3
4141
""", enableMarkdown: true);
4242

0 commit comments

Comments
 (0)