From fb80283b3ea113d9bde3b4be4b234358720aa26e Mon Sep 17 00:00:00 2001 From: Eric Villemure Date: Wed, 8 Dec 2021 08:39:43 -0500 Subject: [PATCH] fix TOC links --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08cbcbd..3fedf85 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ This is the [Fuzzy Labs](https://fuzzylabs.ai) guide to the universe of free and ## Contents -* [What is MLOps, anyway?](#what-is-mlops) -* [Data version control](#data-versioning) +* [What is MLOps, anyway?](#what-is-mlops-anyway) +* [Data version control](#data-version-control) * [Experiment tracking](#experiment-tracking) * [Model training](#model-training) +* [Feature stores](#feature-stores) * [Model deployment and serving](#model-deployment-and-serving) * [Model monitoring](#model-monitoring) * [Full stacks](#full-stacks)