From d4c060f5fbf5fa778580c3732cb0b11b0ac46441 Mon Sep 17 00:00:00 2001 From: Terry Moore Date: Mon, 14 Dec 2020 23:27:26 +0100 Subject: [PATCH] Fix #644: broken documentation references --- README.md | 2 +- doc/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 322e9b98..4687d07b 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ us know (creating a GitHub issue is probably the best way for that). ### PDF/Word Documentation -The `doc` directory contains [LMIC-v3.0.99.pdf](doc/LMIC-v3.0.99.pdf), which documents the library APIs and use. It's based on the original IBM documentation, but has been adapted for this version of the library. However, as this library is used for more than Arduino, that document is supplemented by practical details in this document. +The `doc` directory contains [LMIC-v3.3.0.pdf](doc/LMIC-v3.3.0.pdf), which documents the library APIs and use. It's based on the original IBM documentation, but has been adapted for this version of the library. However, as this library is used for more than Arduino, that document is supplemented by practical details in this document. ### Adding Regions diff --git a/doc/README.md b/doc/README.md index bff35a64..7b513b58 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4,7 +4,8 @@ This directory contains documentation on the use and implementation of the LMIC. ## Usage documentation -- [`LMIC-v3.0.99.pdf`](./LMIC-v3.0.99.pdf): API documentation on the LMIC as of 3.0.99. Generally the differences between 3.0.99 and 3.2 were bug fixes. +- [`LMIC-v3.3.0.pdf`](./LMIC-v3.3.0.pdf): API documentation on the LMIC as of 3.3.0. +- [`LMIC-v3.3.0-redline.pdf`](./LMIC-v3.3.0-redline.pdf): changes in the document since last update, marked up by Litera Workshare Compare. ## Background information