Skip to content

Commit fe6bfdb

Browse files
committed
Fix missing image link in design doc
1 parent 387826b commit fe6bfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture.md renamed to docs/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ that generates one
1010
every `*.java` source file. After compilation completes, the SemanticDB files
1111
are processed to produce LSIF.
1212

13-
![A three stage pipeline that starts with a list of Java sources, creates a list of SemanticDB files that then become a single LSIF index.](docs/assets/semanticdb-javac-pipeline.svg)
13+
![A three stage pipeline that starts with a list of Java sources, creates a list of SemanticDB files that then become a single LSIF index.](assets/semanticdb-javac-pipeline.svg)
1414

1515
### Why Java compiler plugin?
1616

0 commit comments

Comments
 (0)