Skip to content

Commit e63e0b4

Browse files
committed
OTWO-3189: Rename ohloh.net email address to openhub.net
1 parent 4032e56 commit e63e0b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

email_lookup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ You can pass the MD5 hash of an email address in any URL that normally expects a
66

77
This is useful if you know someone’s email address, but do not know the Ohloh account ID. This might be the case if you are hosting a web site with registered users who have supplied their email addresses. With the Ohloh API, you can easily find Ohloh statistics about your registered users.
88

9-
For example, here’s how to find the account data for `robin@ohloh.net`:
10-
+ Generate the MD5 hash for `robin@ohloh.net`. From a bash command prompt you can do this simply:
9+
For example, here’s how to find the account data for `robin@openhub.net`:
10+
+ Generate the MD5 hash for `robin@openhub.net`. From a bash command prompt you can do this simply:
1111
```shell
12-
$ md5 -q -s robin@ohloh.net 63f26c4a00677ea1e8b14d2a56efb104
12+
$ md5 -q -s robin@openhub.net 63f26c4a00677ea1e8b14d2a56efb104
1313
```
1414

1515
+ Pass this hash in place of the account ID in the normal http request:

examples/ApiExample.cpp/temp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<account>
66
<id>114148</id>
77
<name>Jim Berets</name>
8-
<about>VP, Product Management, Black Duck. I'm responsible for Ohloh.net as well as Black Duck's enterprise products. If you have any questions, comments, or concerns regarding Ohloh, please post them on our forum or email us at info@ohloh.net.</about>
8+
<about>VP, Product Management, Black Duck. I'm responsible for openhub.net as well as Black Duck's enterprise products. If you have any questions, comments, or concerns regarding Ohloh, please post them on our forum or email us at info@openhub.net.</about>
99
<login>jberets</login>
1010
<created_at>2010-10-06T16:15:18Z</created_at>
1111
<updated_at>2013-07-10T19:20:03Z</updated_at>

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ Some basic [Ohloh](https://www.openhub.net) API samples to help you get started.
7676
Your feedback on these examples will benefit everyone, and we’re eager for input on improvements.
7777
We’d also appreciate help translating the samples into more languages.
7878

79-
Please don’t hesitate to contact us at info@ohloh.net.
79+
Please don’t hesitate to contact us at info@openhub.net.

examples/account_sample.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ =head1 DESCRIPTION
2424
2525
=head1 EXAMPLE
2626
27-
./account_sample.pl YOUR_API_KEY_HERE robin@ohloh.net
27+
./account_sample.pl YOUR_API_KEY_HERE robin@openhub.net
2828
2929
=head1 DEPENDENCIES
3030

0 commit comments

Comments
 (0)