From cd8f9f69c40f37b62016ac2fa66d4f5769de64d8 Mon Sep 17 00:00:00 2001 From: Austin Henriksen Date: Wed, 6 Sep 2023 11:47:49 -0400 Subject: [PATCH 1/2] Update links to websites. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2058f3c04f..35de533911 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ expected to create its own read-only clone of these Slice files with `git subtre of the [icerpc-csharp] repository is a git subtree clone of icerpc-slice. [Ice]: https://github.com/zeroc-ice/ice -[ice-protocol]: https://docs.testing.zeroc.com/icerpc/ice-protocol/protocol-frames +[ice-protocol]: https://docs.icerpc.dev/icerpc/ice-protocol/protocol-frames [icerpc-csharp]: https://github.com/icerpc/icerpc-csharp/ -[icerpc-protocol]: https://docs.testing.zeroc.com/icerpc/icerpc-protocol/mapping-rpcs-to-streams +[icerpc-protocol]: https://docs.icerpc.dev/icerpc/icerpc-protocol/mapping-rpcs-to-streams [icerpc-slice]: https://github.com/icerpc/icerpc-slice -[Slic]: https://docs.testing.zeroc.com/icerpc/slic-transport/protocol-frames -[Slice]: https://docs.testing.zeroc.com/slice2 +[Slic]: https://docs.icerpc.dev/icerpc/slic-transport/protocol-frames +[Slice]: https://docs.icerpc.dev/slice2 From 5491d721f8c37f19ba2356e232ca3a3c66815412 Mon Sep 17 00:00:00 2001 From: Austin Henriksen Date: Wed, 6 Sep 2023 12:34:47 -0400 Subject: [PATCH 2/2] Pull in the latest slicec. --- tools/slicec-cs/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/slicec-cs/Cargo.lock b/tools/slicec-cs/Cargo.lock index 833d44cbcd..e92125aac5 100644 --- a/tools/slicec-cs/Cargo.lock +++ b/tools/slicec-cs/Cargo.lock @@ -641,7 +641,7 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "slicec" version = "0.1.0" -source = "git+ssh://git@github.com/icerpc/slicec#49e98870745679a53b2be1f104c49467f8369c70" +source = "git+ssh://git@github.com/icerpc/slicec#62422a3ef7fe2cbd040b980d4b3e014497390939" dependencies = [ "clap", "console",