From 18cf24d35e352b5abba32979bfdbf71fc34d41ff Mon Sep 17 00:00:00 2001 From: A Brooks Date: Wed, 5 Jan 2022 06:24:19 -0600 Subject: [PATCH] Fix broken link to source. (#1127) [skip ci] --- examples/http-server.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-server.clj b/examples/http-server.clj index 9a47f63d..fc8ac6cb 100755 --- a/examples/http-server.clj +++ b/examples/http-server.clj @@ -2,7 +2,7 @@ #_" -*- mode: clojure; -*-" ;; Source: https://gist.github.com/holyjak/36c6284c047ffb7573e8a34399de27d8 -;; Based on https://github.com/babashka/babashka/blob/master/examples/image_viewer.clj +;; Based on https://github.com/babashka/babashka/blob/master/examples/image-viewer.clj (ns http-server (:require [babashka.fs :as fs] [clojure.java.browse :as browse]