Skip to content

Commit b8d00fc

Browse files
The Clients docs that talk about Endpoints should link to the Endpoints doc (#4294)
Co-authored-by: Brian MacDonald <brian.macdonald@temporal.io>
1 parent 8609208 commit b8d00fc

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/develop/dotnet/temporal-client.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ local development instance:
263263
- Your _Namespace and Account ID_ combination, which follows the format `<namespace_id>.<account_id>`.
264264
- The recommended _endpoint_ is the gRPC Namespace endpoint: `<namespace>.<account>.tmprl.cloud:7233`.
265265
This endpoint works for all Namespaces and automatically directs traffic to the active region for Namespaces with [High Availability](/cloud/high-availability).
266+
See [accessing Namespaces](/cloud/namespaces#access-namespaces) for more information on endpoint options.
266267

267268
You can find the Namespace and Account ID, as well as the endpoint, on the Namespaces tab:
268269

docs/develop/go/temporal-client.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ local development instance:
252252
- Your _Namespace and Account ID_ combination, which follows the format `<namespace_id>.<account_id>`.
253253
- The recommended _endpoint_ is the gRPC Namespace endpoint: `<namespace>.<account>.tmprl.cloud:7233`.
254254
This endpoint works for all Namespaces and automatically directs traffic to the active region for Namespaces with [High Availability](/cloud/high-availability).
255+
See [accessing Namespaces](/cloud/namespaces#access-namespaces) for more information on endpoint options.
255256

256257
You can find the Namespace and Account ID, as well as the endpoint, on the Namespaces tab:
257258

docs/develop/java/temporal-client.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ connecting to an unsecured local development instance:
300300
- Your _Namespace and Account ID_ combination, which follows the format `<namespace_id>.<account_id>`.
301301
- The recommended _endpoint_ is the gRPC Namespace endpoint: `<namespace>.<account>.tmprl.cloud:7233`.
302302
This endpoint works for all Namespaces and automatically directs traffic to the active region for Namespaces with [High Availability](/cloud/high-availability).
303+
See [accessing Namespaces](/cloud/namespaces#access-namespaces) for more information on endpoint options.
303304

304305
You can find the Namespace and Account ID, as well as the endpoint, on the Namespaces tab:
305306

docs/develop/python/temporal-client.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ local development instance:
261261
- Your _Namespace and Account ID_ combination, which follows the format `<namespace_id>.<account_id>`.
262262
- The recommended _endpoint_ is the gRPC Namespace endpoint: `<namespace>.<account>.tmprl.cloud:7233`.
263263
This endpoint works for all Namespaces and automatically directs traffic to the active region for Namespaces with [High Availability](/cloud/high-availability).
264+
See [accessing Namespaces](/cloud/namespaces#access-namespaces) for more information on endpoint options.
264265

265266
You can find the Namespace and Account ID, as well as the endpoint, on the Namespaces tab:
266267

docs/develop/ruby/temporal-client.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ local development instance:
223223
- Your _Namespace and Account ID_ combination, which follows the format `<namespace_id>.<account_id>`.
224224
- The recommended _endpoint_ is the gRPC Namespace endpoint: `<namespace>.<account>.tmprl.cloud:7233`.
225225
This endpoint works for all Namespaces and automatically directs traffic to the active region for Namespaces with [High Availability](/cloud/high-availability).
226+
See [accessing Namespaces](/cloud/namespaces#access-namespaces) for more information on endpoint options.
226227

227228
You can find the Namespace and Account ID, as well as the endpoint, on the Namespaces tab:
228229

docs/develop/typescript/temporal-client.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ local development instance:
270270
- Your _Namespace and Account ID_ combination, which follows the format `<namespace_id>.<account_id>`.
271271
- The recommended _endpoint_ is the gRPC Namespace endpoint: `<namespace>.<account>.tmprl.cloud:7233`.
272272
This endpoint works for all Namespaces and automatically directs traffic to the active region for Namespaces with [High Availability](/cloud/high-availability).
273+
See [accessing Namespaces](/cloud/namespaces#access-namespaces) for more information on endpoint options.
273274

274275
You can find the Namespace and Account ID, as well as the endpoint, on the Namespaces tab:
275276

0 commit comments

Comments
 (0)