From 6dfc9ae9530ccebdecd361d7d66a40ca2f8bb5c3 Mon Sep 17 00:00:00 2001 From: Natan L Date: Mon, 2 Dec 2013 22:58:17 -0800 Subject: [PATCH] Fix broken link --- docs/writing/style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/style.rst b/docs/writing/style.rst index 33339ff..262d734 100644 --- a/docs/writing/style.rst +++ b/docs/writing/style.rst @@ -434,7 +434,7 @@ Check if variable equals a constant ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You don't need to explicitly compare a value to True, or None, or 0 - you can -just add it to the if statement. See :ref:`Truth Value Testing +just add it to the if statement. See `Truth Value Testing `_ for a list of what is considered false.