From 016e6c04ee59d543d4e5c78960d2a3796f92d5f0 Mon Sep 17 00:00:00 2001 From: jakcron Date: Tue, 24 Apr 2018 17:41:42 +0800 Subject: [PATCH] Fix links in readme. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5073385..2a13eb7 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ Tools & Libraries for NX (Nintendo Switch). # Tools -* (nstool)[/programs/nstool] - read *.npdm, read/extract PartitionFS (PFS0|HFS0) blobs (including *.nsp), read *.xci -* (ncatool)[/programs/ncatool] - read/extract *.nca -* (tiktool)[/programs/tiktool] - read ticket fields. +* nstool - read *.npdm, read/extract PartitionFS (PFS0|HFS0) blobs (including *.nsp), read *.xci +* ncatool - read/extract *.nca +* tiktool - read ticket fields. # Libraries -* (libfnd)[/lib/libfnd] - Foundation library. -* (libcrypto)[/lib/libcrypto] - Cryptographic functions (AES,SHA,RSA). Wrapper for [mbedTLS](https://github.com/ARMmbed/mbedtls) -* (libes)[/lib/libes] - Handling of (NS relevant) eShop file type processing. (eTickets, etc) -* (libnx)[/lib/libnx] - Handling of NS file types +* libfnd - Foundation library. +* libcrypto - Cryptographic functions (AES,SHA,RSA). Wrapper for [mbedTLS](https://github.com/ARMmbed/mbedtls) +* libes - Handling of (NS relevant) eShop file type processing. (eTickets, etc) +* libnx - Handling of NS file types # External Keys