From 24ca60ba4fd579397cf518b1580485b199f72152 Mon Sep 17 00:00:00 2001 From: Mike Prieto Date: Fri, 6 Dec 2024 04:06:03 +0000 Subject: [PATCH] docs: Fix repository URL in samples README --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 5656f6f4d..4390e7ea6 100644 --- a/samples/README.md +++ b/samples/README.md @@ -2,7 +2,7 @@ 1. Clone this repo and navigate to the `snippets` directory. ```shell - git clone https://github.com/googlepis/java-pubsub + git clone https://github.com/googleapis/java-pubsub cd java-pubsub/samples/snippets ```