From 0b14fae2695aaac5347f9b4088362d779f080f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93lafur=20P=C3=A1ll=20Geirsson?= Date: Thu, 20 Jul 2023 10:49:56 +0200 Subject: [PATCH] Update readme to reference SCIP instead of LSIF --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 38e71c8..d40be5b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# Kotlin LSIF support +# Kotlin SCIP support -This codebase implements a Kotlin compiler plugin that can be used together with -[lsif-java](https://sourcegraph.github.io/lsif-java) to emit -[LSIF](https://lsif.dev) indexes for Kotlin projects. +This codebase implements a Kotlin compiler plugin that can be used together +with [scip-java](https://sourcegraph.github.io/scip-java) to emit +[SCIP](https://github.com/sourcegraph/scip) indexes for Kotlin projects. ## Getting started -This project must be used together with lsif-java. Visit -[https://sourcegraph.github.io/lsif-java/] for instructions on how to index -Kotlin projects with lsif-java. Note that lsif-java indexes Kotlin sources even -if you have no Java code. +This project must be used together with scip-java. Visit +[scip-java](https://sourcegraph.github.io/scip-java/) for instructions on how +to index Kotlin projects with scip-java. Note that scip-java indexes Kotlin +sources even if you have no Java code. +