Skip to content

Commit 7b550ec

Browse files
cpovirkJimfs Team
authored andcommitted
Change some links to https.
Like in 5923220, the motivation is to test Copybara, this time after some changes I made. RELNOTES=n/a PiperOrigin-RevId: 813874664
1 parent 5923220 commit 7b550ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141

4242
<organization>
4343
<name>Google Inc.</name>
44-
<url>http://www.google.com/</url>
44+
<url>https://www.google.com/</url>
4545
</organization>
4646

4747
<licenses>
4848
<license>
4949
<name>The Apache Software License, Version 2.0</name>
50-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
50+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
5151
<distribution>repo</distribution>
5252
</license>
5353
</licenses>
@@ -68,15 +68,15 @@
6868
</developers>
6969

7070
<scm>
71-
<url>http://github.com/google/jimfs/</url>
71+
<url>https://github.com/google/jimfs/</url>
7272
<connection>scm:git:git://github.com/google/jimfs.git</connection>
7373
<developerConnection>scm:git:ssh://[email protected]/google/jimfs.git</developerConnection>
7474
<tag>HEAD</tag>
7575
</scm>
7676

7777
<issueManagement>
7878
<system>GitHub Issues</system>
79-
<url>http://github.com/google/jimfs/issues</url>
79+
<url>https://github.com/google/jimfs/issues</url>
8080
</issueManagement>
8181

8282
<properties>

0 commit comments

Comments
 (0)