Skip to content

Commit 46cb0e4

Browse files
committed
Fix config directory in doc (#170)
1 parent 96328f4 commit 46cb0e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/patterns.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ By default no patterns are defined. You can create one by adding a property in a
77

88
For example to add a pattern on phone item:
99

10-
* Edit or create ``/etc/service-desk/config.local.inc.php``:
10+
* Edit or create ``/etc/white-pages/config.local.inc.php``:
1111

1212
.. code-block:: php
1313
1414
$attributes_map['phone']['pattern'] = "\+33 [0-9] [0-9]{2} [0-9]{2} [0-9]{2} [0-9]{2}";
1515
16-
* Edit or create ``/etc/service-desk/fr.inc.php``:
16+
* Edit or create ``/etc/white-pages/fr.inc.php``:
1717

1818
.. code-block:: php
1919

0 commit comments

Comments
 (0)