Skip to content

Commit eedaf84

Browse files
committed
move all the rest to 'https://www.aaronrobson.uk
1 parent e166b16 commit eedaf84

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and to develop a blog.
88

99
## Hosting
1010
The website is hosted at:
11-
<https://aaronrobson.uk/>
11+
<https://www.aaronrobson.uk/>
1212

1313
# Developing
1414

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ email: arobsonse@hotmail.co.uk
1818
description: >- # this means to ignore newlines until "baseurl:"
1919
A website to teach me web development, a place for blogging and to host my CV.
2020
baseurl: "" # the subpath of your site, e.g. /blog
21-
url: "https://aaronrobson.uk" # the base hostname & protocol for your site, e.g. http://example.com
21+
url: "https://www.aaronrobson.uk" # the base hostname & protocol for your site, e.g. http://example.com
2222
github_username: aaronrobson
2323
stackoverflow_username: aaron-robson
2424
linkedin_username: aaronrobson

_posts/2018-07-27-selenium-python-and-pretend-firefox.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ from selenium.webdriver.common.keys import Keys
4949

5050
driver = webdriver.Firefox()
5151

52-
driver.get("http://aaronrobson.uk")
52+
driver.get("http://www.aaronrobson.uk")
5353

5454
cvlink = driver.find_element_by_link_text('CV')
5555
cvlink.click()

0 commit comments

Comments
 (0)