From 78b5e4a297203c00f89df0b142baef5fa32487dc Mon Sep 17 00:00:00 2001 From: hasheddan Date: Sat, 7 Aug 2021 11:04:13 -0400 Subject: [PATCH] Fix order and links in spec TOC Fixes link to requirements section from spec table of contents and places it in correct ordering relative to official certification. Signed-off-by: hasheddan --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 6d32f7e4..f6fc9322 100644 --- a/spec.md +++ b/spec.md @@ -9,8 +9,8 @@ - [Use Cases](#use-cases) - [Notational Conventions](#notational-conventions) - [Conformance](#conformance) - - [Minimum Requirements](#minimum-requirements) - [Official Certification](#official-certification) + - [Requirements](#requirements) - [Workflow Categories](#workflow-categories) 1. [Pull](#pull) 2. [Push](#push)