Skip to content

Commit

Permalink
fix: fix github url strings (org edx -> openedx)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Sep 7, 2022
1 parent cc62c64 commit 7a2dd9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use a custom brand and theme...

1. Fork or copy this project. Ensure that it lives in a location accessible to Open edX applications during asset builds. This may be a published git repo, npm, or local folder depending on your situation.

2. Replace the assets in this project with your own logos or SASS theme. Match the filenames exactly. Open edX applications refer to these files by their filepath. Refer to the brand for edx.org at https://github.com/edx/brand for an example.
2. Replace the assets in this project with your own logos or SASS theme. Match the filenames exactly. Open edX applications refer to these files by their filepath. Refer to the brand for edx.org at https://github.com/openedx/brand for an example.

3. Configure your Open edX instance to consume your custom brand package. Refer to this documentation on configuring the platform: https://open-edx-proposals.readthedocs.io/en/latest/oep-0048-brand-customization.html [TODO: Add a link to documentation on configuring in Open edX MFE pipelines when it exists]

Expand Down Expand Up @@ -49,4 +49,4 @@ Files this package must make available
:alt: favicon
:width: 32px

``/paragon/fonts.scss``, ``/paragon/_variables.scss``, ``/paragon/_overrides.scss`` A SASS theme for `@edx/paragon <https://github.com/edx/paragon>`_. Theming documentation in Paragon is coming soon. In the meantime, you can start a theme by the contents of `_variables.scss (after line 7) <https://github.com/edx/paragon/blob/master/scss/core/_variables.scss#L7-L1046>`_ file from the Paragon repository into this file.
``/paragon/fonts.scss``, ``/paragon/_variables.scss``, ``/paragon/_overrides.scss`` A SASS theme for `@edx/paragon <https://github.com/openedx/paragon>`_. Theming documentation in Paragon is coming soon. In the meantime, you can start a theme by the contents of `_variables.scss (after line 7) <https://github.com/openedx/paragon/blob/master/scss/core/_variables.scss#L7-L1046>`_ file from the Paragon repository into this file.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "The default branding and SASS theme package containing for Open edX applications. This package is designed to be copied and customized.",
"repository": {
"type": "git",
"url": "git+https://github.com/edx/brand-openedx.git"
"url": "git+https://github.com/openedx/brand-openedx.git"
},
"author": "edX",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/edx/brand-openedx/issues"
"url": "https://github.com/openedx/brand-openedx/issues"
},
"homepage": "https://github.com/edx/brand-openedx#readme",
"homepage": "https://github.com/openedx/brand-openedx#readme",
"publishConfig": {
"access": "public"
}
Expand Down
2 changes: 1 addition & 1 deletion paragon/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Use this file to set SASS variables for @edx/paragon
// See _variables.scss in https://github.com/edx/paragon/blob/master/scss/core/ for reference
// See _variables.scss in https://github.com/openedx/paragon/blob/master/scss/core/ for reference

0 comments on commit 7a2dd9a

Please sign in to comment.