Skip to content

Commit cc0b075

Browse files
committed
Update example links for 0.4.0 release
1 parent 0f897ba commit cc0b075

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

app/hero.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const Hero = () => {
4444
</span>
4545
<a
4646
className="w-full min-w-[130px] rounded-lg border border-gray-500 bg-white px-3 py-[10px] text-center font-medium text-gray-500 hover:bg-gray-100 dark:border-darkBorder dark:bg-[#232429] dark:text-[rgba(255,255,255,0.6)]"
47-
href="https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples"
47+
href="https://github.com/icerpc/icerpc-csharp/tree/0.4.x/examples"
4848
>
4949
View examples
5050
</a>

content/icerpc/dependency-injection/di-and-icerpc-for-csharp.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ flowchart BT
4949
[IServiceCollection]: https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.iservicecollection
5050
[IDispatcherBuilder]: csharp:IceRpc.Extensions.DependencyInjection.IDispatcherBuilder
5151
[IInvokerBuilder]: csharp:IceRpc.Extensions.DependencyInjection.IInvokerBuilder
52-
[IceRpc.dll]: https://github.com/icerpc/icerpc-csharp/blob/0.3.x/src/IceRpc/README.md
53-
[IceRpc.Deadline.dll]: https://github.com/icerpc/icerpc-csharp/blob/0.3.x/src/IceRpc.Deadline/README.md
54-
[IceRpc.Extensions.DependencyInjection.dll]: https://github.com/icerpc/icerpc-csharp/blob/0.3.x/src/IceRpc.Extensions.DependencyInjection/README.md
52+
[IceRpc.dll]: https://github.com/icerpc/icerpc-csharp/blob/0.4.x/src/IceRpc/README.md
53+
[IceRpc.Deadline.dll]: https://github.com/icerpc/icerpc-csharp/blob/0.4.x/src/IceRpc.Deadline/README.md
54+
[IceRpc.Extensions.DependencyInjection.dll]: https://github.com/icerpc/icerpc-csharp/blob/0.4.x/src/IceRpc.Extensions.DependencyInjection/README.md

content/icerpc/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ integration will soon bring the same level of convenience to Protobuf.
146146
{% card
147147
title="Slice examples"
148148
description="Using IceRPC with Slice"
149-
href="https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples/slice/" /%}
149+
href="https://github.com/icerpc/icerpc-csharp/tree/0.4.x/examples/slice/" /%}
150150
{% card
151151
title="Protobuf examples"
152152
description="Using IceRPC with Protobuf."
153-
href="https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples/protobuf/" /%}
153+
href="https://github.com/icerpc/icerpc-csharp/tree/0.4.x/examples/protobuf/" /%}
154154
{% card
155155
title="JSON examples"
156156
description="Using the core IceRPC API together with JSON."
157-
href="https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples/json/" /%}
157+
href="https://github.com/icerpc/icerpc-csharp/tree/0.4.x/examples/json/" /%}
158158

159159
{% /grid %}
160160

content/protobuf/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public partial interface IGreeterService
111111
{% card
112112
title="Examples"
113113
description="See examples of the IceRPC + Protobuf integration for C#."
114-
href="https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples/protobuf" /%}
114+
href="https://github.com/icerpc/icerpc-csharp/tree/0.4.x/examples/protobuf" /%}
115115

116116
{% /grid %}
117117

content/slice/language-guide/parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ blocked or slow read operation on the underlying byte stream. {% /slice2 %}
151151
[PipeReader]: https://learn.microsoft.com/en-us/dotnet/api/system.io.pipelines.pipereader
152152
[Complete]: https://learn.microsoft.com/en-us/dotnet/api/system.io.pipelines.pipereader.complete
153153
[CompleteAsync]: https://learn.microsoft.com/en-us/dotnet/api/system.io.pipelines.pipereader.completeasync
154-
[Stream example]: https://github.com/icerpc/icerpc-csharp/tree/0.3.x/examples/slice/Stream
154+
[Stream example]: https://github.com/icerpc/icerpc-csharp/tree/0.4.x/examples/slice/Stream
155155
[WithCancellation]: https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.taskasyncenumerableextensions.withcancellation
156156
[`IAsyncEnumerable<T>`]: https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.iasyncenumerable-1

0 commit comments

Comments
 (0)