Skip to content

Commit 036d8f9

Browse files
authored
Removed confusing self-referential link
1 parent 057fdd0 commit 036d8f9

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/bindings/service-bindings

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/bindings/service-bindings/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Facilitate Worker-to-Worker communication.
1010

1111
## About Service bindings
1212

13-
[Service bindings](/workers/runtime-apis/bindings/service-bindings/) allow one worker to call into another, without going through a publicly-accessible URL. A Service binding allows Worker A to call a method on Worker B, or to forward a request from Worker A to Worker B.
13+
Service bindings allow one worker to call into another, without going through a publicly-accessible URL. A Service binding allows Worker A to call a method on Worker B, or to forward a request from Worker A to Worker B.
1414

1515
Service bindings provide the separation of concerns that microservice or service-oriented architectures provide, without configuration pain, performance overhead or need to learn RPC protocols.
1616

0 commit comments

Comments
 (0)