about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index cbf5964..b776c4a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,11 +5,11 @@ include Rake::DSL
 
 gendocs = %w(NEWS NEWS.atom.xml)
 task rsync_docs: gendocs do
-  dest = ENV["RSYNC_DEST"] || "yahns.yhbt.net:/srv/yahns/"
+  dest = ENV["RSYNC_DEST"] || "yhbt.net:/srv/yhbt/yahns/"
   top = %w(INSTALL HACKING README COPYING)
 
   # git-set-file-times is distributed with rsync,
-  # Also available at: http://yhbt.net/git-set-file-times
+  # Also available at: https://yhbt.net/git-set-file-times
   # on Debian systems: /usr/share/doc/rsync/scripts/git-set-file-times.gz
   sh("git", "set-file-times", "Documentation", "examples", *top)
   make = ENV['MAKE'] || 'make'