From 9a6439cb3ca018b722a68093047ea6c8dc6d6fb4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 25 Jan 2021 10:36:00 -0800 Subject: [PATCH] docs: fix link to Sauce Labs plugin (#3627) The Sauce Labs plugin link goes to a module at version 0.0.0 that hasn't been published in 5 years. Update the link to point to the module that is at version 3.4.3 and was published two months ago. In addition, this module is within the karmar-runner GitHub org. --- docs/config/03-browsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/03-browsers.md b/docs/config/03-browsers.md index 0f69fa12e..2ae47e05e 100644 --- a/docs/config/03-browsers.md +++ b/docs/config/03-browsers.md @@ -16,7 +16,7 @@ Note: Most of the browser launchers need to be loaded as [plugins]. - [JSDOM](https://www.npmjs.com/package/karma-jsdom-launcher) - [Opera](https://www.npmjs.com/package/karma-opera-launcher) - [Internet Explorer](https://www.npmjs.com/package/karma-ie-launcher) -- [SauceLabs](https://www.npmjs.com/package/karma-saucelabs-launcher) +- [SauceLabs](https://www.npmjs.com/package/karma-sauce-launcher) - [BrowserStack](https://www.npmjs.com/package/karma-browserstack-launcher) - [many more](https://www.npmjs.org/browse/keyword/karma-launcher)