Skip to content

Commit 9670c28

Browse files
authored
Update docs in hello world tutorial (#19)
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
1 parent f8cd411 commit 9670c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCCore/Documentation.docc/Tutorials/Hello-World/Hello-World.tutorial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
repository by running the following command in a terminal:
1919

2020
```console
21-
git clone --branch 2.0.0 https://github.com/grpc/grpc-swift
21+
git clone https://github.com/grpc/grpc-swift-2
2222
```
2323

2424
You then need to change directory to the `Examples/hello-world` directory of the cloned

0 commit comments

Comments
 (0)