Skip to content

Commit 5a9ad12

Browse files
Nivaldo Bondançafacebook-github-bot
Nivaldo Bondança
authored andcommitted
facebookincubator --> facebook
Summary: No longer a project under facebookincubator and it's been like that for a while now. Let's adjust the URLs accordingly. Reviewed By: strulovich Differential Revision: D55759910 fbshipit-source-id: 173d1a98cd088895f0818e517d8b5289df969378
1 parent e8184ae commit 5a9ad12

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ the project's code style settings.
5656

5757
### from the command-line
5858

59-
[Download the formatter](https://github.com/facebookincubator/ktfmt/releases)
59+
[Download the formatter](https://github.com/facebook/ktfmt/releases)
6060
and run it with:
6161

6262
```

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
2. Create a new Release in GitHub. A GitHub Action is automatically triggered and builds and publishes the artifacts to
55
1. Maven
66
2. IntelliJ Plugin marketplace
7-
3. TODO: also automate website generation (https://facebookincubator.github.io/ktfmt/) and the AWS Lambda that powers it. For now, you must clone the repo locally, and manually run some steps.
7+
3. TODO: also automate website generation (https://facebook.github.io/ktfmt/) and the AWS Lambda that powers it. For now, you must clone the repo locally, and manually run some steps.
88
1. pushd online_formatter; ./build_and_deploy.sh; popd
99
1. Credentials should be configured using https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#credentials
1010
2. Follow instructions in website/README.md

core/src/main/java/com/facebook/ktfmt/kdoc/Paragraph.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ class Paragraph(private val task: FormattingTask) {
425425
}
426426

427427
if (prev == "@sample") {
428-
return false // https://github.com/facebookincubator/ktfmt/issues/310
428+
return false // https://github.com/facebook/ktfmt/issues/310
429429
}
430430

431431
if (!word.first().isLetter()) {

core/src/test/java/com/facebook/ktfmt/format/FormatterTest.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ class FormatterTest {
712712
"""
713713
|/////////////////////////////////////
714714
|fun f() {
715-
| // Regression test: https://github.com/facebookincubator/ktfmt/issues/56
715+
| // Regression test: https://github.com/facebook/ktfmt/issues/56
716716
| kjsdfglkjdfgkjdfkgjhkerjghkdfj
717717
| ?.methodName1()
718718
|
@@ -5841,7 +5841,7 @@ class FormatterTest {
58415841
assertThatFormatting(code).isEqualTo(code)
58425842
}
58435843

5844-
// Regression test against https://github.com/facebookincubator/ktfmt/issues/243
5844+
// Regression test against https://github.com/facebook/ktfmt/issues/243
58455845
@Test
58465846
fun `regression test against Issue 243`() {
58475847
val code =

core/src/test/java/com/facebook/ktfmt/format/GoogleStyleFormatterKtTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ class GoogleStyleFormatterKtTest {
11481148
"""
11491149
|//////////////////////////////////////
11501150
|fun f() {
1151-
| // Regression test: https://github.com/facebookincubator/ktfmt/issues/56
1151+
| // Regression test: https://github.com/facebook/ktfmt/issues/56
11521152
| kjsdfglkjdfgkjdfkgjhkerjghkdfj
11531153
| ?.methodName1()
11541154
|

core/src/test/java/com/facebook/ktfmt/kdoc/KDocFormatterTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2939,7 +2939,7 @@ class KDocFormatterTest {
29392939

29402940
@Test
29412941
fun test203584301() {
2942-
// https://github.com/facebookincubator/ktfmt/issues/310
2942+
// https://github.com/facebook/ktfmt/issues/310
29432943
val source =
29442944
"""
29452945
/**

ktfmt_idea_plugin/src/main/resources/META-INF/plugin.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<idea-plugin url="https://github.com/facebookincubator/ktfmt/tree/main/ktfmt_idea_plugin">
1+
<idea-plugin url="https://github.com/facebook/ktfmt/tree/main/ktfmt_idea_plugin">
22
<id>com.facebook.ktfmt_idea_plugin</id>
33
<name>ktfmt</name>
4-
<vendor url="https://github.com/facebookincubator/ktfmt">Facebook</vendor>
4+
<vendor url="https://github.com/facebook/ktfmt">Facebook</vendor>
55

66
<description>ktfmt is a program that reformats Kotlin source code to comply with the common community standard for
77
Kotlin code conventions.

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<name>Ktfmt Parent</name>
1212
<description>A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions.</description>
13-
<url>https://github.com/facebookincubator/ktfmt</url>
13+
<url>https://github.com/facebook/ktfmt</url>
1414
<inceptionYear>2019</inceptionYear>
1515
<licenses>
1616
<license>
@@ -24,9 +24,9 @@
2424
</developer>
2525
</developers>
2626
<scm>
27-
<connection>scm:git:https://github.com/facebookincubator/ktfmt.git</connection>
28-
<developerConnection>scm:git:[email protected]:facebookincubator/ktfmt.git</developerConnection>
29-
<url>https://github.com/facebookincubator/ktfmt.git</url>
27+
<connection>scm:git:https://github.com/facebook/ktfmt.git</connection>
28+
<developerConnection>scm:git:[email protected]:facebook/ktfmt.git</developerConnection>
29+
<url>https://github.com/facebook/ktfmt.git</url>
3030
</scm>
3131

3232
<modules>

website/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</head>
2121

2222
<body>
23-
<a id="gh-link" href="https://github.com/facebookincubator/ktfmt"
23+
<a id="gh-link" href="https://github.com/facebook/ktfmt"
2424
><img
2525
loading="lazy"
2626
width="149"
@@ -57,7 +57,7 @@
5757
<li>
5858
<a
5959
class="nav-item"
60-
href="https://github.com/facebookincubator/ktfmt"
60+
href="https://github.com/facebook/ktfmt"
6161
>GitHub</a
6262
>
6363
</li>

0 commit comments

Comments
 (0)