about summary refs log tree commit homepage
path: root/lib/yahns.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-04-21 23:02:17 +0000
committerEric Wong <e@80x24.org>2019-04-21 23:18:19 +0000
commitf8827ed449bb48806105b8fdcdf77e7acaa526eb (patch)
tree441ecf79c353395559257c9ce8c50f54c741726b /lib/yahns.rb
parent390497135ac2c970ba5c042e80c140cc5a323cce (diff)
downloadyahns-f8827ed449bb48806105b8fdcdf77e7acaa526eb.tar.gz
I've gotten cgit to work well for browsers without CSS
support (patches posted to <cgit@lists.zx2c4.com>).
For browsers with CSS support, the color scheme
is now dark and can help save electricity for users
of OLED and CRT displays.
Diffstat (limited to 'lib/yahns.rb')
-rw-r--r--lib/yahns.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/yahns.rb b/lib/yahns.rb
index 21464ca..08945ef 100644
--- a/lib/yahns.rb
+++ b/lib/yahns.rb
@@ -17,8 +17,9 @@ require 'io/wait'
 end
 
 # yahns exposes no user-visible API outside of the config file.
-# See https://yhbt.net/yahns/yahns_config.txt for the config documentation
-# and https://yhbt.net/yahns/ for the homepage.
+# See https://yhbt.net/yahns.git/tree/examples/yahns_config.txt
+# for the config documentation
+# and https://yhbt.net/yahns.git/about/ for the homepage.
 # Internals are subject to change.
 
 module Yahns