Skip to content

Commit 5bfc323

Browse files
runningcodeclaude
andcommitted
Fix image path in build-distribution gradle upload docs
The android-metadata.png image is in the size-analysis directory, so the path needs to be relative to that location. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent cbb1d07 commit 5bfc323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/build-distribution/upload-gradle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Gradle plugin automatically detects build metadata from your git repository.
2626

2727
5. After an upload has successfully processed, confirm the metadata is correct in the Sentry UI
2828

29-
![Upload metadata =400x](./images/android-metadata.png)
29+
![Upload metadata =400x](../size-analysis/images/android-metadata.png)
3030

3131
### Overriding Metadata
3232

0 commit comments

Comments
 (0)