From 8ebfaef1bf59640c5bdfdd204d9354964ff4a612 Mon Sep 17 00:00:00 2001
From: jemimah2 <jemimah@elixxir.io>
Date: Wed, 2 Mar 2022 01:12:58 +0100
Subject: [PATCH] Link potentially unfamiliar term to technical glossary

---
 docusaurus-site/docs/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus-site/docs/getting-started.md b/docusaurus-site/docs/getting-started.md
index 3d959f4..cf66983 100644
--- a/docusaurus-site/docs/getting-started.md
+++ b/docusaurus-site/docs/getting-started.md
@@ -207,7 +207,7 @@ if err != nil {
 }
 ```
 
-Aside from logging you into your existing client session, the `Login()` function also initializes communication with the network and registers your client with the permissioning server. This enables you to keep track of network rounds.
+Aside from logging you into your existing client session, the `Login()` function also initializes communication with the network and registers your client with the [permissioning](./technical-glossary/#permissioning-server) server. This enables you to keep track of network rounds.
 
 To view the current user identity for a client, call the `GetUser()` method:
 
-- 
GitLab