Skip to content

Commit 3eeccd3

Browse files
committed
Rename command registration doc files
1 parent e469c14 commit 3eeccd3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

spring-shell-docs/src/main/asciidoc/using-shell-commands-registration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ in a class and annotate the class and the methods with specific annotations.
77
In the programmatic model, you use a more low level approach, defining command
88
registrations (either as beans or by dynamically registering with a command catalog).
99

10-
include::using-shell-commands-annotationmodel.adoc[]
10+
include::using-shell-commands-registration-legacyannotation.adoc[]
1111

12-
include::using-shell-commands-programmaticmodel.adoc[]
12+
include::using-shell-commands-registration-programmatic.adoc[]

0 commit comments

Comments
 (0)