From f9b1ee87aa0a801aa91412f1d273eb31ed997c7b Mon Sep 17 00:00:00 2001
From: matthieupeeters <matthieupeeters@users.noreply.github.com>
Date: Wed, 30 Mar 2016 23:25:21 +0200
Subject: [PATCH] Fix link to run-program.lisp

---
 uiop/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uiop/README.md b/uiop/README.md
index 8c79bf9cd..d42390930 100644
--- a/uiop/README.md
+++ b/uiop/README.md
@@ -58,7 +58,7 @@ The files that constitute UIOP are, in dependency loading order:
   printing backtraces, handling fatal conditions, using or avoiding debug modes,
   accessing command line arguments or quitting the process.
 
-* [run-program](program.lisp): portably spawns external processes and captures their output.
+* [run-program](run-program.lisp): portably spawns external processes and captures their output.
   Can also capture error-output, inject input, or let it all be interactive.
 
 * [lisp-build](lisp-build.lisp): portably compiles Common Lisp code, handles compilation results,
-- 
GitLab