diff --git a/README.md b/README.md
index 696463fd6..298962ef4 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,7 @@ serverless install -u https://github.com/author/project -n my-project
| **[Serverless Messenger Boilerplate](https://github.com/SC5/serverless-messenger-boilerplate)**
Serverless messenger bot boilerplate | [SC5](http://github.com/SC5) |
| **[Serverless Modern Koa](https://github.com/barczaG/serverless-modern-koa)**
Serverless modern koa starter kit | [barczaG](http://github.com/barczaG) |
| **[Serverless Msg Gateway](https://github.com/yonahforst/msg-gateway)**
A messaging aggregator for kik, skype, twilio, telegram, & messenger. Send and receive messages in a standard format. | [yonahforst](http://github.com/yonahforst) |
-| **[Serverless Newsletter Signup](https://github.com/ivanderbu2/serverless-newsletter-signup)**
Saves user details into DynamoDB table. Required values are email, first_name and last_name. | [ivanderbu2](http://github.com/ivanderbu2) |
+| **[Serverless Newsletter Signup](https://github.com/dschep/serverless-newsletter-signup)**
Saves user details into DynamoDB table. Required values are email, first_name and last_name. | [dschep](http://github.com/dschep) |
| **[Serverless Npm Registry](https://github.com/craftship/yith)**
Serverless private npm registry, proxy and cache. | [craftship](http://github.com/craftship) |
| **[Serverless Pokego](https://github.com/jch254/pokego-serverless)**
Serverless-powered API to fetch nearby Pokemon Go data | [jch254](http://github.com/jch254) |
| **[Serverless Postgraphql](https://github.com/rentrop/serverless-postgraphql)**
GraphQL endpoint for PostgreSQL using postgraphql | [rentrop](http://github.com/rentrop) |
diff --git a/community-examples.json b/community-examples.json
index 09429af74..46edce8cc 100644
--- a/community-examples.json
+++ b/community-examples.json
@@ -114,7 +114,7 @@
{
"name": "serverless-newsletter-signup",
"description": "Saves user details into DynamoDB table. Required values are email, first_name and last_name.",
- "githubUrl": "https://github.com/ivanderbu2/serverless-newsletter-signup"
+ "githubUrl": "https://github.com/dschep/serverless-newsletter-signup"
},
{
"name": "serverless-slack-cron",
@@ -448,4 +448,4 @@
"description": "A commenting api using Serverless Typescript GraphQl and Redis",
"githubUrl": "https://github.com/AyoubEd/serverless_typescript_graphQl_commentingService"
}
-]
\ No newline at end of file
+]