Skip to content

Commit 85f05fe

Browse files
committed
Replacing more references to seleniumhq.org with selenium.dev [skip ci]
1 parent 07ee491 commit 85f05fe

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

dotnet/src/support/WebDriver.Support.StrongNamed.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
to spark ideas of what is possible with Selenium WebDriver, and may not be
2020
entirely appropriate for production use.
2121
</description>
22-
<projectUrl>https://www.seleniumhq.org</projectUrl>
22+
<projectUrl>https://selenium.dev</projectUrl>
2323
<repository url="https://github.com/SeleniumHQ/selenium" />
2424
<license type="expression">Apache-2.0</license>
25-
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
25+
<iconUrl>https://selenium.dev/images/selenium_logo_square_green.png</iconUrl>
2626
<tags>selenium webdriver support browser automation</tags>
2727
<dependencies>
2828
<group targetFramework=".NETFramework4.5">

dotnet/src/support/WebDriver.Support.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
to spark ideas of what is possible with Selenium WebDriver, and may not be
2020
entirely appropriate for production use.
2121
</description>
22-
<projectUrl>https://www.seleniumhq.org</projectUrl>
22+
<projectUrl>https://selenium.dev</projectUrl>
2323
<repository url="https://github.com/SeleniumHQ/selenium" />
2424
<license type="expression">Apache-2.0</license>
25-
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
25+
<iconUrl>https://selenium.dev/images/selenium_logo_square_green.png</iconUrl>
2626
<tags>selenium webdriver support browser automation</tags>
2727
<dependencies>
2828
<group targetFramework=".NETFramework4.5">

dotnet/src/webdriver/WebDriver.StrongNamed.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
browser, bypassing the JavaScript sandbox, and does not require the Selenium
2020
Server to automate the browser.
2121
</description>
22-
<projectUrl>https://www.seleniumhq.org</projectUrl>
22+
<projectUrl>https://selenium.dev</projectUrl>
2323
<repository url="https://github.com/SeleniumHQ/selenium" />
2424
<license type="expression">Apache-2.0</license>
25-
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
25+
<iconUrl>https://selenium.dev/images/selenium_logo_square_green.png</iconUrl>
2626
<tags>selenium webdriver browser automation</tags>
2727
<dependencies>
2828
<group targetFramework=".NETFramework4.5" />

dotnet/src/webdriver/WebDriver.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
browser, bypassing the JavaScript sandbox, and does not require the Selenium
2020
Server to automate the browser.
2121
</description>
22-
<projectUrl>https://www.seleniumhq.org</projectUrl>
22+
<projectUrl>https://selenium.dev</projectUrl>
2323
<repository url="https://github.com/SeleniumHQ/selenium" />
2424
<license type="expression">Apache-2.0</license>
25-
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
25+
<iconUrl>https://selenium.dev/images/selenium_logo_square_green.png</iconUrl>
2626
<tags>selenium webdriver browser automation</tags>
2727
<dependencies>
2828
<group targetFramework=".NETFramework4.5" />

dotnet/src/webdriverbackedselenium/Selenium.WebDriverBackedSelenium.StrongNamed.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
code with minimal modifications until they are able to migrate to the Selenium
2424
WebDriver API.
2525
</description>
26-
<projectUrl>https://www.seleniumhq.org</projectUrl>
26+
<projectUrl>https://selenium.dev</projectUrl>
2727
<repository url="https://github.com/SeleniumHQ/selenium" />
2828
<license type="expression">Apache-2.0</license>
29-
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
29+
<iconUrl>https://selenium.dev/images/selenium_logo_square_green.png</iconUrl>
3030
<tags>selenium webdriver remote control rc browser automation</tags>
3131
<dependencies>
3232
<group targetFramework=".NETFramework4.5">

dotnet/src/webdriverbackedselenium/Selenium.WebDriverBackedSelenium.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
code with minimal modifications until they are able to migrate to the Selenium
2424
WebDriver API.
2525
</description>
26-
<projectUrl>https://www.seleniumhq.org</projectUrl>
26+
<projectUrl>https://selenium.dev</projectUrl>
2727
<repository url="https://github.com/SeleniumHQ/selenium" />
2828
<license type="expression">Apache-2.0</license>
29-
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
29+
<iconUrl>https://selenium.dev/images/selenium_logo_square_green.png</iconUrl>
3030
<tags>selenium webdriver remote control rc browser automation</tags>
3131
<dependencies>
3232
<group targetFramework=".NETFramework4.5">

dotnet/test/common/ClearTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public void ShouldBeAbleToClearTextInput()
113113
[Test]
114114
public void ShouldBeAbleToClearUrlInput()
115115
{
116-
ShouldBeAbleToClearInput(By.Name("url_input"), "http://seleniumhq.org/");
116+
ShouldBeAbleToClearInput(By.Name("url_input"), "http://selenium.dev/");
117117
}
118118

119119
[Test]

0 commit comments

Comments
 (0)