Switch to version agnostic SOP spec URLs

This commit is contained in:
Paul Schaub 2022-05-07 22:17:41 +02:00
parent 4e74fc6aa3
commit 33c8e5edc5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ SPDX-License-Identifier: Apache-2.0
Stateless OpenPGP Protocol for Java.
This module contains interfaces that model the API described by the
[Stateless OpenPGP Command Line Interface](https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-03) specification.
[Stateless OpenPGP Command Line Interface](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/) specification.
This module is not a command line application! For that, see `sop-java-picocli`.