From 1dc398e4b925eca008a78d013460f1794fe3c30c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 1 Apr 2021 15:08:45 -0400 Subject: [PATCH] clarify comment for redirect.js --- static/js/redirect.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/redirect.js b/static/js/redirect.js index eb6f3a07..aa72f62c 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -2,8 +2,8 @@ // Client-side redirects for fragments (anchors) // -// It should be possible to do this with server-side redirects, but it was never implemented or -// standardized. For reference: +// It should be possible to do this with either HTML or server-side redirects, but it was never +// implemented or standardized. For reference: // // https://www.w3.org/People/Bos/redirect // https://www.w3.org/Protocols/HTTP/Fragment/draft-bos-http-redirect-00.txt