diff options
Diffstat (limited to 'setup/rbuild')
| -rwxr-xr-x | setup/rbuild | 16 | 
1 files changed, 7 insertions, 9 deletions
| diff --git a/setup/rbuild b/setup/rbuild index ddba6999..44054910 100755 --- a/setup/rbuild +++ b/setup/rbuild @@ -3,8 +3,7 @@   Common Rakefile, Rantfile installer for SiSU     softlink Rakefile and Rantfile to this file - - Homepage: <http://search.sisudoc.org> - - Download: <http://www.jus.uio.no/sisu/download> + - Homepage: <https://sisudoc.org>   Copyright (C) 2007 Ralph Amissah @@ -15,11 +14,11 @@   Rake is a Ruby build program by Jim Weirich   - Rake may be downloaded and installed from: -     <http://rake.rubyforge.org/> +     <https://rake.rubyforge.org/>   Rant is a Ruby build program by Stefan Lang   - Rant may be downloaded and installed from: -     <http://make.rubyforge.org/> +     <https://make.rubyforge.org/>   Notes on use:     [if rake is preferred and installed] @@ -508,13 +507,12 @@ task :note_sources do    puts <<-WOK    SiSU project: -      <http://sisudoc.org> -      <http://www.jus.uio.no/sisu> +      <https://sisudoc.org>    sisu source code is available at: -      <http://git.sisudoc.org> -      <http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary> +      <https://git.sisudoc.org> +      <https://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary>    sisu markup samples are provided/packaged separately as sisu-markup-samples: -      <http://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=summary> +      <https://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=summary>    WOK  end  task :note_installation do | 
