Skip to content

Commit

Permalink
Replace domain names
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Aug 9, 2024
1 parent f2a9796 commit bfd3575
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/tip.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>
Got a tip or trick you want to share with the community? Want to add it
to the core documentation, under your own name and with an attribution
link? If you've got what it takes, just write it up and <a
href="mailto:henry@henrysmith.org">email me</a>, or better still, <a
href="mailto:henry@catalinismith.com">email me</a>, or better still, <a
href="https://github.com/hnrysmth/ppladdressbook.org">send a pull
request</a>!
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2013-04-15-sync-alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: tip
categories: [tips]
permalink: /documentation/tips/sync-alias
author_name: hnrysmth
author_url: http://henrysmith.org/
author_url: http://henry.catalinismith.com/
---

If your ppl address book is cloned on multiple computers, you're probably
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2013-04-16-set-up-color-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: tip
categories: [tips]
permalink: /documentation/tips/set-up-color-output
author_name: hnrysmth
author_url: http://henrysmith.org/
author_url: http://henry.catalinismith.com/
---

ppl provides a system for configuring the output of many of its commands in a
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2015-12-03-get-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ different demands on my time. That's the bottleneck that's holding the project
back and it's silly, really.

For a while I've been wanting to do something about this. If you want to help
out in any way, however small, speak up on GitHub, [email me](mailto:henry@henrysmith.org),
out in any way, however small, speak up on GitHub, [email me](mailto:henry@catalinismith.com),
or get in touch on [Twitter](https://twitter.com/hnrysmth). I'd love to add you
to the organization and let you *just get started* making your ideas happen.
Even if you just like the project, but don't have any immediate plans to do
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ <h1 class="big-welcome">
<div class="span8">
<pre class="welcome-example"><code><span class="bash-prompt">$</span> ppl add henry "Henry Smith"
<span class="bash-prompt">$</span> ppl phone henry 012345678
<span class="bash-prompt">$</span> ppl email henry henry@henrysmith.org
<span class="bash-prompt">$</span> ppl email henry henry@catalinismith.com
<span class="bash-prompt">$</span> ppl show henry
Henry Smith &lt;henry@henrysmith.org&gt;
Henry Smith &lt;henry@catalinismith.com&gt;

Email Addresses:
henry@henrysmith.org
henry@catalinismith.com

Phone Numbers:
0123456789
Expand Down
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2013 Henry Smith (henry@henrysmith.org)
Copyright 2013 Henry Smith (henry@catalinismith.com)

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

Expand Down
12 changes: 6 additions & 6 deletions spec/ppl/adapter/email_scraper/mail_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"From: Test User <[email protected]>",
"Message-ID: <[email protected]>",
"Subject: Test Email",
"To: henry@henrysmith.org",
"To: henry@catalinismith.com",
"",
"Hey,",
"This is a test email.",
Expand All @@ -37,7 +37,7 @@
"From: Test User <[email protected]>",
"Message-ID: <[email protected]>",
"Subject: Test Email",
"To: henry@henrysmith.org",
"To: henry@catalinismith.com",
"",
"Hey,",
"This is a test email.",
Expand All @@ -54,7 +54,7 @@
"From: Test User <[email protected]>",
"Message-ID: <[email protected]>",
"Subject: Test Email",
"To: henry@henrysmith.org",
"To: henry@catalinismith.com",
"",
"Hey,",
"This is a test email.",
Expand All @@ -71,7 +71,7 @@
"From: [email protected]",
"Message-ID: <[email protected]>",
"Subject: Test Email",
"To: henry@henrysmith.org",
"To: henry@catalinismith.com",
"",
"Hey,",
"This is a test email.",
Expand All @@ -87,7 +87,7 @@
"From: Test User <[email protected]>",
"Message-ID: <[email protected]>",
"Subject: Test Email",
"To: henry@henrysmith.org",
"To: henry@catalinismith.com",
"",
"Hey,",
"This is a test email.",
Expand All @@ -105,7 +105,7 @@
"From: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGA?= <[email protected]>",
"Message-ID: <[email protected]>",
"Subject: Test Email",
"To: henry@henrysmith.org",
"To: henry@catalinismith.com",
"",
"Hey,",
"This is a test email.",
Expand Down

0 comments on commit bfd3575

Please sign in to comment.