Skip to content

Commit 9cf4058

Browse files
committed
chore: update links to correct GitHub organization after repo transfer
1 parent 91c18f3 commit 9cf4058

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project is governed by the [Eclipse Community Code of Conduct](CODE_OF_COND
1010

1111
The following communication channels are available:
1212

13-
* [openvsx issues](https://github.com/eclipse/openvsx/issues) - for general issues (bug reports, feature requests, etc.)
13+
* [openvsx issues](https://github.com/eclipse-openvsx/openvsx/issues) - for general issues (bug reports, feature requests, etc.)
1414
* [open-vsx.org issues](https://github.com/EclipseFdn/open-vsx.org/issues) - for issues related to [open-vsx.org](https://open-vsx.org/) (outage reports, requests about extensions and namespaces, etc.)
1515
* [Slack workspace](https://join.slack.com/t/openvsxworkinggroup/shared_invite/zt-2y07y1ggy-ct3IfJljjGI6xWUQ9llv6A) - for questions and project-related discussion
1616
* [Developer mailing list](https://accounts.eclipse.org/mailing-list/openvsx-dev) - for organizational issues (e.g. elections of new committers)

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
</h1>
88

99
<p align="center">
10-
<a href="https://gitpod.io/#https://github.com/eclipse/openvsx"><img alt="Gitpod Ready-to-Code" src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" /></a>
11-
<a href="https://workspaces.openshift.com#https://github.com/eclipse/openvsx"><img alt="Contribute" src="https://www.eclipse.org/che/contribute.svg" /></a>
10+
<a href="https://gitpod.io/#https://github.com/eclipse-openvsx/openvsx"><img alt="Gitpod Ready-to-Code" src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" /></a>
11+
<a href="https://workspaces.openshift.com#https://github.com/eclipse-openvsx/openvsx"><img alt="Contribute" src="https://www.eclipse.org/che/contribute.svg" /></a>
1212
<a href="https://join.slack.com/t/openvsxworkinggroup/shared_invite/zt-2y07y1ggy-ct3IfJljjGI6xWUQ9llv6A"><img alt="Slack workspace" src="https://img.shields.io/badge/Slack-Join%20workspace-4A154B?logo=slack&logoColor=white" /></a>
13-
<a href="https://github.com/eclipse/openvsx/blob/master/LICENSE"><img alt="EPLv2 License" src="https://img.shields.io/github/license/eclipse/openvsx" /></a>
14-
<a href="https://github.com/eclipse/openvsx/releases"><img alt="Release" src="https://img.shields.io/github/v/tag/eclipse/openvsx?sort=semver" /></a>
13+
<a href="https://github.com/eclipse-openvsx/openvsx/blob/master/LICENSE"><img alt="EPLv2 License" src="https://img.shields.io/github/license/eclipse-openvsx/openvsx" /></a>
14+
<a href="https://github.com/eclipse-openvsx/openvsx/releases"><img alt="Release" src="https://img.shields.io/github/v/tag/eclipse-openvsx/openvsx?sort=semver" /></a>
1515
<a href="https://www.npmjs.com/package/ovsx"><img alt="cli" src="https://img.shields.io/npm/v/ovsx?label=cli" /></a>
16-
<a href="https://github.com/eclipse/openvsx/actions/workflows/main.yml?query=branch%3Amaster"><img alt="Build Status" src="https://github.com/eclipse/openvsx/actions/workflows/main.yml/badge.svg?branch:master" /></a>
17-
<a href="https://scorecard.dev/viewer/?uri=github.com/eclipse/openvsx"><img alt="OpenSSF Scorecard" src="https://api.securityscorecards.dev/projects/github.com/eclipse/openvsx/badge" /></a>
16+
<a href="https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml?query=branch%3Amaster"><img alt="Build Status" src="https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml/badge.svg?branch:master" /></a>
17+
<a href="https://scorecard.dev/viewer/?uri=github.com/eclipse-openvsx/openvsx"><img alt="OpenSSF Scorecard" src="https://api.securityscorecards.dev/projects/github.com/eclipse-openvsx/openvsx/badge" /></a>
1818
</p>
1919

2020
# Eclipse Open VSX
@@ -28,19 +28,19 @@ the [EclipseFdn/open-vsx.org wiki](https://github.com/EclipseFdn/open-vsx.org/wi
2828

2929
## Getting Started
3030

31-
See the [openvsx Wiki](https://github.com/eclipse/openvsx/wiki) for documentation of general concepts and usage of this project.
31+
See the [openvsx Wiki](https://github.com/eclipse-openvsx/openvsx/wiki) for documentation of general concepts and usage of this project.
3232

3333
## Development
3434

3535
- The easiest way to get a development environment for this project is to open it in [Gitpod](https://gitpod.io/).
3636

37-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/eclipse/openvsx)
37+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/eclipse-openvsx/openvsx)
3838

3939
Click _Open Browser_ on port 3000 to see the running web application.
4040

4141
- Open a development environment in [Red Hat OpenShift Dev Spaces](https://docs.redhat.com/en/documentation/red_hat_openshift_dev_spaces), it is an open source product based on Eclipse Che that is running on [OpenShift Dedicated](https://www.redhat.com/en/technologies/cloud-computing/openshift/dedicated).
4242

43-
[![Open in Dev Spaces](https://www.eclipse.org/che/contribute.svg)](https://workspaces.openshift.com#https://github.com/eclipse/openvsx)
43+
[![Open in Dev Spaces](https://www.eclipse.org/che/contribute.svg)](https://workspaces.openshift.com#https://github.com/eclipse-openvsx/openvsx)
4444

4545
### cli
4646

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Instead, you can report it using one of the following ways:
1212

1313
* Contact the [Eclipse Foundation Security Team](mailto:security@eclipse-foundation.org) via email
1414
* Create a [confidential issue](https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/new?issuable_template=new_vulnerability) in the Eclipse Foundation Vulnerability Reporting Tracker
15-
* Report a [vulnerability](https://github.com/eclipse-csi/otterdog/security/advisories/new) directly via private vulnerability reporting on GitHub
15+
* Report a [vulnerability](https://github.com/eclipse-openvsx/openvsx/security/advisories/new) directly via private vulnerability reporting on GitHub
1616

1717
You can find more information about reporting and disclosure at the [Eclipse Foundation Security page](https://www.eclipse.org/security/).
1818

@@ -32,4 +32,4 @@ This information will help us triage your report more quickly.
3232

3333
# Supported Versions
3434

35-
This project supports and provides security fixes only for the latest released version (see [Open VSX releases](https://github.com/eclipse/openvsx/releases)).
35+
This project supports and provides security fixes only for the latest released version (see [Open VSX releases](https://github.com/eclipse-openvsx/openvsx/releases)).

doc/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
To get started quickly, it is recommended to use Gitpod as default with the development environment already configured.
66

7-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/eclipse/openvsx)
7+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/eclipse-openvsx/openvsx)
88

99
### Using Red Hat OpenShift Dev Spaces
1010

1111
Open a development environment in Red Hat OpenShift Dev Spaces.
1212

13-
[![Open in Dev Spaces](https://www.eclipse.org/che/contribute.svg)](https://workspaces.openshift.com#https://github.com/eclipse/openvsx)
13+
[![Open in Dev Spaces](https://www.eclipse.org/che/contribute.svg)](https://workspaces.openshift.com#https://github.com/eclipse-openvsx/openvsx)
1414

1515
In the workspace, you'll find a set of predefined commands from the devfile.yaml that will assist you in building, running, and testing the application:
1616
* 1.1. Build OVSX CLI

0 commit comments

Comments
 (0)