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.
This commit is contained in:
Rohit Ashiwal 2020-07-31 04:11:24 +05:30 committed by GitHub
parent e0ef80b967
commit a6c819ad0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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).