diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index fb9cc205fb..07b303c2a8 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -181,7 +181,7 @@ export CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox ### Running Playwright on Travis CI -> 👋 We run our tests for Playwright on Travis CI - see our [`.travis.yml`](https://github.com/playwright/playwright/blob/master/.travis.yml) for reference. +> 👋 We run our tests for Playwright on Travis CI - see our [`.travis.yml`](https://github.com/microsoft/playwright/blob/master/.travis.yml) for reference. Tips-n-tricks: - The `libnss3` package must be installed in order to run Chromium on Ubuntu Trusty @@ -290,4 +290,4 @@ await page.evaluate(`(async() => { # Please file an issue -Playwright is a new project, and we are watching the issues very closely. As we solve common issues, this document will grow to include the common answers. \ No newline at end of file +Playwright is a new project, and we are watching the issues very closely. As we solve common issues, this document will grow to include the common answers.