Skip to content

Commit eaeb981

Browse files
committed
Fix attachment links
1 parent 83645bc commit eaeb981

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

content/en/docs/deployment/general/populate-user-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Every Mendix app has a system module containing an entity `UserReportInfo`. This
2424

2525
The *Mendix Metering* module relies on this attribute to ascertain the end-user type and report it back to us.
2626

27-
{{< figure src="/attachments/howto/monitoring-troubleshooting/populate-user-type/user-type-enumeration.png" class="no-border" >}}
27+
{{< figure src="/attachments/deployment/general/populate-user-type/user-type-enumeration.png" class="no-border" >}}
2828

2929
## Assigning UserType for Existing Users of IAM Modules
3030

@@ -59,7 +59,7 @@ Therefore, the approach we take is to create a new non-persistable entity, `User
5959

6060
{{< figure src="/attachments/deployment/general/populate-user-type/usertypereport.png" class="no-border" >}}
6161

62-
{{< figure src=/attachments/deployment/general/populate-user-type/usertypereport-properties.png" class="no-border" >}}
62+
{{< figure src="/attachments/deployment/general/populate-user-type/usertypereport-properties.png" class="no-border" >}}
6363

6464
### Populating **UserType** for Existing Users of an App {#using-microflow}
6565

content/en/docs/refguide/modeling/app-performance/manage-app-performance-with-new-relic.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ The following steps are only relevant for on-premises deployments (if you are de
3939

4040
1. Sign in to New Relic and create a new application:
4141

42-
{{< figure src="/attachments/howto/monitoring-troubleshooting/manage-app-performance/manage-app-performance-with-new-relic/19398929.png" class="no-border" >}}
42+
{{< figure src="/attachments/refguide/modeling/manage-app-performance/manage-app-performance-with-new-relic/19398929.png" class="no-border" >}}
4343
2. Select Java:
4444

45-
{{< figure src="/attachments/howto/monitoring-troubleshooting/manage-app-performance/manage-app-performance-with-new-relic/19398930.png" class="no-border" >}}
45+
{{< figure src="/attachments/refguide/modeling/manage-app-performance/manage-app-performance-with-new-relic/19398930.png" class="no-border" >}}
4646

4747
3. Download the Java agent archive and save your license key:
4848

49-
{{< figure src="/attachments/howto/monitoring-troubleshooting/manage-app-performance/manage-app-performance-with-new-relic/19398932.png" class="no-border" >}}
49+
{{< figure src="/attachments/refguide/modeling/manage-app-performance/manage-app-performance-with-new-relic/19398932.png" class="no-border" >}}
5050

5151
4. Add your license key to the *newrelic.yml* file from the downloaded archive as described here: [https://docs.newrelic.com/docs/agents/java-agent/installation/java-agent-manual-installation#h2-download-files](https://docs.newrelic.com/docs/agents/java-agent/installation/java-agent-manual-installation#h2-download-files).
5252

@@ -73,22 +73,22 @@ To the `javaopts` list in your *m2ee.yaml* file, add "-javaagent:<path-to-javaag
7373
1. Open your Mendix application, and click **Settings** in the **App Explorer**.
7474
2. Open a configuration:
7575

76-
{{< figure src="/attachments/howto/monitoring-troubleshooting/manage-app-performance/manage-app-performance-with-new-relic/19398903.png" class="no-border" >}}
76+
{{< figure src="/attachments/refguide/modeling/manage-app-performance/manage-app-performance-with-new-relic/19398903.png" class="no-border" >}}
7777

7878
3. In the **Extra JVM parameters** field on the **Server** tab, add: `-javaagent:<path-to-javaagent>javaagent.jar`:
7979

80-
{{< figure src="/attachments/howto/monitoring-troubleshooting/manage-app-performance/manage-app-performance-with-new-relic/19398904.png" class="no-border" >}}
80+
{{< figure src="/attachments/refguide/modeling/manage-app-performance/manage-app-performance-with-new-relic/19398904.png" class="no-border" >}}
8181

8282
## Transactions
8383

8484
After completing the steps described above, all the requests handled by your Mendix application should become visible together with various graphs and statistics:
8585

86-
{{< figure src="/attachments/howto/monitoring-troubleshooting/manage-app-performance/manage-app-performance-with-new-relic/19398943.png" class="no-border" >}}
86+
{{< figure src="/attachments/refguide/modeling/manage-app-performance/manage-app-performance-with-new-relic/19398943.png" class="no-border" >}}
8787

8888
## Databases
8989

9090
Your database calls and queries will now be visible on the database page:
91-
{{< figure src="/attachments/howto/monitoring-troubleshooting/manage-app-performance/manage-app-performance-with-new-relic/19398944.png" class="no-border" >}}
91+
{{< figure src="/attachments/refguide/modeling/manage-app-performance/manage-app-performance-with-new-relic/19398944.png" class="no-border" >}}
9292

9393
## Further Documentation
9494

0 commit comments

Comments
 (0)