diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Render.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Render.hs b/src/Render.hs index 1b22270..d74898c 100644 --- a/src/Render.hs +++ b/src/Render.hs @@ -27,7 +27,7 @@ maybeToHtml = maybe mempty toHtml scholarSearch q = "http://scholar.google.com/scholar?q=" ++ escapeURIString isReserved q resolveDoi :: String -> String -resolveDoi q = "http://doi.org/" ++ q +resolveDoi q = "https://doi.org/" ++ q -- |List of protocol features protofeatures :: Database -> Protocol -> Html () |