diff --git a/README.txt b/README.txt index f94ff8cb8abe41b7a130a9438b77a1377207bf93..9d8fc822cae97a65080e62e5613fb2763dce1d3a 100644 --- a/README.txt +++ b/README.txt @@ -38,7 +38,7 @@ Installation ------------ Context can be installed like any other Drupal module -- place it in the modules directory for your site and enable it (and its requirement, -CTools) on the `admin/build/modules` page. +CTools) on the `admin/modules` page. You will probably also want to install Context UI which provides a way for you to edit contexts through the Drupal admin interface. diff --git a/context_layouts/README.txt b/context_layouts/README.txt index 2dddf258906433b3558ca5134ad490ecb26bb903..8d1e979933047ecaaf2b6c6e4a595b91521d49f1 100644 --- a/context_layouts/README.txt +++ b/context_layouts/README.txt @@ -13,7 +13,7 @@ Requirements ------------ In order to use context layouts, your site must meet a few conditions: -- Context and Context layouts modules are enabled (`admin/build/modules`). +- Context and Context layouts modules are enabled (`admin/modules`). - You are using a theme which provides and has declared multiple layouts. (See "Example themes" for themes you can try.) diff --git a/context_ui/README.txt b/context_ui/README.txt index 86dcc9fdac7873f28b66996dba64f48a4c596d49..a9d4538f94de87a6da9753405506163b1804cb29 100644 --- a/context_ui/README.txt +++ b/context_ui/README.txt @@ -9,7 +9,7 @@ are built and can be turned off on most production sites. Requirements ------------ -- Context, Context UI modules enabled (`admin/build/modules`) +- Context, Context UI modules enabled (`admin/modules`) - [jQuery UI 1.x][1] and [Admin 2.x][2] to use the inline context editor. Optional.