Skip to content

Commit bfd3575

Browse files
Replace domain names
1 parent f2a9796 commit bfd3575

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

docs/_includes/tip.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>
2424
Got a tip or trick you want to share with the community? Want to add it
2525
to the core documentation, under your own name and with an attribution
2626
link? If you've got what it takes, just write it up and <a
27-
href="mailto:henry@henrysmith.org">email me</a>, or better still, <a
27+
href="mailto:henry@catalinismith.com">email me</a>, or better still, <a
2828
href="https://github.com/hnrysmth/ppladdressbook.org">send a pull
2929
request</a>!
3030
</p>

docs/_posts/2013-04-15-sync-alias.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: tip
55
categories: [tips]
66
permalink: /documentation/tips/sync-alias
77
author_name: hnrysmth
8-
author_url: http://henrysmith.org/
8+
author_url: http://henry.catalinismith.com/
99
---
1010

1111
If your ppl address book is cloned on multiple computers, you're probably

docs/_posts/2013-04-16-set-up-color-output.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: tip
55
categories: [tips]
66
permalink: /documentation/tips/set-up-color-output
77
author_name: hnrysmth
8-
author_url: http://henrysmith.org/
8+
author_url: http://henry.catalinismith.com/
99
---
1010

1111
ppl provides a system for configuring the output of many of its commands in a

docs/_posts/2015-12-03-get-involved.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ different demands on my time. That's the bottleneck that's holding the project
1919
back and it's silly, really.
2020

2121
For a while I've been wanting to do something about this. If you want to help
22-
out in any way, however small, speak up on GitHub, [email me](mailto:henry@henrysmith.org),
22+
out in any way, however small, speak up on GitHub, [email me](mailto:henry@catalinismith.com),
2323
or get in touch on [Twitter](https://twitter.com/hnrysmth). I'd love to add you
2424
to the organization and let you *just get started* making your ideas happen.
2525
Even if you just like the project, but don't have any immediate plans to do

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ <h1 class="big-welcome">
2828
<div class="span8">
2929
<pre class="welcome-example"><code><span class="bash-prompt">$</span> ppl add henry "Henry Smith"
3030
<span class="bash-prompt">$</span> ppl phone henry 012345678
31-
<span class="bash-prompt">$</span> ppl email henry henry@henrysmith.org
31+
<span class="bash-prompt">$</span> ppl email henry henry@catalinismith.com
3232
<span class="bash-prompt">$</span> ppl show henry
33-
Henry Smith &lt;henry@henrysmith.org&gt;
33+
Henry Smith &lt;henry@catalinismith.com&gt;
3434

3535
Email Addresses:
36-
henry@henrysmith.org
36+
henry@catalinismith.com
3737

3838
Phone Numbers:
3939
0123456789

license

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013 Henry Smith (henry@henrysmith.org)
1+
Copyright 2013 Henry Smith (henry@catalinismith.com)
22

33
This project is free software released under the MIT/X11 license:
44

spec/ppl/adapter/email_scraper/mail_spec.rb

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"From: Test User <[email protected]>",
2121
"Message-ID: <[email protected]>",
2222
"Subject: Test Email",
23-
"To: henry@henrysmith.org",
23+
"To: henry@catalinismith.com",
2424
"",
2525
"Hey,",
2626
"This is a test email.",
@@ -37,7 +37,7 @@
3737
"From: Test User <[email protected]>",
3838
"Message-ID: <[email protected]>",
3939
"Subject: Test Email",
40-
"To: henry@henrysmith.org",
40+
"To: henry@catalinismith.com",
4141
"",
4242
"Hey,",
4343
"This is a test email.",
@@ -54,7 +54,7 @@
5454
"From: Test User <[email protected]>",
5555
"Message-ID: <[email protected]>",
5656
"Subject: Test Email",
57-
"To: henry@henrysmith.org",
57+
"To: henry@catalinismith.com",
5858
"",
5959
"Hey,",
6060
"This is a test email.",
@@ -71,7 +71,7 @@
7171
7272
"Message-ID: <[email protected]>",
7373
"Subject: Test Email",
74-
"To: henry@henrysmith.org",
74+
"To: henry@catalinismith.com",
7575
"",
7676
"Hey,",
7777
"This is a test email.",
@@ -87,7 +87,7 @@
8787
"From: Test User <[email protected]>",
8888
"Message-ID: <[email protected]>",
8989
"Subject: Test Email",
90-
"To: henry@henrysmith.org",
90+
"To: henry@catalinismith.com",
9191
"",
9292
"Hey,",
9393
"This is a test email.",
@@ -105,7 +105,7 @@
105105
"From: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGA?= <[email protected]>",
106106
"Message-ID: <[email protected]>",
107107
"Subject: Test Email",
108-
"To: henry@henrysmith.org",
108+
"To: henry@catalinismith.com",
109109
"",
110110
"Hey,",
111111
"This is a test email.",

0 commit comments

Comments
 (0)