Move all URLs to /web (#19)
All existing URLs are now under the /web directory
This commit was merged in pull request #19.
This commit is contained in:
committed by
GitHub
parent
0748ad6ce8
commit
d6ece81d82
@@ -203,7 +203,7 @@ let termsOfService vi =
|
||||
use sw = new StringWriter ()
|
||||
let raw = rawLocText sw
|
||||
let ppLink =
|
||||
a [ _href "/legal/privacy-policy" ] [ str (s.["Privacy Policy"].Value.ToLower ()) ]
|
||||
a [ _href "/web/legal/privacy-policy" ] [ str (s.["Privacy Policy"].Value.ToLower ()) ]
|
||||
|> (renderHtmlNode >> HtmlString)
|
||||
|
||||
[ p [ _class "pt-right-text" ] [ small [] [ em [] [ raw l.["(as of May 24, 2018)"] ] ] ]
|
||||
|
||||
Reference in New Issue
Block a user