Fix all remaining http self-links to https

This commit is contained in:
Morgan Astra 2018-11-14 14:16:18 -08:00
parent 2083d66ddb
commit fde31a129a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
(defproject witch-house/pronouns "1.12.0-SNAPSHOT" (defproject witch-house/pronouns "1.12.0-SNAPSHOT"
:description "Pronoun.is is a website for personal pronoun usage examples" :description "Pronoun.is is a website for personal pronoun usage examples"
:url "http://pronoun.is" :url "https://pronoun.is"
:license "GNU Affero General Public License 3.0" :license "GNU Affero General Public License 3.0"
:dependencies [[org.clojure/clojure "1.9.0"] :dependencies [[org.clojure/clojure "1.9.0"]
[compojure "1.6.1"] [compojure "1.6.1"]

View File

@ -90,7 +90,7 @@
(defn usage-block [] (defn usage-block []
[:div {:class "section usage"} [:div {:class "section usage"}
[:p "Full usage: " [:p "Full usage: "
[:tt "http://pronoun.is/subject-pronoun/object-pronoun/possessive-determiner/possessive-pronoun/reflexive"] [:tt "https://pronoun.is/subject-pronoun/object-pronoun/possessive-determiner/possessive-pronoun/reflexive"]
" displays examples of your pronouns."] " displays examples of your pronouns."]
[:p "This is a bit unwieldy. If we have a good guess we'll let you use" [:p "This is a bit unwieldy. If we have a good guess we'll let you use"
" just the first one or two."]]) " just the first one or two."]])
@ -102,7 +102,7 @@
[:p "Written by " [:p "Written by "
(twitter-name "morganastra") (twitter-name "morganastra")
", whose " ", whose "
(href "http://pronoun.is/ze/zir?or=she" "pronoun.is/ze/zir?or=she")] (href "https://pronoun.is/she" "pronoun.is/she")]
[:p "pronoun.is is free software under the " [:p "pronoun.is is free software under the "
(href "https://www.gnu.org/licenses/agpl.html" "AGPLv3") (href "https://www.gnu.org/licenses/agpl.html" "AGPLv3")
"! visit the project on " "! visit the project on "