Skip to content

Commit

Permalink
APPNG-2219 fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Dec 11, 2018
1 parent cc617ea commit 021f29c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appng-documentation/src/main/asciidoc/parts/api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ http://localhost:8080/service/manager/myapp/rest/add/3/4

==== Exception handling

For handling exceptions, you can (and should) use Spring's {spring}/javadoc-api/org/springframework/web/bind/annotation/ExceptionHandler.html[@ExceptionHandler]. You may also use
a bean annotated with {spring}/javadoc-api/org/springframework/web/bind/annotation/ControllerAdvice.html[@ControllerAdvice] for centralized exceptiong handling. More details can be found in the {spring}/spring-framework-reference/htmlsingle/#mvc-exceptionhandlers[corresponding section] of Spring's reference documentation.
For handling exceptions, you can (and should) use Spring's {spring}/javadoc-api/org/springframework/web/bind/annotation/ExceptionHandler.html[@ExceptionHandler^]. You may also use
a bean annotated with {spring}/javadoc-api/org/springframework/web/bind/annotation/ControllerAdvice.html[@ControllerAdvice^] for centralized exception handling. More details can be found in the {spring}/spring-framework-reference/htmlsingle/#mvc-exceptionhandlers[corresponding section^] of Spring's reference documentation.

[TIP]
====
Expand Down
4 changes: 2 additions & 2 deletions appng-documentation/src/main/asciidoc/parts/application.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ The Spring application context of an appNG application comes with a number of pr

* `site` +
The current site. +
*Type:* {appng}/org/appng/api/Site.html[org.appng.api.Site^] +
*Type:* {appng}/org/appng/api/model/Site.html[org.appng.api.model.Site^] +
*Scope:* singleton

* `application` +
The current application. +
*Type:* {appng}/org/appng/api/Application.html[org.appng.api.Application^] +
*Type:* {appng}/org/appng/api/model/Application.html[org.appng.api.model.Application^] +
*Scope:* singleton

* `environment` +
Expand Down

0 comments on commit 021f29c

Please sign in to comment.