We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2be69a commit 2327329Copy full SHA for 2327329
Sources/GRPCCore/Documentation.docc/Articles/Migration-guide.md
@@ -34,7 +34,7 @@ To make the migration easier a script is available to automate a number of
34
steps. You should download it now using:
35
36
```sh
37
-curl https://raw.githubusercontent.com/grpc/grpc-swift/refs/heads/main/dev/v1-to-v2/v1_to_v2 -o v1_to_v2
+curl https://raw.githubusercontent.com/grpc/grpc-swift/refs/heads/main/dev/v1-to-v2/v1_to_v2.sh -o v1_to_v2
38
```
39
40
You'll also need to make the `v1_to_v2` script executable:
dev/v1-to-v2/v1_to_v2 renamed to dev/v1-to-v2/v1_to_v2.sh
0 commit comments