Skip to content

Commit 453a178

Browse files
committed
Update reference URLs
Some of the content has been moved to a new URL. Although the visitor was redirected to the new location, meaning they were not exactly broken, it is better to send them to the right location from the start.
1 parent ac6f9a3 commit 453a178

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

internal/rule/ruleconfiguration/ruleconfiguration.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ var configurations = []Type{
560560
Brief: "not in LM index",
561561
Description: "The name value is the identifier used to install the library and define dependencies, so it should not be changed.",
562562
MessageTemplate: "Library name {{.}} not found in the Library Manager index. Library names are not allowed to change after being added to the index.",
563-
Reference: "https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#how-can-i-change-my-librarys-name",
563+
Reference: "https://github.com/arduino/library-registry/blob/main/FAQ.md#how-can-i-change-a-librarys-name",
564564
DisableModes: []rulemode.Type{rulemode.Default},
565565
EnableModes: []rulemode.Type{rulemode.LibraryManagerIndexed},
566566
InfoModes: nil,
@@ -1257,7 +1257,7 @@ var configurations = []Type{
12571257
Brief: "no readme",
12581258
Description: "",
12591259
MessageTemplate: "No readme found. Please document your library.",
1260-
Reference: "https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-readmes",
1260+
Reference: "https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes",
12611261
DisableModes: nil,
12621262
EnableModes: []rulemode.Type{rulemode.Default},
12631263
InfoModes: nil,
@@ -1274,7 +1274,7 @@ var configurations = []Type{
12741274
Brief: "no license file",
12751275
Description: "",
12761276
MessageTemplate: "No license file found.",
1277-
Reference: "https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/licensing-a-repository#detecting-a-license",
1277+
Reference: "https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository",
12781278
DisableModes: nil,
12791279
EnableModes: []rulemode.Type{rulemode.Default},
12801280
InfoModes: nil,
@@ -1461,7 +1461,7 @@ var configurations = []Type{
14611461
Brief: "no readme",
14621462
Description: "",
14631463
MessageTemplate: "No readme found. Please document your sketch.",
1464-
Reference: "https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-readmes",
1464+
Reference: "https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes",
14651465
DisableModes: nil,
14661466
EnableModes: []rulemode.Type{rulemode.Default},
14671467
InfoModes: nil,
@@ -1478,7 +1478,7 @@ var configurations = []Type{
14781478
Brief: "no license file",
14791479
Description: "",
14801480
MessageTemplate: "No license file found.",
1481-
Reference: "https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/licensing-a-repository#detecting-a-license",
1481+
Reference: "https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository",
14821482
DisableModes: nil,
14831483
EnableModes: []rulemode.Type{rulemode.Default},
14841484
InfoModes: nil,
@@ -1529,7 +1529,7 @@ var configurations = []Type{
15291529
Brief: "no readme",
15301530
Description: "",
15311531
MessageTemplate: "No readme found. Please document your boards platform.",
1532-
Reference: "https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-readmes",
1532+
Reference: "https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes",
15331533
DisableModes: []rulemode.Type{rulemode.Default},
15341534
EnableModes: nil,
15351535
InfoModes: nil,
@@ -1546,7 +1546,7 @@ var configurations = []Type{
15461546
Brief: "no license file",
15471547
Description: "",
15481548
MessageTemplate: "No license file found.",
1549-
Reference: "https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/licensing-a-repository#detecting-a-license",
1549+
Reference: "https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository",
15501550
DisableModes: []rulemode.Type{rulemode.Default},
15511551
EnableModes: nil,
15521552
InfoModes: nil,

0 commit comments

Comments
 (0)