From 318b3a9cad80a9cc90fdd3934a144284c821b2d2 Mon Sep 17 00:00:00 2001 From: leanne Date: Mon, 10 Mar 2025 15:08:53 -0700 Subject: [PATCH] update bad instructions --- .../moderne-platform/how-to-guides/organizations-service.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/administrator-documentation/moderne-platform/how-to-guides/organizations-service.md b/docs/administrator-documentation/moderne-platform/how-to-guides/organizations-service.md index 83b041bf..aedb03fa 100644 --- a/docs/administrator-documentation/moderne-platform/how-to-guides/organizations-service.md +++ b/docs/administrator-documentation/moderne-platform/how-to-guides/organizations-service.md @@ -22,8 +22,7 @@ When selecting which option is best for you, keep in mind that you can change th When providing files to the Agent you will need to: -1. Create and deploy an Organizations service that fulfills [this GraphQL contract](https://github.com/moderneinc/moderne-organizations/blob/main/src/main/resources/schema/organizations.graphqls) and [this REST contract](https://github.com/moderneinc/moderne-organizations/blob/main/src/main/java/io/moderne/organizations/OrganizationController.java) your environment_ -2. [Configure your Moderne agent to point to this service](./agent-configuration/configure-agent-file-service.md) +1. [Create the required files and configure your Moderne agent to point to this service](./agent-configuration/configure-agent-file-service.md) ## Running an Organization service In order to dynamically control the organizational structure in Moderne, you will need to: