Skip to content

Commit

Permalink
Merge pull request #21 from openedx/tcril/fix-gh-org-url
Browse files Browse the repository at this point in the history
Fix github url strings (org edx -> openedx)
  • Loading branch information
sarina authored Sep 14, 2022
2 parents 391b412 + b455fa8 commit d85e7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master
uses: openedx/.github/.github/workflows/commitlint.yml@master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A Python library for implementing Tin Can API.

[![Build Status](https://github.com/edx/TinCanPython/workflows/Python%20CI/badge.svg?branch=master)](https://github.com/edx/TinCanPython/actions?query=workflow%3A%22Python+CI%22)
[![Build Status](https://github.com/openedx/TinCanPython/workflows/Python%20CI/badge.svg?branch=master)](https://github.com/openedx/TinCanPython/actions?query=workflow%3A%22Python+CI%22)

For hosted API documentation, basic usage instructions, supported version listing, etc. visit the main project website at:

Expand Down

0 comments on commit d85e7f2

Please sign in to comment.