Skip to content

Commit b0e3fa7

Browse files
committed
Add brief project description to the README
1 parent 623982c commit b0e3fa7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
[![Build Status](https://github.com/scijava/scijava-links/actions/workflows/build.yml/badge.svg)](https://github.com/scijava/scijava-links/actions/workflows/build.yml)
22

3+
This package provides a subsystem for SciJava applications
4+
that enables handling of URI-based links via plugins.
5+
6+
It is kept separate from the SciJava Common core classes
7+
because it requires Java 11 as a minimum, due to its use
8+
of java.awt.Desktop features not present in Java 8.

0 commit comments

Comments
 (0)