Skip to content

Commit 3cf7b05

Browse files
committed
chore: fix url in POM
1 parent 79f2200 commit 3cf7b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

errorreporting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>0.0.1-SNAPSHOT</version><!-- This artifact should not be released -->
77
<packaging>pom</packaging>
88
<name>Google Cloud Error Reporting Samples Parent</name>
9-
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/errorreporting</url>
9+
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/errorreporting</url>
1010
<description>
1111
Java idiomatic client for Google Cloud Platform services.
1212
</description>

errorreporting/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>java-docs-samples-errorreporting-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google Cloud Error Reporting Samples Parent</name>
8-
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/errorreporting</url>
8+
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/errorreporting</url>
99

1010
<!--
1111
The parent pom defines common style checks and testing strategies for our samples.

0 commit comments

Comments
 (0)