about summary refs log tree commit homepage
path: root/lib/yahns/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yahns/config.rb')
-rw-r--r--lib/yahns/config.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/yahns/config.rb b/lib/yahns/config.rb
index e64cb77..441d3f9 100644
--- a/lib/yahns/config.rb
+++ b/lib/yahns/config.rb
@@ -4,8 +4,8 @@
 # frozen_string_literal: true
 #
 # Implements a DSL for configuring a yahns server.
-# See https://yhbt.net/yahns/examples/yahns_multi.conf.rb for a full
-# example configuration file.
+# See https://yhbt.net/yahns.git/tree/examples/yahns_multi.conf.rb
+# for a full example configuration file.
 class Yahns::Config # :nodoc:
   # public within yahns itself, NOT a public interface for users outside
   # of yahns.  See yahns/rack for usage example