From b80d5fa6c4948e2b4003962c187266b69bf61ad6 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sun, 10 May 2015 19:35:04 +0000 Subject: [PATCH] Link to player repo from "how it works" page --- app/views/docs/how-it-works.html.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/docs/how-it-works.html.md b/app/views/docs/how-it-works.html.md index d2d509e..748868b 100644 --- a/app/views/docs/how-it-works.html.md +++ b/app/views/docs/how-it-works.html.md @@ -77,5 +77,6 @@ player loads the JSON data and simply renders each change at a right time. The end result is a smooth animation with all text attributes (bold, underline, inverse, ...) and 256 colors perfectly rendered. -For the implementation details check out [asciinema.org source -code](https://github.com/asciinema/asciinema.org). +For the implementation details check out [asciinema.org website source +code](https://github.com/asciinema/asciinema.org) and [player source +code](https://github.com/asciinema/asciinema-player).