diff --git a/.gitignore b/.gitignore index b2d6de3..3a40d4d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # Generated files .docusaurus .cache-loader +yarn.lock # Misc .DS_Store diff --git a/docs/intro.md b/docs/intro.md index a2b0c93..dd87111 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -21,7 +21,7 @@ To use Autopilot, you need to have a github account and your code hosted in a gi Steps: 1. Install our [Github App](https://github.com/marketplace/code-autopilot-ai-coder) in your repositories -2. Go to one of the repositories where you installed the app and [**create a new issue**](./createissue) +2. Go to one of the repositories where you installed the app and [**create a new issue**](./getting-started/createissue) 3. Autopilot will start indexing your repository and will reply to your issue with a suggested solution By default, autopilot will work on all issue opened, but it is possible to change that setting. \ No newline at end of file