Skip to content

Instantly share code, notes, and snippets.

@olleolleolle
Created February 15, 2010 17:33
Show Gist options
  • Save olleolleolle/304817 to your computer and use it in GitHub Desktop.
Save olleolleolle/304817 to your computer and use it in GitHub Desktop.
URL changing.
Index: remote/server/src/java/org/openqa/selenium/server/SessionExtensionJsResource.java
===================================================================
--- remote/server/src/java/org/openqa/selenium/server/SessionExtensionJsResource.java (revision 8354)
+++ remote/server/src/java/org/openqa/selenium/server/SessionExtensionJsResource.java (working copy)
@@ -24,7 +24,7 @@
public SessionExtensionJsResource(String extensionJs)
throws MalformedURLException
{
- super(new URL("http://selenium.openqa.org"), null);
+ super(new URL("http://seleniumhq.org"), null);
this.extensionJs = extensionJs;
}
Index: common/src/js/core/TestRunner-splash.html
===================================================================
--- common/src/js/core/TestRunner-splash.html (revision 8354)
+++ common/src/js/core/TestRunner-splash.html (working copy)
@@ -35,16 +35,16 @@
<td></td>
<td class="selenium splash">
-<img src="selenium-logo.png" align="right">
+<a href="http://seleniumhq.org" title="Visit the Selenium website"><img border="0" align="right" src="selenium-logo.png"></a>
<h1>Selenium</h1>
-<h2>by <a href="http://www.thoughtworks.com">ThoughtWorks</a> and friends</h2>
+<h2>by <a href="http://www.thoughtworks.com">ThoughtWorks</a> and <a href="http://seleniumhq.org/about/contributors.html">friends</a></h2>
<p>
For more information on Selenium, visit
<pre>
- <a href="http://selenium.openqa.org" target="_blank">http://selenium.openqa.org</a>
+ <a href="http://seleniumhq.org" target="_blank">http://seleniumhq.org</a>
</pre>
</td>
Index: common/src/js/core/TestRunner.html
===================================================================
--- common/src/js/core/TestRunner.html (revision 8354)
+++ common/src/js/core/TestRunner.html (working copy)
@@ -77,7 +77,7 @@
<table class="layout">
<tr class="selenium">
<th width="25%" height="1" class="header">
- <h1><a href="http://selenium.openqa.org" title="The Selenium Project">Selenium</a> TestRunner
+ <h1><a href="http://seleniumhq.org" title="The Selenium Project">Selenium</a> TestRunner
</h1>
</th>
</tr>
Index: common/src/js/core/RemoteRunner.html
===================================================================
--- common/src/js/core/RemoteRunner.html (revision 8354)
+++ common/src/js/core/RemoteRunner.html (working copy)
@@ -61,8 +61,8 @@
<table>
<tr>
<td class="remoterunner">
- <h4><a href="http://selenium.openqa.org">Selenium</a> Functional Testing for Web Apps</h4>
- Open Source From <a href="http://selenium.openqa.org/thoughtworks-and-friends.html">ThoughtWorks and Friends</a>
+ <h4><a href="http://seleniumhq.org">Selenium</a> Functional Testing for Web Apps</h4>
+ Open Source From <a href="http://seleniumhq.org/about/contributors.html">ThoughtWorks and Friends</a>
<form action="">
<br/>
<iframe id="seleniumLoggingFrame" name="seleniumLoggingFrame" src="Blank.html" style="border: 0; height: 0; width: 0; "></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment