From b78a75e8170125ee9db179ccca3befa705527fdd Mon Sep 17 00:00:00 2001 From: George Barnett Date: Mon, 1 Sep 2025 09:55:38 +0100 Subject: [PATCH] Updaet docs in hello world tutorial Motivation: The hello world tutorial tells you to grpc/grpc-swift at a particular commit. This works fine but the code has moved to a new home now. Modifications: - Update link and remove branch Result: Docs are up-to-date --- .../Tutorials/Hello-World/Hello-World.tutorial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/GRPCCore/Documentation.docc/Tutorials/Hello-World/Hello-World.tutorial b/Sources/GRPCCore/Documentation.docc/Tutorials/Hello-World/Hello-World.tutorial index a16c4edb..0030578d 100644 --- a/Sources/GRPCCore/Documentation.docc/Tutorials/Hello-World/Hello-World.tutorial +++ b/Sources/GRPCCore/Documentation.docc/Tutorials/Hello-World/Hello-World.tutorial @@ -18,7 +18,7 @@ repository by running the following command in a terminal: ```console - git clone --branch 2.0.0 https://github.com/grpc/grpc-swift + git clone https://github.com/grpc/grpc-swift-2 ``` You then need to change directory to the `Examples/hello-world` directory of the cloned