1
0
mirror of synced 2025-12-23 21:07:12 -05:00

rewrite dotcom-only HTML links (#34248)

This commit is contained in:
Peter Bengtsson
2023-01-30 16:00:32 -05:00
committed by GitHub
parent e4baefc79e
commit 2b885fce25
5 changed files with 8 additions and 6 deletions

View File

@@ -514,7 +514,7 @@ describe('server', () => {
)
expect(
$(
'a[href="/en/github/site-policy/github-terms-for-additional-products-and-features#connect"]'
'a[href="/en/site-policy/github-terms/github-terms-for-additional-products-and-features#connect"]'
).length
).toBe(1)
})