From 60983f83199e9b086c8de9e395f15c0d29244d50 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 9 Jul 2024 08:47:30 +1000 Subject: [PATCH] Fix broken link, update exclusions list (#51579) --- .../teach-with-github-classroom/use-autograding.md | 2 +- src/links/lib/excluded-links.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md index 34f600424026..1177bdaf7c66 100644 --- a/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md +++ b/content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/use-autograding.md @@ -51,7 +51,7 @@ A Python test runs a setup command, then runs `pytest`. The number of points awa | Setting | Description | | :- | :- | | **Test name** | The name of the test, to identify the test in logs | -| **Setup command** | _Optional_. A command to run before tests, such as compilation or installation. [Some dependencies are already installed](https://github.com/education/autograding-python-grader/blob/main/requirements.txt), but you can install more if needed. You do not need to use `sudo`, and should use `pip` instead of `pip3`. | +| **Setup command** | _Optional_. A command to run before tests, such as compilation or installation. [Some dependencies are already installed](https://github.com/classroom-resources/autograding-python-grader/blob/main/requirements.txt), but you can install more if needed. You do not need to use `sudo`, and should use `pip` instead of `pip3`. | | **Run command** | The command to run the test and generate an exit code for evaluation | | **Timeout** | In minutes, how long a test should run before resulting in failure | | **Points** | _Optional_. The total number of points the entire `pytest` suite is worth. Each test will be worth `Points / number_of_tests` | diff --git a/src/links/lib/excluded-links.yml b/src/links/lib/excluded-links.yml index d1dc2dade925..d5c9cd059f78 100644 --- a/src/links/lib/excluded-links.yml +++ b/src/links/lib/excluded-links.yml @@ -66,3 +66,4 @@ - is: https://www.wireguard.com/quickstart/ - is: https://docs.openstack.org/horizon/latest/ - is: https://packages.ubuntu.com/search?keywords=netcat&searchon=names +- is: https://vimeo.com/333786093