Skip to content

Commit 205beb4

Browse files
committed
Update authoring links
1 parent 121fa4c commit 205beb4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
Verify Python code submissions and auto-generate meaningful feedback messages. Originally developed for Python exercises on DataCamp for so-called Submission Correctness Tests, but can also be used independently.
99

10-
- New to teaching on DataCamp? Check out https://authoring.datacamp.com.
11-
- To learn what SCTs are and how they work, visit [this article](https://authoring.datacamp.com/courses/exercises/technical-details/sct.html) specifically.
10+
- New to teaching on DataCamp? Check out https://instructor-support.datacamp.com
11+
- To learn what SCTs are and how they work, visit [this article](https://instructor-support.datacamp.com/courses/course-development/submission-correctness-tests) specifically.
1212
- For a complete overview of all functionality inside pythonwhat and articles about what to use when, consult https://pythonwhat.readthedocs.io.
1313

1414
## Installation
@@ -48,7 +48,7 @@ dir(Ex()._state) # list all elements available in the state object
4848
Ex()._state.student_code # access student_code of state object
4949
```
5050

51-
To learn how to include an SCT in a DataCamp course, visit https://authoring.datacamp.com.
51+
To learn how to include an SCT in a DataCamp course, visit https://instructor-support.datacamp.com.
5252

5353
## Run tests
5454

0 commit comments

Comments
 (0)