doc(code-snippets): update link to use Kong org (#3504)

This commit is contained in:
Darren Jennings 2021-06-23 17:35:48 -04:00 committed by GitHub
parent 0c97fd7a88
commit 5ddd5420b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ class GenerateCodeModal extends PureComponent<Props, State> {
<ModalFooter>
<div className="margin-left italic txt-sm tall">
* Code snippets generated by&nbsp;
<Link href="https://github.com/Mashape/httpsnippet">httpsnippet</Link>
<Link href="https://github.com/Kong/httpsnippet">httpsnippet</Link>
</div>
<button className="btn" onClick={this.hide}>
Done