diff --git a/README.md b/README.md
index b849264ac..be648d9cd 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,6 @@ serverless install -u https://github.com/author/project -n my-project
| **[Serverless Kakao Bot](https://github.com/JisuPark/serverless-kakao-bot)**
Easy development for Kakaotalk Bot with Serverless | [JisuPark](http://github.com/JisuPark) |
| **[Serverless Lambda S3 Demonstration](https://github.com/johncmunson/serverless-lambda-s3)**
This project demonstrates how the Serverless Framework can be used to deploy a NodeJS Lambda function that responds to events in an S3 bucket. | [johncmunson](http://github.com/johncmunson) |
| **[Serverless Load Balancer](https://github.com/pharindoko/serverless-load-balancer)**
A sample that shows how to combine a load balancer with (vpc/subnet configuration) with a lambda. | [pharindoko](http://github.com/pharindoko) |
-| **[Serverless Q&a Example](https://github.com/jacksoncharles/serverless-qa-template-api)**
Inspired by the AWS example forum. A multitenancy Q&A template for surveys, forums and more | [jacksoncharles](http://github.com/jacksoncharles) |
| **[Serverless Reactjs Universal Rendering Boilerplate](https://github.com/TylorShin/react-universal-in-serverless)**
ReactJS web app Starter kit does universal (isomorphic) rendering with Serverless | [TylorShin](http://github.com/TylorShin) |
| **[Serverless Sns Sqs Offline Example ](https://github.com/kenyipp/serverless-sns-sqs-offline-example)**
Minimal example of running serverless-offline with SQS and SNS in local environment. | [kenyipp](http://github.com/kenyipp) |
| **[Serverless Ssh Command](https://github.com/upgle/serverless-openwhisk-ssh)**
Example of executing ssh command with OpenWhisk | [upgle](http://github.com/upgle) |
diff --git a/community-examples.json b/community-examples.json
index 5fc6397e7..1c9a736b3 100644
--- a/community-examples.json
+++ b/community-examples.json
@@ -398,11 +398,6 @@
"description": "Easy development for Kakaotalk Bot with Serverless",
"githubUrl": "https://github.com/JisuPark/serverless-kakao-bot"
},
- {
- "name": "Serverless Q&A Example",
- "description": "Inspired by the AWS example forum. A multitenancy Q&A template for surveys, forums and more",
- "githubUrl": "https://github.com/jacksoncharles/serverless-qa-template-api"
- },
{
"name": "Personal Access Tokens Cron Check",
"description": "Audit for leaked PAT in your Contentful organization. How to use serverless as cronjobs to keep your Personal Access Tokens secure",