diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml
index ed096454..900aa208 100644
--- a/.github/workflows/links.yml
+++ b/.github/workflows/links.yml
@@ -34,6 +34,7 @@ jobs:
--exclude https://stackoverflow.com
--exclude http://www.gnu.org
--exclude http://fsf.org
+ --exclude https://labs.quansight.org
--exclude docs/pages
--exclude docs/_includes
--exclude-path '\\{\\{cookiecutter.project_slug\\}\\}/README.md'
diff --git a/docs/pages/testing.md b/docs/pages/testing.md
index 8428783c..a156f9d2 100644
--- a/docs/pages/testing.md
+++ b/docs/pages/testing.md
@@ -19,7 +19,7 @@ layout: default
| ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------: |
| [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/index.html) | A framework to generate coverage reports that plays nicely with `pytest`. | Best |
| [pytest-mock](https://pytest-mock.readthedocs.io/en/latest/index.html) | A framework to mock/patch objects that plays nicely with `pytest`. | Best |
-| [pyfakefs](https://pytest-pyfakefs.readthedocs.io/en/latest/) | A plugin to create a full fake file system, for situations where you need something more complicated than the built in [`tmp_path` fixture](https://docs.pytest.org/en/stable/how-to/tmp_path.html#how-to-use-temporary-directories-and-files-in-tests). | Best |
+| [pyfakefs](https://pytest-pyfakefs.readthedocs.io/latest/) | A plugin to create a full fake file system, for situations where you need something more complicated than the built in [`tmp_path` fixture](https://docs.pytest.org/en/stable/how-to/tmp_path.html#how-to-use-temporary-directories-and-files-in-tests). | Best |
## Property based testing