Skip to content

Commit

Permalink
Fix broken weld links
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen authored and gsmet committed Oct 1, 2020
1 parent 18d7da9 commit daae674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/cdi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ No scope annotation is declared and so it's defaulted to `@Dependent`.
There's more about producers.
You can declare qualifiers, inject dependencies into the producer methods parameters, etc.
You can read more about producers for example in the https://docs.jboss.org/weld/reference/latest/en-US/html/beanscdi.html#_producer_methods[Weld docs, window="_blank"].
You can read more about producers for example in the https://docs.jboss.org/weld/reference/latest/en-US/html_single/#_producer_methods[Weld docs, window="_blank"].
== _Q: OK, injection looks cool. What other services are provided?_
Expand Down Expand Up @@ -399,7 +399,7 @@ class Logger {
<2> Fire the event synchronously.
<3> This method is notified when a `TaskCompleted` event is fired.
TIP: For more info about events/observers visit https://docs.jboss.org/weld/reference/latest/en-US/html/events.html[Weld docs, window="_blank"].
TIP: For more info about events/observers visit https://docs.jboss.org/weld/reference/latest/en-US/html/#events[Weld docs, window="_blank"].
== Conclusion
Expand Down

0 comments on commit daae674

Please sign in to comment.