docs: self-hosting doc link (#7249)

* fix: self-hosting doc link

exchanged localhost link for relative link to docs

* fix: updated base path for relative doc link
This commit is contained in:
Dominik Müller 2024-01-31 13:34:34 +01:00 committed by GitHub
parent e000fdd792
commit 6f3f67cde7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ Check out the [reverse proxy configuration examples](/self-hosting/manage/revers
## Organization Domains ## Organization Domains
Note that by default, you cannot access ZITADEL at an organizations domain. Note that by default, you cannot access ZITADEL at an organizations domain.
Organization level domains [are intended for routing users by their login methods to their correct organization](http://localhost:3000/docs/guides/solution-scenarios/domain-discovery). Organization level domains [are intended for routing users by their login methods to their correct organization](/guides/solution-scenarios/domain-discovery).
However, if you want to access ZITADEL at an organization domain, [you can add additional domains using the System API](/apis/resources/system/system-service-add-domain#adds-a-domain-to-an-instance). However, if you want to access ZITADEL at an organization domain, [you can add additional domains using the System API](/apis/resources/system/system-service-add-domain#adds-a-domain-to-an-instance).
Be aware that you won't automatically have the organizations context when you access ZITADEL like this. Be aware that you won't automatically have the organizations context when you access ZITADEL like this.