Skip to content

Commit 49ae359

Browse files
authored
Update plugin marketplace id in README.md
1 parent fecbc90 commit 49ae359

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Kubernetes Run Configuration Env
22

33
![Build](https://github.com/ssharaev/intelij-k8s-env-plugin/workflows/Build/badge.svg)
4-
[![Version](https://img.shields.io/jetbrains/plugin/v/26165.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)
5-
[![Downloads](https://img.shields.io/jetbrains/plugin/d/26165.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)
4+
[![Version](https://img.shields.io/jetbrains/plugin/v/26165.svg)](https://plugins.jetbrains.com/plugin/26165)
5+
[![Downloads](https://img.shields.io/jetbrains/plugin/d/26165.svg)](https://plugins.jetbrains.com/plugin/26165)
66

77
This plugin allows you to add environment variables to your run configuration from a k8s cluster. It uses the current context from `$KUBECONFIG` or `$HOME/.kube/config` file.
88

@@ -24,9 +24,9 @@ Also, you can replace your variable values using regexp.
2424

2525
- Using JetBrains Marketplace:
2626

27-
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
27+
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26165) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
2828

29-
You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using
29+
You can also download the [latest release](https://plugins.jetbrains.com/plugin/26165/versions) from JetBrains Marketplace and install it manually using
3030
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
3131

3232
- Manually:
@@ -36,4 +36,4 @@ Also, you can replace your variable values using regexp.
3636

3737
# License
3838

39-
Copyright (c) 2024 Sviatoslav Sharaev. See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).
39+
Copyright (c) 2024 Sviatoslav Sharaev. See the [LICENSE](./LICENSE) file for license rights and limitations (MIT).

0 commit comments

Comments
 (0)