mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-25 15:56:35 +08:00
chore: change org to sqlchat
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||
|
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
<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.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
## Why
|
||||
|
||||
@ -52,7 +52,7 @@ SQL Chat is built by Next.js, it supports following databases and will add more
|
||||
|
||||
## Star History
|
||||
|
||||
[](https://star-history.com/#bytebase/sqlchat&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
|
||||
|
||||
[](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
|
||||
|
||||
|
@ -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"
|
||||
>
|
||||
|
Reference in New Issue
Block a user