This is an automated email from the ASF dual-hosted git repository.

grkvlt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 8adf35bb Remove app prefix from docs
8adf35bb is described below

commit 8adf35bbee01c87c0d1e6e2b17bbb834d07560be
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Tue May 17 10:30:06 2022 +0100

    Remove app prefix from docs
---
 guide/ops/gui/blueprints.md  | 2 +-
 guide/ops/gui/managing.md    | 2 +-
 guide/ops/logging/logbook.md | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/guide/ops/gui/blueprints.md b/guide/ops/gui/blueprints.md
index 46c31b15..0e082d4a 100644
--- a/guide/ops/gui/blueprints.md
+++ b/guide/ops/gui/blueprints.md
@@ -45,7 +45,7 @@ location:
 {% endhighlight %}
 
 With the modified YAML, click on the "Deploy" button. Brooklyn will begin 
deploying your application and redirect you to the
-"Application Inspector". In this screen, you will see your application as 
"Starting".
+"Inspector". In this screen, you will see your application as "Starting".
 
 [![Brooklyn web console, showing the application 
starting.](images/app-deploying.png)](images/app-deploying-large.png)
 
diff --git a/guide/ops/gui/managing.md b/guide/ops/gui/managing.md
index f6ba383f..278db3fc 100644
--- a/guide/ops/gui/managing.md
+++ b/guide/ops/gui/managing.md
@@ -5,7 +5,7 @@ layout: website-normal
 menu_parent: index.md
 ---
 
-From the Home page, go the "Application Inspector" module.
+From the Home page, go the "Inspector" module.
 
 We can explore the management hierarchy of the application, which will show us 
the entities it is composed of.  Starting from the application use the arrows 
to expand out the list of entities.
 
diff --git a/guide/ops/logging/logbook.md b/guide/ops/logging/logbook.md
index c446de1e..1b0ab73f 100644
--- a/guide/ops/logging/logbook.md
+++ b/guide/ops/logging/logbook.md
@@ -32,8 +32,8 @@ By default, only users with the `root`, `powerUser`, or an 
explicit `logViewer`
 
 The Logbook UI widget can be found throughout the product:
 - on the **About** section, where all logs can be viewed
-- on the App Inspector **Entity Summary** view
-- on the App Inspector **Activity** view, where logs filtered by entity ID and 
activity ID respectively are shown
+- on the Inspector **Entity Summary** view
+- on the Inspector **Activity** view, where logs filtered by entity ID and 
activity ID respectively are shown
 - on the **Debug Console**, below the controls and output
 
 

Reply via email to