diff --git a/openfisca_france_reforms/contrefactuel_plf/inflator_references.py b/openfisca_france_reforms/contrefactuel_plf/inflator_references.py
index 77f9612ca12b1055d055b9db1d17f2c3d20a6822..4ecc860fb8273ceec0b5fc4410964c69f580d264 100644
--- a/openfisca_france_reforms/contrefactuel_plf/inflator_references.py
+++ b/openfisca_france_reforms/contrefactuel_plf/inflator_references.py
@@ -96,7 +96,7 @@ def modify_metadata(parameters):
 
     param_apl = parameters.prestations_sociales.aides_logement.allocations_logement
     add_metadata(
-        param_apl.al_loc2.par_zone,
+        param_apl.locatif.formule.l_plafonds_loyers.par_zone,
         {
             "inflator_reference": {
                 "title": "Article L823-4 du code de la construction et de l'habitation",
@@ -136,7 +136,7 @@ def modify_metadata(parameters):
     )
 
     add_metadata(
-        param_apl.al_loc2.montant_forfaitaire_participation_minimale_po,
+        param_apl.locatif.formule.pp_particip_perso.p0_particip_min.p0_forfait,
         {
             "inflator_reference": {
                 "title": "Article L823-4 du code de la construction et de l'habitation",