Created
June 13, 2017 17:03
-
-
Save awaxa/d1d7d33eeb599abcc491a944cff80d88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 100884823475d2246a9bdd380d4f7ad3537dc6e4 Mon Sep 17 00:00:00 2001 | |
From: Greg Kitson <[email protected]> | |
Date: Tue, 13 Jun 2017 10:01:55 -0700 | |
Subject: [PATCH] fix source link in self-hosting.md | |
--- | |
content/post/self-hosting.md | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/content/post/self-hosting.md b/content/post/self-hosting.md | |
index b1ce086..8752a56 100644 | |
--- a/content/post/self-hosting.md | |
+++ b/content/post/self-hosting.md | |
@@ -36,7 +36,7 @@ need to worry about it. ClojureScript compiler does a wonderful job of | |
converting high level Clojure code into highly optimized, fast JavaScript code. | |
If it's possible to build a performant player like this one in ClojureScript | |
then you can build anything in ClojureScript. Look at the | |
-[source](https://github.com/asciinema/asciinema-player/tree/master/src/cljs/asciinema_player) | |
+[source](https://github.com/asciinema/asciinema-player/tree/master/src/asciinema/player) | |
if you're curious how it looks like. | |
Check | |
-- | |
2.13.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment