Skip to content

Commit 9db3eef

Browse files
authored
Merge pull request #28504 from guardian/gl/update-work-for-us-link
Update work for us to work with us
2 parents 2b221f7 + 3c4da9e commit 9db3eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/app/navigation/FooterLinks.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object FooterLinks {
3737
"js-tech-feedback-report",
3838
)
3939
def workForUs(edition: String): FooterLink =
40-
FooterLink("Work for us", "https://workforus.theguardian.com", s"${edition} : footer : work for us")
40+
FooterLink("Work with us", "https://workwithus.theguardian.com/", s"${edition} : footer : work with us")
4141
def allTopics(edition: String): FooterLink =
4242
FooterLink("All topics", "/index/subjects/a", s"${edition} : footer : all topics")
4343
def allWriters(edition: String): FooterLink =

0 commit comments

Comments
 (0)