mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:57:17 +08:00
Re-point some URLs at the fish homepage fishshell.com
This commit is contained in:
parent
fb8f16373f
commit
489366290a
|
@ -317,7 +317,7 @@ user_doc: $(HDR_FILES_SRC) Doxyfile.user user_doc.head.html $(HELP_SRC) doc.h $(
|
||||||
#
|
#
|
||||||
|
|
||||||
doc: *.h *.cpp doc.h Doxyfile
|
doc: *.h *.cpp doc.h Doxyfile
|
||||||
(cat Doxyfile ; echo PROJECT_NUMBER=@PACKAGE_VERSION@) | doxygen -;
|
(cat Doxyfile ; echo PROJECT_NUMBER=@PACKAGE_VERSION@) | doxygen - ;
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -11,7 +11,7 @@ This is the documentation for \c fish, the friendly interactive
|
||||||
shell. \c fish is a user friendly commandline shell intended
|
shell. \c fish is a user friendly commandline shell intended
|
||||||
mostly for interactive use. A shell is a program used to execute other
|
mostly for interactive use. A shell is a program used to execute other
|
||||||
programs. For the latest information on \c fish, please visit the <a
|
programs. For the latest information on \c fish, please visit the <a
|
||||||
href="http://ridiculousfish.com/shell/"><code>fish</code> homepage</a>.
|
href="http://fishshell.com/"><code>fish</code> homepage</a>.
|
||||||
|
|
||||||
\section syntax Syntax overview
|
\section syntax Syntax overview
|
||||||
|
|
||||||
|
@ -1375,7 +1375,7 @@ translated, a future version of fish should also include translated
|
||||||
manuals.
|
manuals.
|
||||||
|
|
||||||
To make a translation of fish, you will first need the source code,
|
To make a translation of fish, you will first need the source code,
|
||||||
available from the <a href='http://ridiculousfish.com/shell/'>fish
|
available from the <a href='http://fishshell.com/'>fish
|
||||||
homepage</a>. Download the latest version, and then extract it using a
|
homepage</a>. Download the latest version, and then extract it using a
|
||||||
command like <code>tar -zxf fish-VERSION.tar.gz</code>.
|
command like <code>tar -zxf fish-VERSION.tar.gz</code>.
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ Release: 0%{?dist}
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
URL: http://ridiculousfish.com/shell/
|
URL: http://fishshell.com/
|
||||||
|
|
||||||
Source0: http://ridiculousfish.com/shell/files/%{version}/%{name}-%{version}.tar.bz2
|
Source0: http://ridiculousfish.com/shell/files/%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ H4
|
||||||
|
|
||||||
<div class="qindex">
|
<div class="qindex">
|
||||||
|
|
||||||
<a class="qindex" href="http://ridiculousfish.com/shell/"><tt>fish</tt> home</a>
|
<a class="qindex" href="http://fishshell.com/"><tt>fish</tt> home</a>
|
||||||
|
|
|
|
||||||
<a class="qindex" href="index.html">Main documentation page</a>
|
<a class="qindex" href="index.html">Main documentation page</a>
|
||||||
|
|
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
If you want to use this version of getopt in your program,
|
If you want to use this version of getopt in your program,
|
||||||
download the fish sourcecode, available at <a
|
download the fish sourcecode, available at <a
|
||||||
href='http://ridiculousfish.com/shell/'>the fish homepage</a>. Extract
|
href='http://fishshell.com'>the fish homepage</a>. Extract
|
||||||
the sourcode, copy wgetopt.c and wgetopt.h into your program
|
the sourcode, copy wgetopt.c and wgetopt.h into your program
|
||||||
directory, include wgetopt.h in your program, and use all the
|
directory, include wgetopt.h in your program, and use all the
|
||||||
regular getopt functions, prefixing every function, global
|
regular getopt functions, prefixing every function, global
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
If you want to use this version of getopt in your program,
|
If you want to use this version of getopt in your program,
|
||||||
download the fish sourcecode, available at <a
|
download the fish sourcecode, available at <a
|
||||||
href='http://ridiculousfish.com/shell/'>the fish homepage</a>. Extract
|
href='http://fishshell.com'>the fish homepage</a>. Extract
|
||||||
the sourcode, copy wgetopt.c and wgetopt.h into your program
|
the sourcode, copy wgetopt.c and wgetopt.h into your program
|
||||||
directory, include wgetopt.h in your program, and use all the
|
directory, include wgetopt.h in your program, and use all the
|
||||||
regular getopt functions, prefixing every function, global
|
regular getopt functions, prefixing every function, global
|
||||||
|
|
Loading…
Reference in New Issue
Block a user