diff --git a/src/algorithm/bellande_node_importance.rs b/src/algorithm/bellande_node_importance.rs
index 479846e..68a0a2d 100644
--- a/src/algorithm/bellande_node_importance.rs
+++ b/src/algorithm/bellande_node_importance.rs
@@ -14,4 +14,4 @@
// along with this program. If not, see .
use crate::algorithm::connections::BellandeArchError;
-use bellande_step::make_bellande_node_importance_request;
+use bellande_node_importance::make_bellande_node_importance_request;
diff --git a/src/algorithm/bellande_particle.rs b/src/algorithm/bellande_particle.rs
index 0e284d1..6f7dc85 100644
--- a/src/algorithm/bellande_particle.rs
+++ b/src/algorithm/bellande_particle.rs
@@ -14,4 +14,4 @@
// along with this program. If not, see .
use crate::algorithm::connections::BellandeArchError;
-use bellande_step::make_bellande_particle_request;
+use bellande_particle::make_bellande_particle_request;
diff --git a/src/algorithm/bellande_probability.rs b/src/algorithm/bellande_probability.rs
index 5d33f8b..b80187e 100644
--- a/src/algorithm/bellande_probability.rs
+++ b/src/algorithm/bellande_probability.rs
@@ -14,4 +14,4 @@
// along with this program. If not, see .
use crate::algorithm::connections::BellandeArchError;
-use bellande_step::make_bellande_probability_request;
+use bellande_probability::make_bellande_probability_request;
diff --git a/src/algorithm/bellande_segment.rs b/src/algorithm/bellande_segment.rs
index 70bfc24..017ba7b 100644
--- a/src/algorithm/bellande_segment.rs
+++ b/src/algorithm/bellande_segment.rs
@@ -14,4 +14,4 @@
// along with this program. If not, see .
use crate::algorithm::connections::BellandeArchError;
-use bellande_step::make_bellande_segment_request;
+use bellande_segment::make_bellande_segment_request;
diff --git a/src/algorithm/bellande_tree.rs b/src/algorithm/bellande_tree.rs
index 4d61199..aef03e1 100644
--- a/src/algorithm/bellande_tree.rs
+++ b/src/algorithm/bellande_tree.rs
@@ -14,4 +14,4 @@
// along with this program. If not, see .
use crate::algorithm::connections::BellandeArchError;
-use bellande_step::make_bellande_tree_request;
+use bellande_tree::make_bellande_tree_request;