Change all doc links to use relative names
Github pages assumes that links to files using relative
names point to the same location so this should work both
when accessing through the github browser and mcuboot.com
Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 3664139..69b6b1a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -63,8 +63,8 @@
- Nordic nRF51 and nRF52832 dev kits
- Hexiwear K64
- Clearer sample applications have been added under `samples`.
-- Test plans for [zephyr](%{ link testplan-zephyr.md %}), and
- [mynewt]({% link testplan-mynewt.md %}).
+- Test plans for [zephyr](testplan-zephyr.md), and
+ [mynewt](testplan-mynewt.md).
- The simulator is now able to test RSA signatures.
- There is an unimplemented `load_addr` header for future support for
RAM loading in the bootloader.