From c16158772d64cab8a4ed1f165cab57d307998e78 Mon Sep 17 00:00:00 2001 From: Hossein Date: Tue, 23 Mar 2021 14:20:32 +0430 Subject: Using .md extension/Markdown syntax for modules README Renaming all README files for all top level modules to README.md, applying no content change at this stage to be able to track history of the files. These files should be edited to use correct Markdown syntax later. Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- bridges/README | 4 ---- bridges/README.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 bridges/README create mode 100644 bridges/README.md (limited to 'bridges') diff --git a/bridges/README b/bridges/README deleted file mode 100644 index 7c0eee30bbba..000000000000 --- a/bridges/README +++ /dev/null @@ -1,4 +0,0 @@ -Bridges from various C++ ABIs, Java JNI, MS .Net to UNO and back. - -Also implementation of the UNO Remote Protocol. And in ooo-build a bridge from Mono to UNO and back. - diff --git a/bridges/README.md b/bridges/README.md new file mode 100644 index 000000000000..7c0eee30bbba --- /dev/null +++ b/bridges/README.md @@ -0,0 +1,4 @@ +Bridges from various C++ ABIs, Java JNI, MS .Net to UNO and back. + +Also implementation of the UNO Remote Protocol. And in ooo-build a bridge from Mono to UNO and back. + -- cgit