From dcb07b71c3856ed20ddf2e3c7e83e5653dd05a3e Mon Sep 17 00:00:00 2001 From: Ingrid Novak Date: Sun, 19 May 2024 18:59:04 +0300 Subject: [PATCH] removed empty links in md file --- versioned_docs/version-1/spark/advanced-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-1/spark/advanced-testing.md b/versioned_docs/version-1/spark/advanced-testing.md index cd6e53c..55b24a8 100644 --- a/versioned_docs/version-1/spark/advanced-testing.md +++ b/versioned_docs/version-1/spark/advanced-testing.md @@ -10,7 +10,7 @@ Spark comes with a number of advanced testing methods: In the future, Spark will also support these: -- [Symbolic Execution](#) -- [Mutation Testing](#) +- [Symbolic Execution](./advanced-testing.md) +- [Mutation Testing](./advanced-testing.md) Each chapter dives into what problem the testing methods solve, and how to apply them to your own project.