From 3535ef505373973b95329d40b40398b226967fa1 Mon Sep 17 00:00:00 2001 From: Sony AK Date: Tue, 26 Dec 2023 17:24:00 +0700 Subject: [PATCH] Fix: broken link to server .env.example (#3151) Correct URL is https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/.env.example --- packages/twenty-docs/docs/start/self-hosting/self-hosting.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/twenty-docs/docs/start/self-hosting/self-hosting.mdx b/packages/twenty-docs/docs/start/self-hosting/self-hosting.mdx index 4918005591b7..4d3b50ff1807 100644 --- a/packages/twenty-docs/docs/start/self-hosting/self-hosting.mdx +++ b/packages/twenty-docs/docs/start/self-hosting/self-hosting.mdx @@ -11,7 +11,7 @@ Feel free to open issues on [GitHub](https://github.com/twentyhq/twenty/issues/n Prebuilt images for both front and back-end can be found on [docker hub](https://hub.docker.com/r/twentycrm/). -For correct operation your will need to set [environment variables](enviroment-variables), a example configuration can be found [here](https://github.com/twentyhq/twenty/blob/main/server/.env.example). +For correct operation your will need to set [environment variables](enviroment-variables), a example configuration can be found [here](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/.env.example). ## Render @@ -29,4 +29,4 @@ A joint Docker image - containing both the frontend and server - that you can de ## Railway [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/YWGqza?referralCode=3CLObs) ---> \ No newline at end of file +-->