diff options
author | iskabs <iskabs@users.noreply.github.com> | 2025-06-05 16:52:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-05 16:52:26 +0300 |
commit | 4eeefe0f6957fce805d9c526050333f3c78455ef (patch) | |
tree | 6ef192267c37205d3d58a1f8ed88dcd5b7d048de | |
parent | 6b7c2d1ba36a5ed0e6c67530dda737e7386e873e (diff) | |
download | ydb-4eeefe0f6957fce805d9c526050333f3c78455ef.tar.gz |
lgtm
-rw-r--r-- | ydb/docs/en/core/concepts/glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/concepts/glossary.md b/ydb/docs/en/core/concepts/glossary.md index 298480e0e79..cd24ef9007a 100644 --- a/ydb/docs/en/core/concepts/glossary.md +++ b/ydb/docs/en/core/concepts/glossary.md @@ -399,7 +399,7 @@ An **ActorId** is a unique identifier of the actor or [tablet](#tablet) in the [ #### Actor system interconnect {#actor-system-interconnect} -The **actor system interconnect** or **interconnect** is the [cluster's](#cluster internal network layer. All [actors](#actor) interact with each other within the system via the interconnect. +The **actor system interconnect** or **interconnect** is the [cluster's](#cluster) internal network layer. All [actors](#actor) interact with each other within the system via the interconnect. #### Local {#local} |