From 617faffc02c7888dabd9cfeebe88e32143987a16 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 27 Mar 2024 14:52:30 +0800 Subject: [PATCH] MDL-79671 editor_tiny: Move readme to make it easier to maintain --- lib/editor/tiny/{js/tinymce => }/readme_moodle.md | 0 lib/editor/tiny/readme_moodle.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/editor/tiny/{js/tinymce => }/readme_moodle.md (100%) diff --git a/lib/editor/tiny/js/tinymce/readme_moodle.md b/lib/editor/tiny/readme_moodle.md similarity index 100% rename from lib/editor/tiny/js/tinymce/readme_moodle.md rename to lib/editor/tiny/readme_moodle.md diff --git a/lib/editor/tiny/readme_moodle.txt b/lib/editor/tiny/readme_moodle.txt index 016ae378cfa..c7b5f05ee88 100644 --- a/lib/editor/tiny/readme_moodle.txt +++ b/lib/editor/tiny/readme_moodle.txt @@ -1 +1 @@ -For instructions on how to import TinyMCE into Moodle, see js/tinymce/readme_moodle.md. +For instructions on how to import TinyMCE into Moodle, see readme_moodle.md.