Index: pathfilter/README.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/pathfilter/README.txt,v retrieving revision 1.7 diff -u -F^f -r1.7 README.txt --- pathfilter/README.txt 24 Aug 2006 07:03:08 -0000 1.7 +++ pathfilter/README.txt 4 Sep 2006 18:21:49 -0000 @@ -26,6 +26,9 @@ move your site to a different path (e.g. from a development site at http://example.com/dev/ to a production site at http://example.com/). +Warning: In order to avoid broken links, you should clear your cache [2] +after you update a alias for a path referenced by any internal links. + ----------------------- INSTALLATION ----------------------- @@ -35,7 +38,7 @@ absolute URLs (default) or relative paths. ----------------------- - USE WITH TINYMCE [2] + USE WITH TINYMCE [3] ----------------------- In its default configuration, TinyMCE will treat a link to "internal:foo" as a normal relative URL and try to prefix it with the appropriate base URL, @@ -68,4 +71,6 @@ function phptemplate_tinymce_theme($init - Write handbook page. [1] http://api.drupal.org/api/4.7/function/url -[2] http://drupal.org/project/tinymce \ No newline at end of file +[2] The "empty cache" link provided by the Devel module + (http://drupal.org/project/devel) is a convenient way to accomplish this. +[3] http://drupal.org/project/tinymce