From f652d93881deb9f36503c3ef5a84e4ef502383bd Mon Sep 17 00:00:00 2001 From: Fumiaki MATSUSHIMA Date: Mon, 15 Feb 2021 16:48:27 +0900 Subject: [PATCH] Remove customizing section (#18717) CUSTOMIZING.md was removed in https://github.com/eclipse/che/pull/13839 Signed-off-by: Fumiaki MATSUSHIMA --- dockerfiles/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/dockerfiles/README.md b/dockerfiles/README.md index 0743b87416..8f2f9408ad 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -20,9 +20,6 @@ The `che` repository is where we do development and there are many ways you can - Review [source code changes](https://github.com/eclipse/che/pulls) - [Improve docs](https://github.com/codenvy/che-docs) -### Customizing -There are many ways to customize Che out-of-the-box including [stacks, templates, commands, IDE extensions, server-side extensions plugins, assemblies, RESTful APIs, and editors](https://github.com/eclipse/che/blob/master/CUSTOMIZING.md). - ### Contributing If you are interested in fixing issues and contributing directly to the code base, please see [How to Contribute](https://github.com/eclipse/che/wiki/How-To-Contribute). It covers: - [Submitting bugs](https://github.com/eclipse/che/wiki/Submitting-Bugs-and-Suggestions)