Skip to content

Commit 3e45a30

Browse files
committed
minor refactor: fix asciidoc link
1 parent cd3296b commit 3e45a30

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/spec/doc/core-async-await.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ loop works identically.
264264
265265
The JDK's `Flow.Publisher` is supported out of the box — no adapter module
266266
needed. This means streams exposed by built-in sources such as
267-
`Agent.changes()` (see xref:actors-agent[]) and `BroadcastChannel.asPublisher()`
267+
`Agent.changes()` (see <<{core-concurrent-actors}#actors-agent,Agent>>) and `BroadcastChannel.asPublisher()`
268268
(see xref:async-broadcast-channel[]), or any third-party publisher using the JDK
269269
interfaces, compose directly with `for await` and `await`:
270270

subprojects/groovy-binary/src/spec/doc/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ include::../../../../../src/spec/doc/core-introduction.adoc[]
4343
4444
== Groovy Language Specification
4545
46+
:core-concurrent-actors:
4647
:core-domain-specific-languages:
4748
:core-metaprogramming:
4849
:core-object-orientation:

0 commit comments

Comments
 (0)