Skip to content

Commit

Permalink
Merge pull request #162 from hmrc/PLATUI-1339_default-branch-renamed
Browse files Browse the repository at this point in the history
PLATUI-1339: renamed default branch, links updated
  • Loading branch information
oscarduignan committed Sep 9, 2021
2 parents ea81194 + 836fa4b commit fd51f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 {
Expand Down

0 comments on commit fd51f13

Please sign in to comment.