aws-samples / serverless-pdf-chat

LLM-powered document chat using Amazon Bedrock and AWS Serverless
https://aws.amazon.com/blogs/compute/building-a-serverless-document-chat-with-aws-lambda-and-amazon-bedrock/
MIT No Attribution
245 stars 222 forks source link

fix: correct clone url #39

Closed jwoehrle closed 8 months ago

jwoehrle commented 8 months ago

This will prevent the following error during clone:

❯ git clone git@github.com:aws-samples/serverless-pdf-chat.git

Cloning into 'serverless-pdf-chat'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

Issue #, if available:

Description of changes: Fix git clone url

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.