Skip to content

Commit 31a2b4e

Browse files
lwjlisnicoll
authored andcommitted
Remove outdated link in documentation
See gh-22597
1 parent fcb3957 commit 31a2b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This chapter covers Spring's Inversion of Control (IoC) container.
1010
== Introduction to the Spring IoC Container and Beans
1111

1212
This chapter covers the Spring Framework implementation of the Inversion of Control
13-
(IoC) principle. (See <<overview.adoc#background-ioc,Inversion of Control>>.) IoC
13+
(IoC) principle. IoC
1414
is also known as dependency injection (DI). It is a process whereby objects define
1515
their dependencies (that is, the other objects they work with) only through constructor
1616
arguments, arguments to a factory method, or properties that are set on the object

0 commit comments

Comments
 (0)