Skip to content

Commit 23eb497

Browse files
fixed docs
1 parent 9996a4c commit 23eb497

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ body:
77
Thank you for reporting an issue :pray:.
88
99
This issue tracker is for bugs and issues found with [codinit.dev](https://codinit.dev).
10-
If you experience issues related to WebContainer, please file an issue in the official [StackBlitz WebContainer repo](https://github.com/stackblitz/webcontainer-core).
1110
1211
The more information you fill in, the better we can help you.
1312
- type: textarea

app/routes/git.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Header } from '~/components/header/Header';
77
import BackgroundRays from '~/components/ui/BackgroundRays';
88

99
export const meta: MetaFunction = () => {
10-
return [{ title: 'CodinIT' }, { name: 'description', content: 'Talk with codinit, an AI assistant from StackBlitz' }];
10+
return [{ title: 'CodinIT.dev' }, { name: 'description', content: 'Talk with CodinIT, your software engineering AI assistant' }];
1111
};
1212

1313
export async function loader(args: LoaderFunctionArgs) {

docs/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ If you're new to installing software from GitHub, don't worry! If you encounter
6868

6969
### Clone the Repository
7070

71-
Alternatively, you can download the latest version of the project directly from the [Releases Page](https://github.com/stackblitz-labs/CodinIT.dev/releases/latest). Simply download the .zip file, extract it, and proceed with the setup instructions below. If you are comfertiable using git then run the command below.
71+
Alternatively, you can download the latest version of the project directly from the [Releases Page](https://github.com/Gerome-Elassaad/codinit-app/releases/latest). Simply download the .zip file, extract it, and proceed with the setup instructions below. If you are comfertiable using git then run the command below.
7272

7373
Clone the repository using Git:
7474

7575
```bash
76-
git clone https://github.com/stackblitz-labs/CodinIT.dev
77-
cd CodinIT.dev
76+
git clone https://github.com/Gerome-Elassaad/codinit-app
77+
cd codinit-app
7878
```
7979

8080
---
@@ -87,7 +87,7 @@ There are two ways to configure your API keys in CodinIT.dev:
8787

8888
When setting up the application, you will need to add your API keys for the LLMs you wish to use. You can do this by renaming the `.env.example` file to `.env.local` and adding your API keys there.
8989

90-
- On **Mac**, you can find the file at `[your name]/CodinIT.dev/.env.example`.
90+
- On **Mac**, you can find the file at `[your name]/codinit-app/.env.example`.
9191
- On **Windows/Linux**, the path will be similar.
9292

9393
If you can't see the file, it's likely because hidden files are not being shown. On **Mac**, open a Terminal window and enter the following command to show hidden files:

0 commit comments

Comments
 (0)