Skip to content

Commit c321d44

Browse files
authored
docs: fix the reference to gateway (#5546)
1 parent 6b56c0c commit c321d44

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/cloud-nativeness/k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you want to learn more about this limitation, see [this](https://kubernetes.i
117117
````
118118

119119
## Scaling the Gateway
120-
The {ref}`Gateway <flow>` is responsible for providing the API of the {ref}`Flow <flow>`.
120+
The {ref}`Gateway <gateway>` is responsible for providing the API of the {ref}`Flow <flow>`.
121121
If you have a large Flow with many Clients and many replicated Executors, the Gateway can become the bottleneck.
122122
In this case you can also scale up the Gateway deployment to be backed by multiple Kubernetes Pods.
123123
This is done by the regular means of Kubernetes: Either increase the number of replicas in the {ref}`generated yaml configuration files <kubernetes-export>` or [add replicas while running](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#scaling-a-deployment).

docs/concepts/client/third-party-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,5 +312,5 @@ The Flow defaults to `json` if you don't specify a sub-protocol while establishi
312312
## See also
313313

314314
- {ref}`Access a Flow with the Client <client>`
315-
- {ref}`Configure a Flow <flow>`
315+
- {ref}`Configure a Flow <flow-cookbook>`
316316
- [Flow REST API reference](https://api.jina.ai/rest/)

docs/concepts/flow/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jtype: Flow
3232
`````
3333

3434
```{tip}
35-
An empty Flow contains only {ref}`the Gateway<flow>`.
35+
An empty Flow contains only {ref}`the Gateway<gateway>`.
3636
```
3737

3838
```{figure} zero-flow.svg

docs/concepts/flow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Documents "flow" through the pipeline and are processed by Executors.
66

77
You can think of Flow as an interface to configure and launch your {ref}`microservice architecture <architecture-overview>`,
88
while the heavy lifting is done by the {ref}`services <executor-cookbook>` themselves.
9-
In particular, each Flow also launches a *Gateway* service, which can expose all other services through an API that you define.
9+
In particular, each Flow also launches a {ref}`Gateway <gateway>` service, which can expose all other services through an API that you define.
1010

1111
The most important methods of the `Flow` object are the following:
1212

docs/concepts/gateway/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(flow)=
1+
(gateway)=
22

33
# {fas}`door-open` Gateway
44

0 commit comments

Comments
 (0)