Skip to content

Commit 572c315

Browse files
authored
Fix Orleans samples links (#33191)
* Fix link to TLS screenshot * Fix URL to Orleans Stocks sample app
1 parent e6a943b commit 572c315

File tree

1 file changed

+2
-2
lines changed
  • docs/orleans/tutorials-and-samples

1 file changed

+2
-2
lines changed

docs/orleans/tutorials-and-samples/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ They include an interactive counter, a TODO list, and a Weather service.
166166
* How to integrate ASP.NET Core Blazor Server with Orleans
167167
* How to integrate ASP.NET Core Blazor WebAssembly (WASM) with Orleans
168168

169-
## [Stocks](/samples/dotnet/samples/orleans-streaming-samples)
169+
## [Stocks](/samples/dotnet/samples/orleans-stocks-sample-app)
170170

171171
:::image type="content" source="https://raw.githubusercontent.com/dotnet/samples/main/orleans/Stocks/screenshot.png" alt-text="Output from the running Stocks client sample Orleans app.":::
172172

@@ -180,7 +180,7 @@ A stock price application that fetches prices from a remote service using an HTT
180180

181181
## [Transport Layer Security](/samples/dotnet/samples/orleans-transport-layer-security-tls)
182182

183-
:::image type="content" source="https://github.com/dotnet/samples/blob/main/orleans/TransportLayerSecurity/screenshot.png" alt-text="Output from the running TLS sample Orleans app.":::
183+
:::image type="content" source="https://raw.githubusercontent.com/dotnet/samples/main/orleans/TransportLayerSecurity/screenshot.png" alt-text="Output from the running TLS sample Orleans app.":::
184184

185185
A *Hello, World!* application configured to use mutual [*Transport Layer Security*](https://en.wikipedia.org/wiki/Transport_Layer_Security) to secure network communication between every server.
186186

0 commit comments

Comments
 (0)