From a793d443e030db142d7fc1bb18934e8708d3850b Mon Sep 17 00:00:00 2001 From: Christie Wilson Date: Tue, 10 Apr 2018 13:08:24 -0700 Subject: [PATCH] Fix links (#605) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Extra `-` in each link. Might have been from my original suggestion 😅 --- spec/normative_examples.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/normative_examples.md b/spec/normative_examples.md index c023e8da2..a74681f23 100644 --- a/spec/normative_examples.md +++ b/spec/normative_examples.md @@ -7,13 +7,13 @@ building from the smallest, most frequent operations. Examples in this section illustrate: * [Automatic rollout of a new Revision to an existing Service with a - pre-built container](#1--automatic-rollout-of-a-new-revision-to-existing-service---pre-built-container) + pre-built container](#1-automatic-rollout-of-a-new-revision-to-existing-service---pre-built-container) * [Creating a first route to deploy a first revision from a pre-built - container](#2--creating-route-and-deploying-first-revision---pre-built-container) + container](#2-creating-route-and-deploying-first-revision---pre-built-container) * [Configuration changes and manual rollout - options](#3--manual-rollout-of-a-new-revision---config-change-only) -* [Creating a revision from source](#4--deploy-a-revision-from-source) -* [Creating a function from source](#5--deploy-a-function) + options](#3-manual-rollout-of-a-new-revision---config-change-only) +* [Creating a revision from source](#4-deploy-a-revision-from-source) +* [Creating a function from source](#5-deploy-a-function) Note that these API operations are identical for both app and function based services. (to see the full resource definitions, see the