From 9be0b6a97fc686d77123d3b3640e87814dd3afa8 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Sat, 4 Oct 2025 17:22:06 +0300 Subject: [PATCH] Update VERSIONING.md --- framework/development/VERSIONING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/development/VERSIONING.md b/framework/development/VERSIONING.md index ff792618a..9b57604c2 100644 --- a/framework/development/VERSIONING.md +++ b/framework/development/VERSIONING.md @@ -8,7 +8,7 @@ The versioning setup is based on the dependency graph of the project, which is s > `cargo depgraph --dedup-transitive-deps --exclude abstract-interface-scripts,boot-core --build-deps | dot -Tpng > dep_graph.png` > *Ensure you have [graphviz](https://graphviz.gitlab.io/download/) installed.* -![Abstract's dependency graph](../docs/dep_graph.png) +![Abstract's dependency graph](../development/dep_graph.png) From the graph we can draw some conclusions: