Skip to content

Commit bc1b02c

Browse files
committed
fix: Update the url for the CLA check.
The old URL is no longer valid, so we point to the new documentation for this.
1 parent 0dd3851 commit bc1b02c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

openedx_webhooks/cla_check.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ def cla_status_on_pr(pull_request: PrDict) -> Optional[Dict[str, str]]:
8181
# A status is a dict of values. We only have a few that we use, so build them
8282
# all here.
8383
CLA_CONTEXT = "openedx/cla"
84-
CLA_DETAIL_URL = (
85-
"https://openedx.atlassian.net/wiki/spaces/COMM/pages/941457737/" +
86-
"How+to+start+contributing+to+the+Open+edX+code+base"
87-
)
84+
CLA_DETAIL_URL = "https://docs.openedx.org/en/latest/developers/quickstarts/so_you_want_to_contribute.html#id175"
8885

8986
CLA_STATUS_GOOD = {
9087
"context": CLA_CONTEXT,

0 commit comments

Comments
 (0)