Skip to content

Commit

Permalink
fix broken link for processed profile format (#5267)
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer authored Dec 17, 2024
1 parent 16dab1c commit 95aa3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-developer/custom-importer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Writing a Custom Profile Importer

The Firefox Profiler supports a few [external profile formats](../src/profile-logic/import) that the profiler imports by converting them to either the [Gecko profile format](./gecko-profile-format.md) or the [processed profile format](./process-profile-format). The good news is that once an importer targets a specific profile version, the Firefox Profiler will always upgrade that profile to the currently supported format.
The Firefox Profiler supports a few [external profile formats](../src/profile-logic/import) that the profiler imports by converting them to either the [Gecko profile format](./gecko-profile-format.md) or the [processed profile format](./processed-profile-format.md). The good news is that once an importer targets a specific profile version, the Firefox Profiler will always upgrade that profile to the currently supported format.

## Useful Docs

Expand Down

0 comments on commit 95aa3e0

Please sign in to comment.