diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 8316bb543d..8e05b9d815 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -106,11 +106,6 @@ "title": "User Input", "tooltip": "User input triggers DOM events. Angular listens to those events with event bindings that funnel updated values back into your app's components and models." }, - { - "url": "guide/pipes", - "title": "Pipes", - "tooltip": "Pipes transform displayed values within a template." - }, { "url": "guide/lifecycle-hooks", "title": "Component Lifecycle", @@ -167,6 +162,11 @@ "title": "Template statements", "tooltip": "Introductory guide to statements in templates that respond to events that components, directives, or elements raise." }, + { + "url": "guide/pipes", + "title": "Pipes", + "tooltip": "Pipes transform displayed values within a template." + }, { "url": "guide/binding-syntax", "title": "Binding syntax",