From c96eb2e3b0fa1d58492a0badb4b232b13af377f3 Mon Sep 17 00:00:00 2001 From: Matt Clark <36630558+mattclark-zerogravit@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:06:44 +0100 Subject: [PATCH] API-5953: fixed ordering of links at top of page so they are in correct order and evenly balanced into 2 sets of 7 (#473) --- app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html b/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html index 1d6d4c3f..30c7e075 100644 --- a/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html +++ b/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html @@ -37,7 +37,6 @@

on this page

  • Common data types in-page link
  • Cross-origin resource sharing (CORS) in-page link
  • Errors in-page link
  • -
  • Send fraud prevention data in-page link
  • HTTP redirection in-page link
  • @@ -47,6 +46,7 @@

    on this page

  • Rate limiting in-page link
  • Redirect URIs in-page link
  • Scopes in-page link
  • +
  • Send fraud prevention data in-page link
  • TLS standards in-page link
  • Versioning in-page link