diff --git a/.github/ISSUE_TEMPLATE/bug_template.yml b/.github/ISSUE_TEMPLATE/bug_template.yml index e0286ea3fc..7728bada4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_template.yml @@ -12,7 +12,7 @@ body: label: Is there an existing issue for the same bug? description: Please check if an issue already exists for the bug you encountered. options: - - label: I have checked the troubleshooting document at https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting + - label: I have checked the troubleshooting document at https://docs.all-hands.dev/OpenDevin/modules/usage/troubleshooting required: true - label: I have checked the existing issues. required: true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a0849d24d..1fa642c430 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,13 +1,13 @@ # Contributing -Thanks for your interest in contributing to OpenDevin! We welcome and appreciate contributions. +Thanks for your interest in contributing to OpenDevin! We welcome and appreciate contributions. ## How Can I Contribute? There are many ways that you can contribute: 1. **Download and use** OpenDevin, and send [issues](https://github.com/OpenDevin/OpenDevin/issues) when you encounter something that isn't working or a feature that you'd like to see. -2. **Send feedback** after each session by [clicking the thumbs-up thumbs-down buttons](https://opendevin.github.io/OpenDevin/modules/usage/feedback), so we can see where things are working and failing, and also build an open dataset for training code agents. +2. **Send feedback** after each session by [clicking the thumbs-up thumbs-down buttons](https://docs.all-hands.dev/OpenDevin/modules/usage/feedback), so we can see where things are working and failing, and also build an open dataset for training code agents. 3. **Improve the Codebase** by sending PRs (see details below). In particular, we have some [good first issue](https://github.com/OpenDevin/OpenDevin/labels/good%20first%20issue) issues that may be ones to start on. ## Understanding OpenDevin's CodeBase @@ -83,7 +83,7 @@ git push origin my_branch - Set `base repository` to `OpenDevin/OpenDevin` - Set `base` to `main` - Click `Create pull request` - + The PR should appear in [OpenDevin PRs](https://github.com/OpenDevin/OpenDevin/pulls). Then the OpenDevin team will review your code. @@ -114,4 +114,3 @@ You may also check out previous PRs in the [PR list](https://github.com/OpenDevi ### 2. Pull Request description - If your PR is small (such as a typo fix), you can go brief. - If it contains a lot of changes, it's better to write more details. - diff --git a/README.md b/README.md index 0057a2eb3d..cb9afc311d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@
Logo

OpenDevin: Code Less, Make More

- Check out the documentation + Check out the documentation Evaluation Benchmark

