Skip to content

Commit 00a7bba

Browse files
committed
removed remaining 'IntelliJ's in README etc. (#159)
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent d5ff474 commit 00a7bba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are only a few guidelines that we need contributors to follow.
1010
* [Java Development Kit](https://adoptopenjdk.net/)
1111
2. Fork and clone the repository
1212
3. `cd intellij-kubernetes`
13-
4. Import the folder as a project in JetBrains IntelliJ
13+
4. Import the folder as a project in JetBrains IDEA
1414

1515
## Run the plugin locally
1616

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# IntelliJ Kubernetes
1+
# Kubernetes
22

33
## Overview
44

5-
JetBrains IntelliJ plugin for interacting with Kubernetes and OpenShift clusters.
5+
JetBrains IDEA plugin for interacting with Kubernetes and OpenShift clusters.
66
The plugin provides functionalities and user experiences that are very close to the Kubernetes extension for vscode (https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools).
77

88
This plugin is currently in Preview Mode.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test {
6060
}
6161

6262
intellij {
63-
version ideaVersion //for a full list of IntelliJ IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
63+
version ideaVersion //for a full list of Jetbrains IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
6464
pluginName 'com.redhat.devtools.intellij.kubernetes'
6565
updateSinceUntilBuild false
6666
}

0 commit comments

Comments
 (0)