Skip to content

Commit

Permalink
fix(docs): fix broken links (#2598)
Browse files Browse the repository at this point in the history
Co-authored-by: Iuliia Sobolevska <isobolevska@netflix.com>
  • Loading branch information
iuliiasobolevska and iuliiasobolevska committed Jul 6, 2023
1 parent f5a3bd5 commit 22bce51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-admin-docs/src/site/asciidoc/customize_ui.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ include::{samples-dir}/spring-boot-admin-sample-custom-ui/src/custom.vue[lines=1
<1> By destructuring `applications` of `SBA.useApplicationStore()`, you have reactive access to registered applications.

TIP: There are some helpful methods on the application and instances object available.
Have a look at {github-src}/spring-boot-admin-server-ui/src/main/frontend/services/application.js[application.js] and {github-src}/spring-boot-admin-server-ui/src/main/frontend/services/instance.js[instance.js]
Have a look at {github-src}/spring-boot-admin-server-ui/src/main/frontend/services/application.ts[application.ts] and {github-src}/spring-boot-admin-server-ui/src/main/frontend/services/instance.ts[instance.ts]

And this is how you register the top-level view.

Expand Down

0 comments on commit 22bce51

Please sign in to comment.