Skip to content

Commit ce062e6

Browse files
committed
Change wording on updating dictionary and swap all http links to https
1 parent 54ff553 commit ce062e6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GOTDict
22

3-
A community built Kindle dictionary for A Song of Ice and Fire based on the work of [KEC Krew](http://keckrew.blogspot.co.uk/2013/06/game-of-thrones-kindle-dictionary.html). While a number of characters have X-Ray entries this dictionary aims to be much more extensive having information on houses, locations, ships, maps and much more. See http://gotdict.wjdp.uk/ for more details and install instructions.
3+
A community built Kindle dictionary for A Song of Ice and Fire based on the work of [KEC Krew](http://keckrew.blogspot.co.uk/2013/06/game-of-thrones-kindle-dictionary.html). While a number of characters have X-Ray entries this dictionary aims to be much more extensive having information on houses, locations, ships, maps and much more. See https://gotdict.wjdp.uk/ for more details and install instructions.
44

55
## 💾 Get the dictionary
66

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Kindle dictionary for A Song of Ice and Fire."
44
lang: "en"
55
author: "Various"
66
baseurl: "/" # the subpath of your site, e.g. /blog/
7-
url: "http://gotdict.wjdp.uk" # the base hostname & protocol for your site
7+
url: "https://gotdict.wjdp.uk" # the base hostname & protocol for your site
88
website: "https://gotdict.wjdp.uk" # For issue posting
99

1010
gems:

_includes/redirect.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script type="text/javascript">
22
if (window.location.hostname == "wjdp.github.io")
33
{
4-
window.location="http://gotdict.wjdp.uk"
4+
window.location="https://gotdict.wjdp.uk"
55
}
66
</script>

dict/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
## Contributing To The Dictionary
66

7-
This section will be expanded later. Pull requests are welcome at [gotdict.wjdp.uk](http://gotdict.wjdp.uk)
7+
This section will be expanded later. Pull requests are welcome at [gotdict.wjdp.uk](https://gotdict.wjdp.uk)

dict/title.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
<a id="title" name="title"></a>
44
<h1 class="book-title">{{ site.title }}</h1>
5+
<div class="book-subtitle"><a href="https://gotdict.wjdp.uk/">gotdict.wjdp.uk</a></div>
56
<div class="book-subtitle">Build {% include travis_build_number.txt %}</div>
67
<div class="book-subtitle">Completed at {{ site.time | date: "%Y-%m-%d %H:%M" }}.</div>
7-
<div class="book-subtitle">For stable updates see <a href="http://gotdict.wjdp.uk">gotdict.wjdp.uk</a></div>
8-
<div class="book-subtitle">For bleeding edge it's <a href="http://gotdict.wjdp.uk/gotdict.mobi">gotdict.wjdp.uk/gotdict.mobi</a></div>
8+
<div class="book-subtitle">For updates tap this link and accept the download: <a href="https://gotdict.wjdp.uk/gotdict.mobi">gotdict.wjdp.uk/gotdict.mobi</a></div>

0 commit comments

Comments
 (0)