From 0968783dc25b2e08a1431e923f58e0de5053c123 Mon Sep 17 00:00:00 2001 From: games195 Date: Mon, 19 Feb 2018 19:28:40 +0100 Subject: [PATCH] README.md: Fix nanojpeg's link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa68c8c..dd99781 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Build with Makefile.nx directly or just run ```make```. * This uses code based on 3DS [new-hbmenu](https://github.com/fincs/new-hbmenu). * The "switchicon-questionmark" icon is based on the icon by [Sweet Farm from the Noun Project](https://thenounproject.com/term/nintendo-switch/694750/). * "folder_icon": [Original](https://www.iconfinder.com/icons/97888/docs_folder_google_icon) icon by Dakirby309, modified by @fincs. -* [nanojpeg](svn.emphy.de/nanojpeg/trunk/nanojpeg/nanojpeg.c) is used for handling JPEG icons. +* [nanojpeg](https://svn.emphy.de/nanojpeg/trunk/nanojpeg/nanojpeg.c) is used for handling JPEG icons.