@@ -71,7 +71,7 @@ docker run -it \ > By default, this command pulls the `latest` tag, which represents the most recent release of OpenDevin. You have other options as well: > - For a specific release version, use `ghcr.io/opendevin/opendevin:` (replace with the desired version number). > - For the most up-to-date development version, use `ghcr.io/opendevin/opendevin:main`. This version may be **(unstable!)** and is recommended for testing or development purposes only. -> +> > Choose the tag that best suits your needs based on stability requirements and desired features. You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`. @@ -82,12 +82,12 @@ the `Settings` button (gear icon) in the UI. If the required `Model` does not ex For the development workflow, see [Development.md](https://github.com/OpenDevin/OpenDevin/blob/main/Development.md). -Are you having trouble? Check out our [Troubleshooting Guide](https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting). +Are you having trouble? Check out our [Troubleshooting Guide](https://docs.all-hands.dev/OpenDevin/modules/usage/troubleshooting). ## 🚀 Documentation To learn more about the project, and for tips on using OpenDevin, -**check out our [documentation](https://opendevin.github.io/OpenDevin/modules/usage/intro)**. +**check out our [documentation](https://docs.all-hands.dev/OpenDevin/modules/usage/intro)**. There you'll find resources on how to use different LLM providers (like ollama and Anthropic's Claude), troubleshooting resources, and advanced configuration options. diff --git a/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/intro.mdx b/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/intro.mdx index 69325dc4fa..89e38b816c 100644 --- a/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/intro.mdx +++ b/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/intro.mdx @@ -93,7 +93,7 @@ Si vous souhaitez utiliser la version **(instable !)** la plus récente, vous po Pour le workflow de développement, consultez [Development.md](https://github.com/OpenDevin/OpenDevin/blob/main/Development.md). -Avez-vous des problèmes ? Consultez notre [Guide de dépannage](https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting). +Avez-vous des problèmes ? Consultez notre [Guide de dépannage](https://docs.all-hands.dev/OpenDevin/modules/usage/troubleshooting). :::warning OpenDevin est actuellement en cours de développement, mais vous pouvez déjà exécuter la version alpha pour voir le système de bout en bout en action. diff --git a/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md b/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md index 942add81ce..b09ee4625d 100644 --- a/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md +++ b/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md @@ -25,7 +25,7 @@ Si vous utilisez Windows et que vous rencontrez des problèmes, consultez notre ### Symptômes ```bash -Erreur lors de la création du contrôleur. Veuillez vérifier que Docker est en cours d'exécution et visitez `https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting` pour plus d'informations sur le débogage. +Erreur lors de la création du contrôleur. Veuillez vérifier que Docker est en cours d'exécution et visitez `https://docs.all-hands.dev/OpenDevin/modules/usage/troubleshooting` pour plus d'informations sur le débogage. ``` ```bash diff --git a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/intro.mdx b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/intro.mdx index 2d10a09034..eac30dc870 100644 --- a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/intro.mdx +++ b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/intro.mdx @@ -93,7 +93,7 @@ OpenDevin 只会访问这个工作区文件夹。它在一个安全的 docker 有关开发工作流程,请参阅 [Development.md](https://github.com/OpenDevin/OpenDevin/blob/main/Development.md)。 -遇到问题了吗?查看我们的 [故障排除指南](https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting)。 +遇到问题了吗?查看我们的 [故障排除指南](https://docs.all-hands.dev/OpenDevin/modules/usage/troubleshooting)。 :::warning OpenDevin 目前正在开发中,但你已经可以运行 alpha 版本来查看端到端系统的运作情况。 diff --git a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md index cba4488b3f..73236ce967 100644 --- a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md +++ b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/troubleshooting/troubleshooting.md @@ -23,7 +23,7 @@ sidebar_position: 5 ### 症状 ```bash -创建控制器时出错。请检查 Docker 是否正在运行,并访问 `https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting` 获取更多调试信息。 +创建控制器时出错。请检查 Docker 是否正在运行,并访问 `https://docs.all-hands.dev/OpenDevin/modules/usage/troubleshooting` 获取更多调试信息。 ``` ```bash diff --git a/docs/modules/usage/troubleshooting/troubleshooting.md b/docs/modules/usage/troubleshooting/troubleshooting.md index 61af30fbae..9a993830fa 100644 --- a/docs/modules/usage/troubleshooting/troubleshooting.md +++ b/docs/modules/usage/troubleshooting/troubleshooting.md @@ -34,7 +34,7 @@ If you're running on Windows and having trouble, check out our [guide for Window **Symptoms** ```bash -Error creating controller. Please check Docker is running and visit `https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting` for more debugging information. +Error creating controller. Please check Docker is running and visit `https://docs.all-hands.dev/OpenDevin/modules/usage/troubleshooting` for more debugging information. ``` ```bash diff --git a/opendevin/core/const/guide_url.py b/opendevin/core/const/guide_url.py index 7ec5e6c908..60f4224213 100644 --- a/opendevin/core/const/guide_url.py +++ b/opendevin/core/const/guide_url.py @@ -1,3 +1,3 @@ TROUBLESHOOTING_URL = ( - 'https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting' + 'https://docs.all-hands.dev/OpenDevin/modules/usage/troubleshooting' )