about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMorgan Astra <m@morganastra.me>2018-11-14 14:16:18 -0800
committerMorgan Astra <m@morganastra.me>2018-11-14 14:16:18 -0800
commitfde31a129a1f2c0dac15ab3f16053465930225cb (patch)
treede45cf63253766eb72ba1e3cd476a9b4c86b6031
parent2083d66ddb7d34d18eb18b4917265f7d8dfe4a4e (diff)
Fix all remaining http self-links to https
-rw-r--r--project.clj2
-rw-r--r--src/pronouns/pages.clj4
2 files changed, 3 insertions, 3 deletions
diff --git a/project.clj b/project.clj
index 1cc3d8d..a3d6bcf 100644
--- a/project.clj
+++ b/project.clj
@@ -1,6 +1,6 @@
 (defproject witch-house/pronouns "1.12.0-SNAPSHOT"
   :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"
   :dependencies [[org.clojure/clojure "1.9.0"]
                  [compojure "1.6.1"]
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj
index d4051ac..6f7321a 100644
--- a/src/pronouns/pages.clj
+++ b/src/pronouns/pages.clj
@@ -90,7 +90,7 @@
 (defn usage-block []
   [:div {:class "section 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."]
    [:p "This is a bit unwieldy. If we have a good guess we'll let you use"
        " just the first one or two."]])
@@ -102,7 +102,7 @@
      [:p "Written by "
          (twitter-name "morganastra")
          ", 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 "
          (href "https://www.gnu.org/licenses/agpl.html" "AGPLv3")
          "! visit the project on "