From 13b1b73c153336a3d25950ea3c566dbb68843ced Mon Sep 17 00:00:00 2001 From: Anders Bergh Date: Wed, 1 Aug 2012 18:09:50 +0200 Subject: [PATCH] Replaced references to http://fishshell.org/ with http://ridiculousfish.com/shell/. --- doc_src/index.hdr.in | 4 ++-- fish.spec.in | 4 ++-- user_doc.head.html | 2 +- wgetopt.cpp | 2 +- wgetopt.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 34ed91cb7..b3a671b52 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -11,7 +11,7 @@ This is the documentation for \c fish, the friendly interactive shell. \c fish is a user friendly commandline shell intended mostly for interactive use. A shell is a program used to execute other programs. For the latest information on \c fish, please visit the fish homepage. +href="http://ridiculousfish.com/shell/">fish homepage. \section syntax Syntax overview @@ -1374,7 +1374,7 @@ translated, a future version of fish should also include translated manuals. To make a translation of fish, you will first need the source code, -available from the fish +available from the fish homepage. Download the latest version, and then extract it using a command like tar -zxf fish-VERSION.tar.gz. diff --git a/fish.spec.in b/fish.spec.in index b16365597..60ca40958 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -6,9 +6,9 @@ Release: 0%{?dist} License: GPL Group: System Environment/Shells -URL: http://www.fishshell.org +URL: http://ridiculousfish.com/shell/ -Source0: http://www.fishshell.org/files/%{version}/%{name}-%{version}.tar.bz2 +Source0: http://ridiculousfish.com/shell/files/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel gettext groff diff --git a/user_doc.head.html b/user_doc.head.html index 6a7684953..880e8c027 100644 --- a/user_doc.head.html +++ b/user_doc.head.html @@ -32,7 +32,7 @@ H4
- fish home + fish home | Main documentation page | diff --git a/wgetopt.cpp b/wgetopt.cpp index 37c920a56..517862885 100644 --- a/wgetopt.cpp +++ b/wgetopt.cpp @@ -9,7 +9,7 @@ If you want to use this version of getopt in your program, download the fish sourcecode, available at the fish homepage. Extract + href='http://ridiculousfish.com/shell/'>the fish homepage. Extract the sourcode, copy wgetopt.c and wgetopt.h into your program directory, include wgetopt.h in your program, and use all the regular getopt functions, prefixing every function, global diff --git a/wgetopt.h b/wgetopt.h index 126b42b56..b27f2de1f 100644 --- a/wgetopt.h +++ b/wgetopt.h @@ -9,7 +9,7 @@ If you want to use this version of getopt in your program, download the fish sourcecode, available at the fish homepage. Extract + href='http://ridiculousfish.com/shell/'>the fish homepage. Extract the sourcode, copy wgetopt.c and wgetopt.h into your program directory, include wgetopt.h in your program, and use all the regular getopt functions, prefixing every function, global