Skip to content

Commit d59d119

Browse files
Replace — with : in instrumentation subheadings
When — is used in a subtitle, the anchor links use -%E2%80%94- instead of —. This prevents the browser jumping to the anchor link. Replacing — with : fixes the problem. Co-authored-by: James Bunch <[email protected]>
1 parent 2601415 commit d59d119

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/source/active_support_instrumentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Additional keys may be added by the caller.
213213
}
214214
```
215215

216-
### Action Controller Caching
216+
### Action Controller: Caching
217217

218218
#### `write_fragment.action_controller`
219219

@@ -452,7 +452,7 @@ This event is only emitted when [`config.active_record.action_on_strict_loading_
452452
}
453453
```
454454

455-
### Active Support Caching
455+
### Active Support: Caching
456456

457457
#### `cache_read.active_support`
458458

@@ -662,7 +662,7 @@ This event is only emitted when using [`MemoryStore`][ActiveSupport::Cache::Memo
662662
[ActiveSupport::Cache::Store#fetch]: https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-fetch
663663
[ActiveSupport::Cache::Store#fetch_multi]: https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-fetch_multi
664664

665-
### Active Support Messages
665+
### Active Support: Messages
666666

667667
#### `message_serializer_fallback.active_support`
668668

@@ -799,7 +799,7 @@ This event is only emitted when using [`MemoryStore`][ActiveSupport::Cache::Memo
799799
| ------------ | ------------------------------ |
800800
| `:analyzer` | Name of analyzer e.g., ffprobe |
801801

802-
### Active Storage Storage Service
802+
### Active Storage: Storage Service
803803

804804
#### `service_upload.active_storage`
805805

0 commit comments

Comments
 (0)