Skip to content

Commit f205f31

Browse files
committed
fix plotly_static readme link
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent dcbfd10 commit f205f31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plotly_static/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotly_static"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "Export Plotly graphs to static images using WebDriver"
55
authors = ["Andrei Gherghescu [email protected]"]
66
license = "MIT"
@@ -46,4 +46,4 @@ webdriver-downloader = "0.16"
4646

4747
# Needed for docs.rs to build the documentation
4848
[package.metadata.docs.rs]
49-
features = ["chromedriver"]
49+
features = ["chromedriver"]

plotly_static/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Similar examples are available in the [Plotly.rs package](https://github.com/plo
151151
## Documentation
152152

153153
- [API Documentation](https://docs.rs/plotly_static/)
154-
- [Static Image Export Guide](../../docs/book/src/fundamentals/static_image_export.md)
154+
- [Static Image Export Guide](https://github.com/plotly/plotly.rs/tree/main/docs/book/src/fundamentals/static_image_export.md)
155155

156156
## License
157157

0 commit comments

Comments
 (0)