mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix repo org in links
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
1d0815abd2
commit
cb9c7fd4eb
@ -13,7 +13,7 @@ Lens - The free, smart desktop application for managing Kubernetes clusters.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Download a pre-built package from the [releases](https://github.com/kontena/lens/releases) page. Lens can be also installed via [snapcraft](https://snapcraft.io/kontena-lens) (Linux only).
|
Download a pre-built package from the [releases](https://github.com/lensapp/lens/releases) page. Lens can be also installed via [snapcraft](https://snapcraft.io/kontena-lens) (Linux only).
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
@ -24,4 +24,4 @@ Download a pre-built package from the [releases](https://github.com/kontena/lens
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Bug reports and pull requests are welcome on GitHub at https://github.com/kontena/lens.
|
Bug reports and pull requests are welcome on GitHub at https://github.com/lensapp/lens.
|
||||||
|
|||||||
@ -87,7 +87,7 @@
|
|||||||
{
|
{
|
||||||
"provider": "github",
|
"provider": "github",
|
||||||
"repo": "lens",
|
"repo": "lens",
|
||||||
"owner": "kontena"
|
"owner": "lensapp"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"snap": {
|
"snap": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user