Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC committed Oct 28, 2021
1 parent 329e618 commit 946f5ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
config[:tech_docs] = YAML.load_file(config_file).with_indifferent_access
activate :unique_identifier

redirect 'security.txt/index.html', to: 'https://vdp.cabinetoffice.gov.uk/.well-known/security.txt'
redirect '.well-known/security.txt/index.html', to: 'https://vdp.cabinetoffice.gov.uk/.well-known/security.txt'
redirect "security.txt/index.html", to: "https://vdp.cabinetoffice.gov.uk/.well-known/security.txt"
redirect ".well-known/security.txt/index.html", to: "https://vdp.cabinetoffice.gov.uk/.well-known/security.txt"

helpers do
include GovukTechDocs::ContributionBanner
Expand Down Expand Up @@ -139,4 +139,3 @@ def active_page(page_path)
locals: { overview: ApiCatalogueOverview.new(api_catalogue) },
ignore: true,
)

0 comments on commit 946f5ca

Please sign in to comment.