diff --git a/doc/source/tutorial/tutorial3.rst b/doc/source/tutorial/tutorial3.rst
index 1b822eec09529cc99fd395ec55c98cbfea7e3693..67e3007b5e7f864e5ab9de0aa354f5e65a22b001 100644
--- a/doc/source/tutorial/tutorial3.rst
+++ b/doc/source/tutorial/tutorial3.rst
@@ -66,8 +66,8 @@ circular quantum dot and its spectrum as a function
 of magnetic field (Fock-Darwin spectrum).
 
 To compute the eigenenergies and eigenstates, we will make use of the sparse
-linear algebra functionality of `scipy <www.scipy.org>`_, which interfaces
-the ARPACK package:
+linear algebra functionality of `scipy <http://www.scipy.org>`_, which
+interfaces the ARPACK package:
 
 .. literalinclude:: closed_system.py
     :start-after: #HIDDEN_BEGIN_tibv