You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This project is governed by the [Eclipse Community Code of Conduct](CODE_OF_COND
10
10
11
11
The following communication channels are available:
12
12
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.)
14
14
*[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.)
15
15
*[Slack workspace](https://join.slack.com/t/openvsxworkinggroup/shared_invite/zt-2y07y1ggy-ct3IfJljjGI6xWUQ9llv6A) - for questions and project-related discussion
16
16
*[Developer mailing list](https://accounts.eclipse.org/mailing-list/openvsx-dev) - for organizational issues (e.g. elections of new committers)
@@ -28,19 +28,19 @@ the [EclipseFdn/open-vsx.org wiki](https://github.com/EclipseFdn/open-vsx.org/wi
28
28
29
29
## Getting Started
30
30
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.
32
32
33
33
## Development
34
34
35
35
- The easiest way to get a development environment for this project is to open it in [Gitpod](https://gitpod.io/).
36
36
37
-
[](https://gitpod.io/#https://github.com/eclipse/openvsx)
37
+
[](https://gitpod.io/#https://github.com/eclipse-openvsx/openvsx)
38
38
39
39
Click _Open Browser_ on port 3000 to see the running web application.
40
40
41
41
- 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).
42
42
43
-
[](https://workspaces.openshift.com#https://github.com/eclipse/openvsx)
43
+
[](https://workspaces.openshift.com#https://github.com/eclipse-openvsx/openvsx)
Copy file name to clipboardExpand all lines: SECURITY.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Instead, you can report it using one of the following ways:
12
12
13
13
* Contact the [Eclipse Foundation Security Team](mailto:security@eclipse-foundation.org) via email
14
14
* 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
16
16
17
17
You can find more information about reporting and disclosure at the [Eclipse Foundation Security page](https://www.eclipse.org/security/).
18
18
@@ -32,4 +32,4 @@ This information will help us triage your report more quickly.
32
32
33
33
# Supported Versions
34
34
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)).
Copy file name to clipboardExpand all lines: doc/development.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
To get started quickly, it is recommended to use Gitpod as default with the development environment already configured.
6
6
7
-
[](https://gitpod.io/#https://github.com/eclipse/openvsx)
7
+
[](https://gitpod.io/#https://github.com/eclipse-openvsx/openvsx)
8
8
9
9
### Using Red Hat OpenShift Dev Spaces
10
10
11
11
Open a development environment in Red Hat OpenShift Dev Spaces.
12
12
13
-
[](https://workspaces.openshift.com#https://github.com/eclipse/openvsx)
13
+
[](https://workspaces.openshift.com#https://github.com/eclipse-openvsx/openvsx)
14
14
15
15
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:
0 commit comments