Skip to content

Commit

Permalink
update github repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Jun 19, 2023
1 parent 8d51ef8 commit 9187776
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AICMD
[![build](https://github.com/kunchenguid/aicmd/actions/workflows/build.yml/badge.svg)](https://github.com/kunchenguid/aicmd/actions/workflows/build.yml)
[![build](https://github.com/atinylittleshell/aicmd/actions/workflows/build.yml/badge.svg)](https://github.com/atinylittleshell/aicmd/actions/workflows/build.yml)

A CLI program that allows you to write shell commands using nautral language.
* Always asks for confirmation before executing.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kunchenguid/aicmd.git"
"url": "git+https://github.com/atinylittleshell/aicmd.git"
},
"bugs": {
"url": "https://github.com/kunchenguid/aicmd/issues"
"url": "https://github.com/atinylittleshell/aicmd/issues"
},
"keywords": [
"ai",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kunchenguid/aicmd.git"
"url": "git+https://github.com/atinylittleshell/aicmd.git"
},
"bugs": {
"url": "https://github.com/kunchenguid/aicmd/issues"
"url": "https://github.com/atinylittleshell/aicmd/issues"
},
"keywords": [
"ai",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/components/GithubButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ const GithubButton = () => {
return (
<div style={{ height: 28 }}>
<GitHubButton
href="https://github.com/kunchenguid/aicmd"
href="https://github.com/atinylittleshell/aicmd"
data-color-scheme="no-preference: dark; light: dark; dark: dark;"
data-size="large"
data-show-count="true"
aria-label="Star kunchenguid/aicmd on GitHub"
aria-label="Star atinylittleshell/aicmd on GitHub"
>
Star
</GitHubButton>
Expand Down

1 comment on commit 9187776

@vercel
Copy link

@vercel vercel bot commented on 9187776 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.