From a4f714ea6c3e1b0c689a471923396ef1c5a1add6 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 11 Aug 2022 11:17:42 -0400 Subject: [PATCH] Move inline images out of root directory The root directory is already very cluttered, so move the simple images to new images subdir --- README.md | 4 ++-- logo.png => images/logo.png | Bin snapshots.gif => images/snapshots.gif | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename logo.png => images/logo.png (100%) rename snapshots.gif => images/snapshots.gif (100%) diff --git a/README.md b/README.md index 8c1f2caf681..ac0f455770b 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.eclipse.org%2Fcdt%2Fjob%2Fcdt-master%2F)](https://ci.eclipse.org/cdt/job/cdt-master/) [![Jenkins tests](https://img.shields.io/jenkins/tests?compact_message&jobUrl=https%3A%2F%2Fci.eclipse.org%2Fcdt%2Fjob%2Fcdt-master%2F)](https://ci.eclipse.org/cdt/job/cdt-master/lastCompletedBuild/testReport/) ![GitHub](https://img.shields.io/github/license/eclipse-cdt/cdt) [![Eclipse Marketplace](https://img.shields.io/eclipse-marketplace/v/eclipse-cc-ide)](https://marketplace.eclipse.org/content/eclipse-cc-ide) [![GitHub contributors](https://img.shields.io/github/contributors-anon/eclipse-cdt/cdt)](https://github.com/eclipse-cdt/cdt/graphs/contributors) - + The Eclipse CDT™ Project provides a fully functional C and C++ Integrated Development Environment based on the Eclipse platform. Features include: support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers. See also https://projects.eclipse.org/projects/tools.cdt and https://eclipse.org/cdt - + ## Download diff --git a/logo.png b/images/logo.png similarity index 100% rename from logo.png rename to images/logo.png diff --git a/snapshots.gif b/images/snapshots.gif similarity index 100% rename from snapshots.gif rename to images/snapshots.gif