From 918777643b8ff062069335c4cdab4de79c1e9c63 Mon Sep 17 00:00:00 2001 From: Kun Chen Date: Sun, 18 Jun 2023 22:16:09 -0700 Subject: [PATCH] update github repo path --- README.md | 2 +- package.json | 4 ++-- packages/cli/package.json | 4 ++-- packages/web/components/GithubButton/index.tsx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c7d2d24..ec772a4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 93314f2..494ea3e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/cli/package.json b/packages/cli/package.json index 262821d..6910d57 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/web/components/GithubButton/index.tsx b/packages/web/components/GithubButton/index.tsx index 09cafad..778965c 100644 --- a/packages/web/components/GithubButton/index.tsx +++ b/packages/web/components/GithubButton/index.tsx @@ -6,11 +6,11 @@ const GithubButton = () => { return (
Star