Skip to content

Commit bd52060

Browse files
authored
Drop sourcegraph.github.io references from source files (#918)
1 parent 79c6de8 commit bd52060

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

scip-aggregator/src/main/java/com/sourcegraph/scip_aggregator/ScipAggregator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ private void run() throws IOException {
7373
+ " index this codebase. If you are using Gradle or Maven, please report an issue to"
7474
+ " https://github.com/sourcegraph/scip-java and include steps to reproduce. If you"
7575
+ " are using a different build tool, make sure that you have followed all of the"
76-
+ " steps from"
77-
+ " https://sourcegraph.github.io/scip-java/docs/manual-configuration.html");
76+
+ " manual configuration steps.");
7877
return;
7978
}
8079
options.reporter.startProcessing(shards.size());

scip-gradle-plugin/src/main/java/com/sourcegraph/gradle/scip/WriteDependencies.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ public class WriteDependencies extends DefaultTask {
2222
"This will not prevent a SCIP index from being created, but the symbols\n"
2323
+ "extracted from this project won't be available for cross-repository navigation,\n"
2424
+ "as this project doesn't define any Maven coordinates by which it can be referred back"
25-
+ " to.\n"
26-
+ "See here for more details:"
27-
+ " https://sourcegraph.github.io/scip-java/docs/manual-configuration.html#step-5-optional-enable-cross-repository-navigation";
25+
+ " to.";
2826

2927
@TaskAction
3028
public void printResolvedDependencies() throws IOException {

scip-maven-plugin/src/main/java/com/sourcegraph/maven/DependencyWriterMojo.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
4646
+ "extracted from this project won't be available for cross-repository"
4747
+ " navigation,\n"
4848
+ "as this project doesn't define any Maven coordinates by which it can be"
49-
+ " referred back to.\n"
50-
+ "See here for more details:"
51-
+ " https://sourcegraph.github.io/scip-java/docs/manual-configuration.html#step-5-optional-enable-cross-repository-navigation\n");
49+
+ " referred back to.\n");
5250
} else {
5351
for (Object root : sourceRoots) {
5452
if (root instanceof String) {

0 commit comments

Comments
 (0)