Skip to content

Commit dbbb1e6

Browse files
committed
renamed repo
1 parent 05314e0 commit dbbb1e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Installation
1414

15-
1. Install plugin from [Marketplace](https://plugins.jetbrains.com/plugin/24117-odata-cli-ui) or download from [Releases page](https://github.com/ellizio/rider--plugin--odata-cli-ui/releases) and install manually
15+
1. Install plugin from [Marketplace](https://plugins.jetbrains.com/plugin/24117-odata-cli-ui) or download from [Releases page](https://github.com/ellizio/odata-cli-ui/releases) and install manually
1616
2. Install the latest version of the OData CLI tool with the command `dotnet tool install -g Microsoft.OData.Cli`
1717

1818
## Usage
@@ -24,5 +24,5 @@
2424

2525
## Additional References
2626

27-
- [Changelog](https://github.com/ellizio/rider--plugin--odata-cli-ui/blob/master/CHANGELOG.md)
27+
- [Changelog](https://github.com/ellizio/odata-cli-ui/blob/master/CHANGELOG.md)
2828
- [OData CLI](https://learn.microsoft.com/en-us/odata/odatacli/getting-started)

src/rider/main/resources/UiBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cli.tab.request=Request Arguments
77
cli.cli-version.label=OData CLI version:
88
cli.cli-version.label-value.not-installed=Not installed
99
cli.cli-version.label-value.global=Global
10-
cli.cli-version.comment=Not installed? Follow <a href='https://github.com/ellizio/rider--plugin--odata-cli-ui/blob/master/README.md#installation'>instructions</a>
10+
cli.cli-version.comment=Not installed? Follow <a href='https://github.com/ellizio/odata-cli-ui/blob/master/README.md#installation'>instructions</a>
1111
cli.service-name.row=Service name:
1212
cli.metadata-source.row=Metadata source:
1313
cli.metadata-source.comment=The URI of the metadata document. The value must be set to a valid service document URI or a local file path

0 commit comments

Comments
 (0)