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
*[Docker 17.06 CE+](https://docs.docker.com/engine/installation/), which should come with [docker-compose](https://docs.docker.com/compose/install/) built in.
18
-
* A working, running [edX devstack](https://github.com/edx/devstack)
18
+
* A working, running [edX devstack](https://github.com/openedx/devstack)
19
19
20
20
To install and run locally:
21
21
```
@@ -61,7 +61,7 @@ The development server will run regardless of whether devstack is running along
61
61
## Development Inside Devstack Studio
62
62
63
63
To load studio-frontend components from the webpack-dev-server inside your
64
-
studio instance running in [Devstack](https://github.com/edx/devstack):
64
+
studio instance running in [Devstack](https://github.com/openedx/devstack):
65
65
66
66
1. In your devstack edx-platform folder, create `cms/envs/private.py` if it
67
67
does not exist already.
@@ -164,7 +164,7 @@ This all happens automagically on merges to master, hooray! There are just a few
164
164
165
165
### What is the latest version?
166
166
167
-
Check [github](https://github.com/edx/studio-frontend/releases), [npm](https://www.npmjs.com/package/@edx/studio-frontend), or the npm badge at [the top of this README](https://github.com/edx/studio-frontend#studio-frontend). `package.json` no longer contains the correct version (on Github), as it creates an odd loop of "something merged to master, run `semantic-release`" -> "`semantic-release` modified `package.json`, better check that in and make a PR" -> "a PR merged to master, run `semantic-release`", etc. This is the [default behavior for `semantic-release`](https://github.com/semantic-release/semantic-release/blob/caribou/docs/support/FAQ.md#why-is-the-packagejsons-version-not-updated-in-my-repository).
167
+
Check [github](https://github.com/openedx/studio-frontend/releases), [npm](https://www.npmjs.com/package/@edx/studio-frontend), or the npm badge at [the top of this README](https://github.com/openedx/studio-frontend#studio-frontend). `package.json` no longer contains the correct version (on Github), as it creates an odd loop of "something merged to master, run `semantic-release`" -> "`semantic-release` modified `package.json`, better check that in and make a PR" -> "a PR merged to master, run `semantic-release`", etc. This is the [default behavior for `semantic-release`](https://github.com/semantic-release/semantic-release/blob/caribou/docs/support/FAQ.md#why-is-the-packagejsons-version-not-updated-in-my-repository).
168
168
169
169
### Commit message linting
170
170
@@ -188,39 +188,39 @@ If you are making changes to the Dockerfile or docker-compose.yml you may want t
188
188
There's a bunch of boilerplate that needs to be created to set up a new
189
189
studio-frontend app that can be independently embedded into a page in Studio.
@@ -277,16 +277,16 @@ legacy Studio styles and would not need to apply any resets.
277
277
278
278
## Getting Help
279
279
280
-
If you need assistance with this repository please see our documentation for [Getting Help](https://github.com/edx/edx-platform#getting-help) for more information.
280
+
If you need assistance with this repository please see our documentation for [Getting Help](https://github.com/openedx/edx-platform#getting-help) for more information.
281
281
282
282
283
283
## Issue Tracker
284
284
285
-
We use JIRA for our issue tracker, not GitHub Issues. Please see our documentation for [tracking issues](https://github.com/edx/edx-platform#issue-tracker) for more information on how to track issues that we will be able to respond to and track accurately. Thanks!
285
+
We use JIRA for our issue tracker, not GitHub Issues. Please see our documentation for [tracking issues](https://github.com/openedx/edx-platform#issue-tracker) for more information on how to track issues that we will be able to respond to and track accurately. Thanks!
286
286
287
287
## How to Contribute
288
288
289
-
Contributions are very welcome, but for legal reasons, you must submit a signed [individual contributor's agreement](https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst#step-1-sign-a-contribution-agreement) before we can accept your contribution. See our [CONTRIBUTING](https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst) file for more information -- it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted.
289
+
Contributions are very welcome, but for legal reasons, you must submit a signed [individual contributor's agreement](https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst#step-1-sign-a-contribution-agreement) before we can accept your contribution. See our [CONTRIBUTING](https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst) file for more information -- it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted.
0 commit comments