From 9718f294651f55320ddbc535d6f0ca119068cba6 Mon Sep 17 00:00:00 2001 From: Marius Kimmina <38843153+mariuskimmina@users.noreply.github.com> Date: Sun, 7 Aug 2022 11:09:44 +0200 Subject: [PATCH] Fix Links in ToC Hey, I noticed that all links in the table of contents that contained an "&" are broken. Here is a fix. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 768872a..c4cc8a1 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T - [Distributed Filesystems](#distributed-filesystems) - [Applications Platforms](#applications-platforms) - [Container Image Registry](#container-image-registry) - - [Automation & Orchestration](#automation-orchestration) - - [Continuous Integration & Delivery](#continuous-integration-delivery) + - [Automation & Orchestration](#automation--orchestration) + - [Continuous Integration & Delivery](#continuous-integration--delivery) - [Source Code Management](#source-code-management) - [Web Servers](#web-servers) - [SSL](#ssl) - [Databases](#databases) - - [Observability and Monitoring](#observability-monitoring) - - [Service Discovery & Service Mesh](#service-discovery-service-mesh) + - [Observability and Monitoring](#observability--monitoring) + - [Service Discovery & Service Mesh](#service-discovery--service-mesh) - [Chaos Engineering](#chaos-engineering) - [API Gateway](#api-gateway) - [Code review](#code-review)