diff --git a/README.md b/README.md index d3a735fe..ca885e65 100644 --- a/README.md +++ b/README.md @@ -52,17 +52,17 @@ If you don't have enough resources to run it, you can use bitsnbytes to quantize ## Useful Links -- :mag: :fire: [Live preview](https://docsgpt.arc53.com/) +- :mag: :fire: [Cloud Version](https://docsgpt.arc53.com/) - :speech_balloon: :tada: [Join our Discord](https://discord.gg/n5BX8dh8rU) -- :books: :sunglasses: [Guides](https://docs.docsgpt.co.uk/) +- :books: :sunglasses: [Guides](https://docs.docsgpt.cloud/) - :couple: [Interested in contributing?](https://github.com/arc53/DocsGPT/blob/main/CONTRIBUTING.md) -- :file_folder: :rocket: [How to use any other documentation](https://docs.docsgpt.co.uk/Guides/How-to-train-on-other-documentation) +- :file_folder: :rocket: [How to use any other documentation](https://docs.docsgpt.cloud/Guides/How-to-train-on-other-documentation) -- :house: :closed_lock_with_key: [How to host it locally (so all data will stay on-premises)](https://docs.docsgpt.co.uk/Guides/How-to-use-different-LLM) +- :house: :closed_lock_with_key: [How to host it locally (so all data will stay on-premises)](https://docs.docsgpt.cloud/Guides/How-to-use-different-LLM) ## Project Structure diff --git a/docs/pages/Extensions/api-key-guide.md b/docs/pages/Extensions/api-key-guide.md index 6ba30a0b..653a08c8 100644 --- a/docs/pages/Extensions/api-key-guide.md +++ b/docs/pages/Extensions/api-key-guide.md @@ -14,7 +14,7 @@ Before creating your first API key, you must upload the document that will be li After uploading your document, you can obtain an API key either through the graphical user interface or via an API call: - **Graphical User Interface:** Navigate to the Settings section of the DocsGPT web app, find the API Keys option, and press 'Create New' to generate your key. -- **API Call:** Alternatively, you can use the `/api/create_api_key` endpoint to create a new API key. For detailed instructions, visit [DocsGPT API Documentation](https://docs.docsgpt.co.uk/Developing/API-docs#8-apicreate_api_key). +- **API Call:** Alternatively, you can use the `/api/create_api_key` endpoint to create a new API key. For detailed instructions, visit [DocsGPT API Documentation](https://docs.docsgpt.cloud/Developing/API-docs#8-apicreate_api_key). ### Understanding Key Variables diff --git a/frontend/src/Navigation.tsx b/frontend/src/Navigation.tsx index b990459e..39fb5f06 100644 --- a/frontend/src/Navigation.tsx +++ b/frontend/src/Navigation.tsx @@ -345,7 +345,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {