From 08029a2f8f67bbcd42bea755de5fb7db12b2c275 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 26 May 2018 12:46:24 -0700 Subject: [PATCH] Hyperlink to www.srihash.org --- docs/custom_templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_templates.rst b/docs/custom_templates.rst index 75855fd5..7f70c133 100644 --- a/docs/custom_templates.rst +++ b/docs/custom_templates.rst @@ -43,7 +43,7 @@ You can also specify a SRI (subresource integrity hash) for these assets:: } Modern browsers will only execute the stylesheet or JavaScript if the SRI hash -matches the content served. You can generate hashes using www.srihash.org +matches the content served. You can generate hashes using `www.srihash.org `_ Every default template includes CSS classes in the body designed to support custom styling.