From 21b5f6f163172f689c6e8f64570034b4f038eadf Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Wed, 22 Nov 2023 18:42:34 +0100 Subject: [PATCH] docs: Fix markdown links --- doc_src/cmds/set_color.rst | 2 +- doc_src/license.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc_src/cmds/set_color.rst b/doc_src/cmds/set_color.rst index 625088673..621df6cbf 100644 --- a/doc_src/cmds/set_color.rst +++ b/doc_src/cmds/set_color.rst @@ -91,5 +91,5 @@ To force true-color support on or off, set :envvar:`fish_term24bit` to "1" for o To debug color palette problems, ``tput colors`` may be useful to see the number of colors in terminfo for a terminal. Fish launched as ``fish -d term_support`` will include diagnostic messages that indicate the color support mode in use. -The ``set_color`` command uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and lack color information for terminals that support it. Fish assumes that all terminals can use the [ANSI X3.64](https://en.wikipedia.org/wiki/ANSI_escape_code) escape sequences if the terminfo definition indicates a color below 16 is not supported. +The ``set_color`` command uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and lack color information for terminals that support it. Fish assumes that all terminals can use the `ANSI X3.64 `_ escape sequences if the terminfo definition indicates a color below 16 is not supported. diff --git a/doc_src/license.rst b/doc_src/license.rst index 59e14a8d9..9752db9ed 100644 --- a/doc_src/license.rst +++ b/doc_src/license.rst @@ -109,7 +109,7 @@ The precise terms and conditions for copying, distribution and modification foll License for PCRE2 ----------------- -``fish`` contains code from the [PCRE2](http://www.pcre.org) library to support regular expressions. This code, created by Philip Hazel, is distributed under the terms of the BSD license. Copyright © 1997-2015 University of Cambridge. +``fish`` contains code from the `PCRE2 `_ library to support regular expressions. This code, created by Philip Hazel, is distributed under the terms of the BSD license. Copyright © 1997-2015 University of Cambridge. The BSD license follows. @@ -180,7 +180,7 @@ Agreement. **License for CMake** -The ``fish`` source code contains files from [CMake](https://cmake.org) to support the build system. +The ``fish`` source code contains files from `CMake `_ to support the build system. This code is distributed under the terms of a BSD-style license. Copyright 2000-2017 Kitware, Inc. and Contributors. @@ -221,7 +221,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **License for code derived from tmux** -``fish`` contains code from [tmux](http://tmux.sourceforge.net), copyrighted by Nicholas Marriott (2007), and made available under the OpenBSD license. +``fish`` contains code from `tmux `_, copyrighted by Nicholas Marriott (2007), and made available under the OpenBSD license. The OpenBSD license is included below.