From 100c5a7f3b4eea4ef1510fc37d73036d25a563a8 Mon Sep 17 00:00:00 2001 From: Andrew Meyer Date: Wed, 30 Aug 2017 08:32:47 -0500 Subject: [PATCH 1/2] Fix links in table of contents --- docs/tuf-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tuf-spec.md b/docs/tuf-spec.md index 6fd722a5..babf2401 100644 --- a/docs/tuf-spec.md +++ b/docs/tuf-spec.md @@ -9,8 +9,8 @@ Version: **1.0 (Draft)** - [System Overview](#2-system-overview) - [The Repository](#3-the-repository) - [Document Formats](#4-document-formats) -- [Detailed Workflows](5-detailed-workflows) -- [Usage](6-usage) +- [Detailed Workflows](#5-detailed-workflows) +- [Usage](#6-usage) - [Consistent Snapshots](#7-consistent-snapshots) - [Future Directions and Open Questions](#f-fugure-directions-and-open-questions) From cabc2d088636e52e44359fabeb96c44ff8d46377 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 30 Aug 2017 10:19:14 -0400 Subject: [PATCH 2/2] Update tuf-spec.md Fix link to section "Future directions and open questions." --- docs/tuf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tuf-spec.md b/docs/tuf-spec.md index babf2401..d8f49dcf 100644 --- a/docs/tuf-spec.md +++ b/docs/tuf-spec.md @@ -12,7 +12,7 @@ Version: **1.0 (Draft)** - [Detailed Workflows](#5-detailed-workflows) - [Usage](#6-usage) - [Consistent Snapshots](#7-consistent-snapshots) -- [Future Directions and Open Questions](#f-fugure-directions-and-open-questions) +- [Future Directions and Open Questions](#f-future-directions-and-open-questions) ## **1. Introduction** * **1.1. Scope**