chore: change org to sqlchat

This commit is contained in:
tianzhou
2023-03-31 16:01:40 +08:00
parent fc7b69641f
commit 483e750bc5
3 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ body:
value: |
Thanks for taking the time to fill out this bug report!
- Check to make sure someone hasn't already opened a similar [issue](https://github.com/bytebase/sqlchat/issues).
- Check to make sure someone hasn't already opened a similar [issue](https://github.com/sqlchat/sqlchat/issues).
- type: textarea
attributes:
label: Describe the bug

View File

@ -1,4 +1,4 @@
![SQL Chat banner](https://raw.githubusercontent.com/bytebase/sqlchat/main/public/banner.webp)
![SQL Chat banner](https://raw.githubusercontent.com/sqlchat/sqlchat/main/public/banner.webp)
<div align="center">
<h3>SQL Chat</h3>
@ -9,9 +9,9 @@
SQL Chat is a chat-based SQL client to ask database questions and query database using natural language.
![Screenshot](https://raw.githubusercontent.com/bytebase/sqlchat/main/public/screenshot1.webp)
![Screenshot](https://raw.githubusercontent.com/sqlchat/sqlchat/main/public/screenshot1.webp)
![Screenshot](https://raw.githubusercontent.com/bytebase/sqlchat/main/public/screenshot2.webp)
![Screenshot](https://raw.githubusercontent.com/sqlchat/sqlchat/main/public/screenshot2.webp)
## Why
@ -52,7 +52,7 @@ SQL Chat is built by Next.js, it supports following databases and will add more
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=bytebase/sqlchat&type=Date)](https://star-history.com/#bytebase/sqlchat&Date)
[![Star History Chart](https://api.star-history.com/svg?repos=sqlchat/sqlchat&type=Date)](https://star-history.com/#sqlchat/sqlchat&Date)
## Community
@ -60,7 +60,7 @@ SQL Chat is built by Next.js, it supports following databases and will add more
[![Follow us on Twitter](https://img.shields.io/badge/Follow%20us%20on%20Twitter-1DA1F2?style=for-the-badge&logo=twitter&labelColor=EEEEEE)](https://twitter.com/Bytebase)
<img width="256" src="https://raw.githubusercontent.com/bytebase/sqlchat/main/public/wechat-qrcode.webp" alt="sqlchat">
<img width="256" src="https://raw.githubusercontent.com/sqlchat/sqlchat/main/public/wechat-qrcode.webp" alt="sqlchat">
## License

View File

@ -15,7 +15,7 @@ const GitHubStarBadge = (props: Props) => {
const getRepoStarCount = async () => {
let starCount = 0;
try {
const { data } = await axios.get(`https://api.github.com/repos/bytebase/sqlchat`, {
const { data } = await axios.get(`https://api.github.com/repos/sqlchat/sqlchat`, {
headers: {
Accept: "application/vnd.github.v3.star+json",
Authorization: "",
@ -38,7 +38,7 @@ const GitHubStarBadge = (props: Props) => {
className={`${
className || ""
} border rounded flex flex-row justify-start items-center text-black text-xs bg-white shadow-inner overflow-clip hover:opacity-80`}
href="https://github.com/bytebase/sqlchat"
href="https://github.com/sqlchat/sqlchat"
target="_blank"
aria-label="Star SQL Chat on GitHub"
>