Commit 8a676a8
authored
docs: fix incorrect import paths in bindings structure docs (#134)
## Description
Fixes two incorrect import paths in the Bindings Structure documentation
page.
The docs showed a double-nested path
(`./bindings/hello_world/declarations/hello_world.did`) which doesn't
match the actual output structure. The generated `declarations/` folder
sits directly inside `outDir`, so the correct path is
`./bindings/declarations/hello_world.did`.1 parent c692d6b commit 8a676a8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| |||
0 commit comments