Skip to content

Commit 2714047

Browse files
committed
Updated urls repointing towards repo under marketsquare
1 parent 8dd37b2 commit 2714047

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the web application. For example, if a rest api is called from the application,
1111
testcase can automatically wait for that call to finish before doing any
1212
interaction in the UI. There's also a bunch of functionality like fetching of
1313
browser logs, keywords to interact with local and session storage. See the
14-
keyword documentation [here](https://rasjani.github.io/robotframework-seleniumtestability/index.html?tag=plugin)
14+
keyword documentation [here](https://marketsquare.github.io/robotframework-seleniumtestability/index.html?tag=plugin)
1515
for more details.
1616

1717
SeleniumTestability relies on core Selenium's feature EventFiringWebdriver
@@ -87,13 +87,13 @@ python bindings. Do check the keyword documentation for up to date list of keywo
8787

8888
# Keyword Documentation
8989

90-
Keyword documentation [here](https://rasjani.github.io/robotframework-seleniumtestability/index.html?tag=plugin) and if you need to create one for offline usage:
90+
Keyword documentation [here](https://marketsquare.github.io/robotframework-seleniumtestability/index.html?tag=plugin) and if you need to create one for offline usage:
9191

9292
```
9393
python -m robot.libdoc SeleniumLibrary::plugins=SeleniumTestability
9494
```
9595

9696
# Contributing
9797

98-
[CONTRIBUTING.md](https://github.com/rasjani/robotframework-seleniumtestability/blob/master/CONTRIBUTING.md) documents how to setup the environment for further development of SeleniumTestability.
98+
[CONTRIBUTING.md](https://github.com/marketsquare/robotframework-seleniumtestability/blob/master/CONTRIBUTING.md) documents how to setup the environment for further development of SeleniumTestability.
9999

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Jani Mikkonen <jani.mikkonen@gmail.com>",
2121
"license": "ISC",
2222
"bugs": {
23-
"url": "https://github.com/rasjani/robotframework-seleniumtestability/issues"
23+
"url": "https://github.com/marketsquare/robotframework-seleniumtestability/issues"
2424
},
25-
"homepage": "https://github.com/rasjani/robotframework-seleniumtestability#readme"
25+
"homepage": "https://github.com/marketsquare/robotframework-seleniumtestability#readme"
2626
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
description="SeleniumTestability library that helps speed up tests with" "asyncronous evens",
4343
long_description=long_description,
4444
long_description_content_type="text/markdown",
45-
url="https://github.com/rasjani/robotframework-%s" % LIBRARY_NAME.lower(),
45+
url="https://github.com/marketsquare/robotframework-%s" % LIBRARY_NAME.lower(),
4646
author="Jani Mikkonen",
4747
author_email="jani.mikkonen@gmail.com",
4848
license="Apache License 2.0",

0 commit comments

Comments
 (0)