From 443092a6b0798c6c2522a9a00b3bd518a9dadb5e Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 11 Aug 2016 16:21:30 +0200 Subject: [PATCH] README.md: fix FTP links not rendered in GitHub's markdown FTP links are not correctly rendered in GitHub, so just put them as text. Signed-off-by: Javier Viguera --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65dbec0f9..ac8efaf71 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ Documentation is available online on the Digi documentation site: # Downloads -* [Demo images](ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/images/) -* [Software Development Kit (SDK)](ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/sdk/) +* Demo images: ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/images/ +* Software Development Kit (SDK): ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/sdk/ # Release Changelog