Skip to content

Commit 1950248

Browse files
committed
update links to drop 'www.' prefix
1 parent 4aa1e8f commit 1950248

3 files changed

Lines changed: 4 additions & 4 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://www.aaronrobson.uk/>
11+
<https://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://www.aaronrobson.uk" # the base hostname & protocol for your site, e.g. http://example.com
21+
url: "https://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: 2 additions & 2 deletions
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://www.aaronrobson.uk")
52+
driver.get("http://aaronrobson.uk")
5353

5454
cvlink = driver.find_element_by_link_text('CV')
5555
cvlink.click()
@@ -63,5 +63,5 @@ driver.close()
6363
Initial of how to call a selenium build from changing GitHub io builds and how to run headless in a way that Travis can do.
6464

6565
[selenium-python-getting-started]: http://selenium-python.readthedocs.io/getting-started.html
66-
[this-website]: http://www.aaronrobson.uk/
66+
[this-website]: http://aaronrobson.uk/
6767
[webrtc]: https://webrtc.org/

0 commit comments

Comments
 (0)