From a6c819ad0f049f23f1a37af6b89dbb79fe3b9216 Mon Sep 17 00:00:00 2001 From: Rohit Ashiwal Date: Fri, 31 Jul 2020 04:11:24 +0530 Subject: [PATCH] fix link to branch `preserved-website-directory` (#2715) Currently, we direct the readers to `compare` page. Which is odd, since readers hope to land on the branch's page. Let's fix this by changing the link to point to the branch's page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b13ad7589..052d6e03e6 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ Test262 runs CI tests against every PR and commit. The only tests that are requi ### Where did `website/` go? -It's been removed. If you need to access the code that contained in that directory, we've preserved it in a branch, [available here](https://github.com/tc39/test262/compare/preserved-website-directory). +It's been removed. If you need to access the code that contained in that directory, we've preserved it in a branch, [available here](https://github.com/tc39/test262/tree/preserved-website-directory).