Skip to content

Commit b55d331

Browse files
committed
fix typo in book example link
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent acadb42 commit b55d331

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
7+
## [0.13.2] - 2025-xx-xx
8+
- [[#327](https://github.com/plotly/plotly.rs/pull/327)] Fix book broken link
9+
10+
### Fixed
11+
- [[#326](https://github.com/plotly/plotly.rs/pull/326)] Fix book badges
12+
613
## [0.13.1] - 2025-07-07
714

815
### Fixed

docs/book/src/recipes/subplots/subplots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `to_inline_html` method is used to produce the html plot displayed in this p
2424
{{#include ../../../../../examples/subplots/src/main.rs:subplots_with_multiple_traces}}
2525
```
2626

27-
{{#include ../../../../../examples/subplots/output/inline_subplot_with_multiple_traces.html}}
27+
{{#include ../../../../../examples/subplots/output/inline_subplots_with_multiple_traces.html}}
2828

2929

3030
## Custom Sized Subplot

0 commit comments

Comments
 (0)