From 99e0ec6b8dae037fd814dc1bfae55e7a7ee1f425 Mon Sep 17 00:00:00 2001
From: Rebecca Wheeler <rebecca.wheeler@wisc.edu>
Date: Wed, 9 Nov 2022 15:56:54 -0600
Subject: [PATCH] Update docs/best-practices/shared-environment.md

---
 docs/best-practices/shared-environment.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/best-practices/shared-environment.md b/docs/best-practices/shared-environment.md
index cd399e9..9320b76 100644
--- a/docs/best-practices/shared-environment.md
+++ b/docs/best-practices/shared-environment.md
@@ -9,10 +9,10 @@ When you create a new project, make sure you edit the permissions to limit who c
 **If no permissions are configured on a project or the assets within it, anybody who has access to IICS will be able to view, change, run, and delete the contents of the project.**
 Use the group that was sent when you were granted access to IICS to control who can access the contents of the project.
 
-1. Right-click on a project folder and click "Permissions..." ![Project right-click menu](../images/right-click-permissions.png)
-1. Click "Add" to add bring up the group selection menu. ![Project permissions menu without group](../images/add-group.png)
-1. Select the group for your team and click "Add". ![Group selection menu](../images/select-group.png)
-1. Click the check boxes for Read, Update, Delete, Execute, and Change Permission. ![Project permissions menu with permissions applied.](../images/apply-permissions.png)
+1. Right-click on a project folder and click "Permissions..." ![Project right-click menu](images/right-click-permissions.png)
+1. Click "Add" to add bring up the group selection menu. ![Project permissions menu without group](images/add-group.png)
+1. Select the group for your team and click "Add". ![Group selection menu](images/select-group.png)
+1. Click the check boxes for Read, Update, Delete, Execute, and Change Permission. ![Project permissions menu with permissions applied.](images/apply-permissions.png)
 1. Click Save.
 
 ## Namespace Projects With Your Group Name
@@ -25,4 +25,4 @@ Example: "DoIT-AIS-Enterprise-Integration - Salesforce Integrations"
 This structure allows you to search your group name in the project explorer to only see a list of your group's projects.
 You can create subfolders within a project if further organization/hierarchy is needed.
 
-Your group name was sent when you were granted access to IICS and you can find the name of your group by editing the permissions for a project.
\ No newline at end of file
+Your group name was sent when you were granted access to IICS and you can find the name of your group by editing the permissions for a project.
-- 
GitLab