Skip to content
Snippets Groups Projects
Commit d4f792ba authored by Sarina Canelake's avatar Sarina Canelake
Browse files

fix: Respond to PR feedback

parent 0959d4a9
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Changelog
.. There should always be an "Unreleased" section for changes pending release.
Please See the [releases tab](https://github.com/edx/xblock-lti-consumer/releases) for the complete changelog.
Please See the [releases tab](https://github.com/openedx/xblock-lti-consumer/releases) for the complete changelog.
Unreleased
~~~~~~~~~~
......@@ -197,7 +197,7 @@ Please note that additional breaking changes will be forthcoming in future versi
-------------------
* NOTE: This release requires a corresponding change in edx-platform that was
implemented in https://github.com/edx/edx-platform/pull/27529
implemented in https://github.com/openedx/edx-platform/pull/27529
As such, this release cannot be installed in releases before Maple.
* Move ``CourseEditLTIFieldsEnabledFlag`` from ``edx-platform`` to this repo
while retaining data from existing model.
......
......@@ -34,7 +34,7 @@ covreport: ## Show the coverage results
COMMON_CONSTRAINTS_TXT=requirements/common_constraints.txt
.PHONY: $(COMMON_CONSTRAINTS_TXT)
$(COMMON_CONSTRAINTS_TXT):
wget -O "$(@)" https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt || touch "$(@)"
wget -O "$(@)" https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt || touch "$(@)"
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: $(COMMON_CONSTRAINTS_TXT) ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
......
......@@ -330,8 +330,8 @@ Please do not report security issues in public. Please email security@tcril.org.
:target: https://github.com/openedx/xblock-lti-consumer/actions?query=workflow%3A%22Python+CI%22
:alt: Test suite status
.. |codecov-badge| image:: https://codecov.io/github/edx/xblock-lti-consumer/coverage.svg?branch=master
:target: https://codecov.io/github/edx/xblock-lti-consumer?branch=master
.. |codecov-badge| image:: https://codecov.io/github/openedx/xblock-lti-consumer/coverage.svg?branch=master
:target: https://codecov.io/github/openedx/xblock-lti-consumer?branch=master
:alt: Code coverage
.. |status-badge| image:: https://img.shields.io/badge/Status-Maintained-brightgreen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment