Skip to content

Commit 97edb45

Browse files
Merge pull request certinia#646 from lukecotter/chore-fix-img-links
chore: fix img links
2 parents ce13e45 + 1248be4 commit 97edb45

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
**Analyze Salesforce Apex Debug logs with blazing speed.**
99
Apex Log Analyzer is a blazing-fast VS Code extension for Salesforce developers. Instantly visualize and debug Apex logs with interactive flame charts, dynamic call trees, and detailed SOQL/DML breakdowns. Identify performance bottlenecks, gain deep insight into complex transactions and optimize slow Apex methods faster than ever.
1010

11-
![Apex Log Analyzer Preview](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-preview.gif)
11+
![Apex Log Analyzer Preview](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-preview.gif)
1212

1313
[Installation](#%EF%B8%8F-installation 'Install Apex Log Analyzer in VS Code') |
1414
[Debug Log Levels](#%EF%B8%8F-recommended-debug-log-levels 'Go to Recommended Debug Log Levels') |
@@ -90,7 +90,7 @@ The Flame Chart view shows a timeline of the Salesforce Apex log execution — i
9090
- **Click to Navigate** – Click any event to instantly view it in the interactive Call Tree.
9191
- **Stacked by Time** – See how execution time is distributed across nested method calls and system events.
9292

93-
![Flame Chart](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline.png)
93+
![Flame Chart](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline.png)
9494

9595
> 🧠 Great for spotting long-running operations, inefficient queries, and bottlenecks.
9696
@@ -104,7 +104,7 @@ Explore nested method calls with performance metrics:
104104
- **Keyboard Navigation**
105105
- **Click to go to Code** – Jump to the source method in your project
106106

107-
![Call Tree](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-calltree.png)
107+
![Call Tree](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-calltree.png)
108108

109109
## 🧠 Apex Analysis
110110

@@ -115,7 +115,7 @@ See which methods are the slowest, most frequent. or expensive.
115115
- **Filter to specific event types**
116116
- **Copy or Export to CSV**
117117

118-
![Analysis](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-analysis.png)
118+
![Analysis](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-analysis.png)
119119

120120
## 🗄️ Database Analysis
121121

@@ -128,7 +128,7 @@ Highlight slow Salesforce SOQL queries, non-selective filters, and DML issues.
128128
- **Sort by SOQL or DML, Duration, Selectivity, Aggregates, Row Count**
129129
- **Copy or Export to CSV**
130130

131-
![Database](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-database.png)
131+
![Database](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-database.png)
132132

133133
## 🔍 Global Search
134134

0 commit comments

Comments
 (0)