From 8cf506760204dffe7d0e4c029e9c86cfa4239ed3 Mon Sep 17 00:00:00 2001 From: Kyriakos Toulgaridis <35013508+ktoulgaridis@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:47:56 +0100 Subject: [PATCH] Fix Broken Link in TOC Change either Data versioning header to Data version control or the reverse to fix non-working link in the table of contents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3652981..08cbcbd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is the [Fuzzy Labs](https://fuzzylabs.ai) guide to the universe of free and ## Contents * [What is MLOps, anyway?](#what-is-mlops) -* [Data versioning](#data-versioning) +* [Data version control](#data-versioning) * [Experiment tracking](#experiment-tracking) * [Model training](#model-training) * [Model deployment and serving](#model-deployment-and-serving)