From 15168b3c57cfe454d9771a5255474b022c41e1c4 Mon Sep 17 00:00:00 2001 From: Matt Demanett Date: Thu, 12 Apr 2018 11:47:09 -0400 Subject: [PATCH] Fix manual URL for alto777_LFSR --- manifests/alto777_LFSR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/alto777_LFSR.json b/manifests/alto777_LFSR.json index c763b7b9..dc37e365 100644 --- a/manifests/alto777_LFSR.json +++ b/manifests/alto777_LFSR.json @@ -4,9 +4,9 @@ "authorEmail": "ram32768@gmail.com", "license": "BSD-3-Clause", "sourceUrl": "https://github.com/alto777/LFSR", - "manualUrl": "https://github.com/alto777/LFSR/README.md", + "manualUrl": "https://github.com/alto777/LFSR/blob/master/README.md", "repoVersion": "0.6.02", "latestVersion": "0.6.02", "buildTimestamp": 1523522975, "status": "available" -} \ No newline at end of file +}