From 836fa4b2d849330ffb89c6a23c0a90ec7d6ccd4e Mon Sep 17 00:00:00 2001 From: Oscar Duignan <100650+oscarduignan@users.noreply.github.com> Date: Wed, 8 Sep 2021 16:28:23 +0100 Subject: [PATCH] PLATUI-1339: renamed default branch, links updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d385b424..712ba61a 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ resolvers += Resolver.url("HMRC-open-artefacts-ivy", url("https://open.artefacts addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "[INSERT VERSION 3.0.0 OR HIGHER]") ``` -If you require either [head](https://github.com/hmrc/play-ui/blob/master/src/main/twirl/uk/gov/hmrc/play/views/layouts/head.scala.html) or [footer](https://github.com/hmrc/play-ui/blob/master/src/main/twirl/uk/gov/hmrc/play/views/layouts/footer.scala.html) you'll also need to add some config to your `application.conf` file in order to build the complete urls for assets: +If you require either [Head](src/main/twirl/uk/gov/hmrc/play/views/layouts/Head.scala.html) or [Footer](src/main/twirl/uk/gov/hmrc/play/views/layouts/Footer.scala.html) you'll also need to add some config to your `application.conf` file in order to build the complete urls for assets: ``` assets {