We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b221f7 + 3c4da9e commit 9db3eefCopy full SHA for 9db3eef
common/app/navigation/FooterLinks.scala
@@ -37,7 +37,7 @@ object FooterLinks {
37
"js-tech-feedback-report",
38
)
39
def workForUs(edition: String): FooterLink =
40
- FooterLink("Work for us", "https://workforus.theguardian.com", s"${edition} : footer : work for us")
+ FooterLink("Work with us", "https://workwithus.theguardian.com/", s"${edition} : footer : work with us")
41
def allTopics(edition: String): FooterLink =
42
FooterLink("All topics", "/index/subjects/a", s"${edition} : footer : all topics")
43
def allWriters(edition: String): FooterLink =
0 commit comments